Lines Matching refs:sqlite3_realloc

3717 SQLITE_API void *sqlite3_realloc(void*, int);
25566 SQLITE_API void *sqlite3_realloc(void *pOld, int n){
35337 apNew = (char **)sqlite3_realloc(
113672 #define sqlite3_realloc sqlite3_api->realloc
114051 sqlite3_realloc,
151634 apNew = (Fts3SegReader **)sqlite3_realloc(pCsr->apSegment, nByte);
155010 aNew = (struct Fts3auxColstats *)sqlite3_realloc(pCsr->aStat,
155568 void *pRet = sqlite3_realloc(pOrig, nNew);
157634 pNew = sqlite3_realloc(c->zToken, c->nAllocated);
157873 char const **aNew = (const char **)sqlite3_realloc((void *)aArg, nNew);
158382 pNew = sqlite3_realloc(c->pToken, c->nTokenAllocated);
159547 p = sqlite3_realloc(p, sizeof(*p) + nNew);
160596 aElem2 = (Fts3HashElem **)sqlite3_realloc(
160940 char *zNew = sqlite3_realloc(pTree->zMalloc, nTerm*2);
161188 char *aNew = sqlite3_realloc(pWriter->aData, nReq);
161211 char *zNew = sqlite3_realloc(pWriter->zMalloc, nTerm*2);
161523 pNew = (char *)sqlite3_realloc(pMsr->aBuffer, pMsr->nBuffer);
161852 aNew = sqlite3_realloc(pCsr->aBuffer, pCsr->nBuffer);
162585 char *a = (char *)sqlite3_realloc(pBlob->a, nAlloc);
163354 aNew = sqlite3_realloc(aIdx, nAlloc*sizeof(int));
165190 char *zNew = sqlite3_realloc(pStr->z, nAlloc);
166449 aNew = sqlite3_realloc(p->aiException, (p->nException+nEntry)*sizeof(int));
166635 char *zNew = sqlite3_realloc(pCsr->zToken, pCsr->nAlloc+64);
168399 pNew = sqlite3_realloc(pCur->aPoint, nNew*sizeof(pCur->aPoint[0]));
171681 UChar *zNew = sqlite3_realloc(zOutput, nOut);
172065 char *zNew = sqlite3_realloc(pCsr->zBuffer, nByte);
180568 aNew = (u8 *)sqlite3_realloc(p->aBuf, nNew);
184276 pNew = sqlite3_realloc(pParse->aNode, sizeof(JsonNode)*nNew);
189077 aNew = (int*)sqlite3_realloc(p->aFirst, nNew*sizeof(int));
189546 pNew = sqlite3_realloc(pBuf->p, nNew);
192372 pRet = (Fts5ExprNearset*)sqlite3_realloc(pNear, nByte);
192453 pNew = (Fts5ExprPhrase*)sqlite3_realloc(pPhrase,
192541 apNew = (Fts5ExprPhrase**)sqlite3_realloc(pParse->apPhrase, nByte);
192717 pNew = sqlite3_realloc(p, sizeof(Fts5Colset) + sizeof(int)*nCol);
194036 pNew = (Fts5HashEntry*)sqlite3_realloc(p, nNew);
195193 pStruct = sqlite3_realloc(pStruct, nByte);
195221 aNew = sqlite3_realloc(pLvl->aSeg, nByte);
195738 pNew = (Fts5DlidxIter*)sqlite3_realloc(pIter, nByte);
196034 int *aNew = (int*)sqlite3_realloc(pIter->aRowidOffset, nNew*sizeof(int));
197927 Fts5DlidxWriter *aDlidx = (Fts5DlidxWriter*)sqlite3_realloc(
202562 aInst = (int*)sqlite3_realloc(
204891 aNew = (int*)sqlite3_realloc(p->aiException, (n+p->nException)*sizeof(int));