Lines Matching refs:sqlite3_realloc

3717 SQLITE_API void *sqlite3_realloc(void*, int);
25566 SQLITE_API void *sqlite3_realloc(void *pOld, int n){
35353 apNew = (char **)sqlite3_realloc(
113688 #define sqlite3_realloc sqlite3_api->realloc
114067 sqlite3_realloc,
151650 apNew = (Fts3SegReader **)sqlite3_realloc(pCsr->apSegment, nByte);
155038 aNew = (struct Fts3auxColstats *)sqlite3_realloc(pCsr->aStat,
155596 void *pRet = sqlite3_realloc(pOrig, nNew);
157662 pNew = sqlite3_realloc(c->zToken, c->nAllocated);
157901 char const **aNew = (const char **)sqlite3_realloc((void *)aArg, nNew);
158410 pNew = sqlite3_realloc(c->pToken, c->nTokenAllocated);
159575 p = sqlite3_realloc(p, sizeof(*p) + nNew);
160624 aElem2 = (Fts3HashElem **)sqlite3_realloc(
160968 char *zNew = sqlite3_realloc(pTree->zMalloc, nTerm*2);
161216 char *aNew = sqlite3_realloc(pWriter->aData, nReq);
161239 char *zNew = sqlite3_realloc(pWriter->zMalloc, nTerm*2);
161551 pNew = (char *)sqlite3_realloc(pMsr->aBuffer, pMsr->nBuffer);
161880 aNew = sqlite3_realloc(pCsr->aBuffer, pCsr->nBuffer);
162613 char *a = (char *)sqlite3_realloc(pBlob->a, nAlloc);
163382 aNew = sqlite3_realloc(aIdx, nAlloc*sizeof(int));
165218 char *zNew = sqlite3_realloc(pStr->z, nAlloc);
166477 aNew = sqlite3_realloc(p->aiException, (p->nException+nEntry)*sizeof(int));
166663 char *zNew = sqlite3_realloc(pCsr->zToken, pCsr->nAlloc+64);
168427 pNew = sqlite3_realloc(pCur->aPoint, nNew*sizeof(pCur->aPoint[0]));
171709 UChar *zNew = sqlite3_realloc(zOutput, nOut);
172093 char *zNew = sqlite3_realloc(pCsr->zBuffer, nByte);
180596 aNew = (u8 *)sqlite3_realloc(p->aBuf, nNew);
184304 pNew = sqlite3_realloc(pParse->aNode, sizeof(JsonNode)*nNew);
189105 aNew = (int*)sqlite3_realloc(p->aFirst, nNew*sizeof(int));
189574 pNew = sqlite3_realloc(pBuf->p, nNew);
192400 pRet = (Fts5ExprNearset*)sqlite3_realloc(pNear, nByte);
192481 pNew = (Fts5ExprPhrase*)sqlite3_realloc(pPhrase,
192569 apNew = (Fts5ExprPhrase**)sqlite3_realloc(pParse->apPhrase, nByte);
192745 pNew = sqlite3_realloc(p, sizeof(Fts5Colset) + sizeof(int)*nCol);
194064 pNew = (Fts5HashEntry*)sqlite3_realloc(p, nNew);
195221 pStruct = sqlite3_realloc(pStruct, nByte);
195249 aNew = sqlite3_realloc(pLvl->aSeg, nByte);
195766 pNew = (Fts5DlidxIter*)sqlite3_realloc(pIter, nByte);
196062 int *aNew = (int*)sqlite3_realloc(pIter->aRowidOffset, nNew*sizeof(int));
197955 Fts5DlidxWriter *aDlidx = (Fts5DlidxWriter*)sqlite3_realloc(
202590 aInst = (int*)sqlite3_realloc(
204919 aNew = (int*)sqlite3_realloc(p->aiException, (n+p->nException)*sizeof(int));