sqlite3_realloc 2604 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void *sqlite3_realloc(void*, int); sqlite3_realloc 18379 third_party/sqlite/amalgamation/sqlite3.c pNew = sqlite3_realloc(p, n); sqlite3_realloc 19266 third_party/sqlite/amalgamation/sqlite3.c zNew = sqlite3_realloc(zOld, p->nAlloc); sqlite3_realloc 23109 third_party/sqlite/amalgamation/sqlite3.c apRegion = sqlite3_realloc( sqlite3_realloc 28088 third_party/sqlite/amalgamation/sqlite3.c apNew = (char **)sqlite3_realloc( sqlite3_realloc 32901 third_party/sqlite/amalgamation/sqlite3.c apNew = (struct ShmRegion *)sqlite3_realloc( sqlite3_realloc 43791 third_party/sqlite/amalgamation/sqlite3.c apNew = (volatile u32 **)sqlite3_realloc((void *)pWal->apWiData, nByte); sqlite3_realloc 82719 third_party/sqlite/amalgamation/sqlite3.c zOut = sqlite3_realloc(zOut, (int)nOut); sqlite3_realloc 87096 third_party/sqlite/amalgamation/sqlite3.c sqlite3_realloc, sqlite3_realloc 87462 third_party/sqlite/amalgamation/sqlite3.c aNew = sqlite3_realloc(wsdAutoext.aExt, nByte); sqlite3_realloc 94448 third_party/sqlite/amalgamation/sqlite3.c azNew = sqlite3_realloc( p->azResult, sizeof(char*)*p->nAlloc ); sqlite3_realloc 94554 third_party/sqlite/amalgamation/sqlite3.c azNew = sqlite3_realloc( res.azResult, sizeof(char*)*res.nData ); sqlite3_realloc 97643 third_party/sqlite/amalgamation/sqlite3.c apVtabLock = sqlite3_realloc(pToplevel->apVtabLock, n); sqlite3_realloc 114296 third_party/sqlite/amalgamation/sqlite3.c zNew = (char *)sqlite3_realloc(zBuffer, nAlloc); sqlite3_realloc 115215 third_party/sqlite/amalgamation/sqlite3.c apNew = (Fts3SegReader **)sqlite3_realloc(pCsr->apSegment, nByte); sqlite3_realloc 116977 third_party/sqlite/amalgamation/sqlite3.c aNew = (struct Fts3auxColstats *)sqlite3_realloc(pCsr->aStat, sqlite3_realloc 117420 third_party/sqlite/amalgamation/sqlite3.c void *pRet = sqlite3_realloc(pOrig, nNew); sqlite3_realloc 119148 third_party/sqlite/amalgamation/sqlite3.c pNew = sqlite3_realloc(c->zToken, c->nAllocated); sqlite3_realloc 119366 third_party/sqlite/amalgamation/sqlite3.c char const **aNew = (const char **)sqlite3_realloc((void *)aArg, nNew); sqlite3_realloc 119862 third_party/sqlite/amalgamation/sqlite3.c pNew = sqlite3_realloc(c->pToken, c->nTokenAllocated); sqlite3_realloc 120343 third_party/sqlite/amalgamation/sqlite3.c p = sqlite3_realloc(p, sizeof(*p) + nNew); sqlite3_realloc 120880 third_party/sqlite/amalgamation/sqlite3.c char *zNew = sqlite3_realloc(pReader->zTerm, nNew); sqlite3_realloc 121162 third_party/sqlite/amalgamation/sqlite3.c aElem2 = (Fts3HashElem **)sqlite3_realloc( sqlite3_realloc 121458 third_party/sqlite/amalgamation/sqlite3.c char *zNew = sqlite3_realloc(pTree->zMalloc, nTerm*2); sqlite3_realloc 121702 third_party/sqlite/amalgamation/sqlite3.c char *aNew = sqlite3_realloc(pWriter->aData, nReq); sqlite3_realloc 121725 third_party/sqlite/amalgamation/sqlite3.c char *zNew = sqlite3_realloc(pWriter->zMalloc, nTerm*2); sqlite3_realloc 122071 third_party/sqlite/amalgamation/sqlite3.c aNew = sqlite3_realloc(pCsr->aBuffer, pCsr->nBuffer); sqlite3_realloc 123181 third_party/sqlite/amalgamation/sqlite3.c char *zNew = sqlite3_realloc(pStr->z, nAlloc); sqlite3_realloc 128208 third_party/sqlite/amalgamation/sqlite3.c char *zNew = sqlite3_realloc(pCsr->zBuffer, nByte); sqlite3_realloc 2061 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void *sqlite3_realloc(void*, int); sqlite3_realloc 531 third_party/sqlite/src/ext/fts2/fts2.c pBuffer->pData = sqlite3_realloc(pBuffer->pData, pBuffer->nCapacity); sqlite3_realloc 3229 third_party/sqlite/src/ext/fts2/fts2.c p->aMatch = sqlite3_realloc(p->aMatch, p->nAlloc*sizeof(p->aMatch[0]) ); sqlite3_realloc 3671 third_party/sqlite/src/ext/fts2/fts2.c q->pTerms = sqlite3_realloc(q->pTerms, q->nTerms * sizeof(q->pTerms[0])); sqlite3_realloc 214 third_party/sqlite/src/ext/fts2/fts2_icu.c char *zNew = sqlite3_realloc(pCsr->zBuffer, nByte); sqlite3_realloc 605 third_party/sqlite/src/ext/fts2/fts2_porter.c c->zToken = sqlite3_realloc(c->zToken, c->nAllocated); sqlite3_realloc 186 third_party/sqlite/src/ext/fts2/fts2_tokenizer1.c c->pToken = sqlite3_realloc(c->pToken, c->nTokenAllocated); sqlite3_realloc 1246 third_party/sqlite/src/ext/fts3/fts3.c zNew = (char *)sqlite3_realloc(zBuffer, nAlloc); sqlite3_realloc 2165 third_party/sqlite/src/ext/fts3/fts3.c apNew = (Fts3SegReader **)sqlite3_realloc(pCsr->apSegment, nByte); sqlite3_realloc 222 third_party/sqlite/src/ext/fts3/fts3_aux.c aNew = (struct Fts3auxColstats *)sqlite3_realloc(pCsr->aStat, sqlite3_realloc 195 third_party/sqlite/src/ext/fts3/fts3_expr.c void *pRet = sqlite3_realloc(pOrig, nNew); sqlite3_realloc 214 third_party/sqlite/src/ext/fts3/fts3_icu.c char *zNew = sqlite3_realloc(pCsr->zBuffer, nByte); sqlite3_realloc 609 third_party/sqlite/src/ext/fts3/fts3_porter.c pNew = sqlite3_realloc(c->zToken, c->nAllocated); sqlite3_realloc 548 third_party/sqlite/src/ext/fts3/fts3_snippet.c char *zNew = sqlite3_realloc(pStr->z, nAlloc); sqlite3_realloc 182 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c char const **aNew = (const char **)sqlite3_realloc((void *)aArg, nNew); sqlite3_realloc 189 third_party/sqlite/src/ext/fts3/fts3_tokenizer1.c pNew = sqlite3_realloc(c->pToken, c->nTokenAllocated); sqlite3_realloc 437 third_party/sqlite/src/ext/fts3/fts3_write.c p = sqlite3_realloc(p, sizeof(*p) + nNew); sqlite3_realloc 974 third_party/sqlite/src/ext/fts3/fts3_write.c char *zNew = sqlite3_realloc(pReader->zTerm, nNew); sqlite3_realloc 1256 third_party/sqlite/src/ext/fts3/fts3_write.c aElem2 = (Fts3HashElem **)sqlite3_realloc( sqlite3_realloc 1552 third_party/sqlite/src/ext/fts3/fts3_write.c char *zNew = sqlite3_realloc(pTree->zMalloc, nTerm*2); sqlite3_realloc 1796 third_party/sqlite/src/ext/fts3/fts3_write.c char *aNew = sqlite3_realloc(pWriter->aData, nReq); sqlite3_realloc 1819 third_party/sqlite/src/ext/fts3/fts3_write.c char *zNew = sqlite3_realloc(pWriter->zMalloc, nTerm*2); sqlite3_realloc 2165 third_party/sqlite/src/ext/fts3/fts3_write.c aNew = sqlite3_realloc(pCsr->aBuffer, pCsr->nBuffer); sqlite3_realloc 1020 third_party/sqlite/src/src/func.c zOut = sqlite3_realloc(zOut, (int)nOut); sqlite3_realloc 212 third_party/sqlite/src/src/loadext.c sqlite3_realloc, sqlite3_realloc 578 third_party/sqlite/src/src/loadext.c aNew = sqlite3_realloc(wsdAutoext.aExt, nByte); sqlite3_realloc 674 third_party/sqlite/src/src/malloc.c pNew = sqlite3_realloc(p, n); sqlite3_realloc 1097 third_party/sqlite/src/src/os_os2.c apRegion = sqlite3_realloc( sqlite3_realloc 3947 third_party/sqlite/src/src/os_unix.c apNew = (char **)sqlite3_realloc( sqlite3_realloc 1782 third_party/sqlite/src/src/os_win.c apNew = (struct ShmRegion *)sqlite3_realloc( sqlite3_realloc 783 third_party/sqlite/src/src/printf.c zNew = sqlite3_realloc(zOld, p->nAlloc); sqlite3_realloc 61 third_party/sqlite/src/src/table.c azNew = sqlite3_realloc( p->azResult, sizeof(char*)*p->nAlloc ); sqlite3_realloc 167 third_party/sqlite/src/src/table.c azNew = sqlite3_realloc( res.azResult, sizeof(char*)*res.nData ); sqlite3_realloc 803 third_party/sqlite/src/src/test1.c zNew = sqlite3_realloc(p->z, p->nAlloc); sqlite3_realloc 89 third_party/sqlite/src/src/test9.c p = sqlite3_realloc(p, -1); sqlite3_realloc 351 third_party/sqlite/src/src/test_fuzzer.c (*pzBuf) = sqlite3_realloc((*pzBuf), n+100); sqlite3_realloc 351 third_party/sqlite/src/src/test_malloc.c p = sqlite3_realloc(pPrior, (unsigned)nByte); sqlite3_realloc 292 third_party/sqlite/src/src/test_onefile.c char *zNew = sqlite3_realloc(pTmp->zAlloc, nNew); sqlite3_realloc 988 third_party/sqlite/src/src/test_osinst.c pCsr->azFile = (char **)sqlite3_realloc(pCsr->azFile, nNew); sqlite3_realloc 931 third_party/sqlite/src/src/vtab.c apVtabLock = sqlite3_realloc(pToplevel->apVtabLock, n); sqlite3_realloc 511 third_party/sqlite/src/src/wal.c apNew = (volatile u32 **)sqlite3_realloc((void *)pWal->apWiData, nByte); sqlite3_realloc 658 third_party/sqlite/src/test/threadtest3.c pDb->aText = (char **)sqlite3_realloc(pDb->aText, nByte);