Lines Matching refs:sqlite3_realloc64
3287 ** ^The sqlite3_realloc64(X,N) interfaces works the same as
3292 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3302 ** sqlite3_malloc64(), and sqlite3_realloc64()
3319 SQLITE_API void *sqlite3_realloc64(void*, sqlite3_uint64);
10786 ** SQLite will try to increase the buffer size using sqlite3_realloc64()
10826 ** grow the size of the database using calls to [sqlite3_realloc64()]. This
10835 #define SQLITE_DESERIALIZE_RESIZEABLE 2 /* Resize using sqlite3_realloc64() */
29612 SQLITE_API void *sqlite3_realloc64(void *pOld, sqlite3_uint64 n){
49350 apNew = (struct ShmRegion *)sqlite3_realloc64(
126533 pnsl = (int*)sqlite3_realloc64(pnsl, pGCC->nAccum * sizeof(int));
132527 #define sqlite3_realloc64 sqlite3_api->realloc64
133032 sqlite3_realloc64,
133420 aNew = sqlite3_realloc64(wsdAutoext.aExt, nByte);
181589 zNew = (char *)sqlite3_realloc64(zBuffer, nAlloc);
182589 apNew = (Fts3SegReader **)sqlite3_realloc64(pCsr->apSegment, nByte);
186011 aNew = (struct Fts3auxColstats *)sqlite3_realloc64(pCsr->aStat,
186575 void *pRet = sqlite3_realloc64(pOrig, nNew);
188625 pNew = sqlite3_realloc64(c->zToken, c->nAllocated);
188866 char const **aNew = (const char **)sqlite3_realloc64((void *)aArg, nNew);
189377 pNew = sqlite3_realloc64(c->pToken, c->nTokenAllocated);
190549 p = sqlite3_realloc64(p, sizeof(*p) + nNew);
191293 char *zNew = sqlite3_realloc64(pReader->zTerm, nNew);
191616 aElem2 = (Fts3HashElem **)sqlite3_realloc64(
191968 char *zNew = sqlite3_realloc64(pTree->zMalloc, (i64)nTerm*2);
192222 char *aNew = sqlite3_realloc64(pWriter->aData, nReq);
192247 char *zNew = sqlite3_realloc64(pWriter->zMalloc, (i64)nTerm*2);
192560 pNew = (char *)sqlite3_realloc64(pMsr->aBuffer, pMsr->nBuffer);
192757 aNew = sqlite3_realloc64(pCsr->aBuffer, pCsr->nBuffer);
193642 char *a = (char *)sqlite3_realloc64(pBlob->a, nAlloc);
194439 aNew = sqlite3_realloc64(aIdx, nAlloc*sizeof(int));
196320 char *zNew = sqlite3_realloc64(pStr->z, nAlloc);
197616 aNew = sqlite3_realloc64(p->aiException,(p->nException+nEntry)*sizeof(int));
197806 char *zNew = sqlite3_realloc64(pCsr->zToken, pCsr->nAlloc+64);
198449 zNew = sqlite3_realloc64(p->zBuf, nTotal);
198957 pNew = sqlite3_realloc64(pParse->aNode, sizeof(JsonNode)*nNew);
202413 pNew = sqlite3_realloc64(pCur->aPoint, nNew*sizeof(pCur->aPoint[0]));
205585 aNew = sqlite3_realloc64(s.a, s.nAlloc*sizeof(GeoCoord)*2 );
206010 pOut = sqlite3_realloc64(p, GEOPOLY_SZ(4));
211910 aNew = (RbuFrame*)sqlite3_realloc64(pRbu->aFrame, nNew * sizeof(RbuFrame));
213765 char **apNew = (char**)sqlite3_realloc64(p->apShm, nByte);
217524 ** of sqlite3_realloc64(). Allocations greater than this size in bytes
217536 aNew = (u8 *)sqlite3_realloc64(p->aBuf, nNew);
224553 aNew = (int*)sqlite3_realloc64(p->aFirst, nNew*sizeof(int));
225022 pNew = sqlite3_realloc64(pBuf->p, nNew);
227986 pRet = (Fts5ExprNearset*)sqlite3_realloc64(pNear, nByte);
228070 pNew = (Fts5ExprPhrase*)sqlite3_realloc64(pPhrase,
228124 apNew = (Fts5ExprPhrase**)sqlite3_realloc64(pParse->apPhrase, nByte);
228343 pNew = sqlite3_realloc64(p, sizeof(Fts5Colset) + sizeof(int)*nCol);
229769 pNew = (Fts5HashEntry*)sqlite3_realloc64(p, nNew);
230999 pStruct = sqlite3_realloc64(pStruct, nByte);
231027 aNew = sqlite3_realloc64(pLvl->aSeg, nByte);
231544 pNew = (Fts5DlidxIter*)sqlite3_realloc64(pIter, nByte);
231842 int *aNew = (int*)sqlite3_realloc64(pIter->aRowidOffset,nNew*sizeof(int));
233764 Fts5DlidxWriter *aDlidx = (Fts5DlidxWriter*)sqlite3_realloc64(
238782 aInst = (int*)sqlite3_realloc64(
241183 aNew = (int*)sqlite3_realloc64(p->aiException,