Lines Matching refs:sqlite3_realloc
3401 SQLITE_API void *sqlite3_realloc(void*, int);
30799 SQLITE_API void *sqlite3_realloc(void *pOld, int n){ in sqlite3_realloc() function
37981 char *aNew = sqlite3_realloc(pFile->aJrnl, iEnd);
43276 apNew = (char **)sqlite3_realloc(
136911 #define sqlite3_realloc sqlite3_api->realloc
137354 sqlite3_realloc,
172611 return sqlite3FaultSim(700) ? 0 : sqlite3_realloc(pOld, newSize);
217013 UChar *zNew = sqlite3_realloc(zOutput, nOut);
217431 char *zNew = sqlite3_realloc(pCsr->zBuffer, nByte);
220368 RbuSpan *aIdxCol = (RbuSpan*)sqlite3_realloc(
237131 Fts5ExprPhrase **ap = (Fts5ExprPhrase**)sqlite3_realloc(
247160 Fts5TokenDataIter *pNew = (Fts5TokenDataIter*)sqlite3_realloc(pIn, nByte);
247212 aNew = (Fts5TokenDataMap*)sqlite3_realloc(pT->aMap, nByte);
247306 Fts5TokenDataMap *aNew = (Fts5TokenDataMap*)sqlite3_realloc(