Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_malloc64

3642 ** ^The sqlite3_malloc64(N) routine works just like
3678 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3688 ** sqlite3_malloc64(), and sqlite3_realloc64()
3716 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
25400 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){
27007 p = sqlite3_malloc64( sizeof(*p) );
31676 pNew = sqlite3_malloc64( sizeof(*pNew) + (n+1) );
32091 pInode = sqlite3_malloc64( sizeof(*pInode) );
34596 char *zTFile = sqlite3_malloc64( pFile->pVfs->mxPathname );
35120 p = sqlite3_malloc64( sizeof(*p) );
35151 pShmNode = sqlite3_malloc64( sizeof(*pShmNode) + nShmFilename );
35359 pMem = sqlite3_malloc64(szRegion);
36182 pNew->lockingContext = pCtx = sqlite3_malloc64( sizeof(*pCtx) );
36212 zLockFile = (char *)sqlite3_malloc64(nFilename);
36602 pUnused = sqlite3_malloc64(sizeof(*pUnused));
37467 pUnused = sqlite3_malloc64(sizeof(*pUnused));
37500 pNew = (unixFile *)sqlite3_malloc64(sizeof(*pNew));
37962 ** Store the conch filename in memory obtained from sqlite3_malloc64().
37978 *pConchPath = conchPath = (char *)sqlite3_malloc64(len + 8);
38094 pCtx = sqlite3_malloc64( sizeof(*pCtx) );
45112 pTmpSpace = sqlite3_malloc64(BITVEC_SZ);
56802 aFrame = (u8 *)sqlite3_malloc64(szFrame);
57206 p = (WalIterator *)sqlite3_malloc64(nByte);
57216 aTmp = (ht_slot *)sqlite3_malloc64(
57914 aFrame = (u8 *)sqlite3_malloc64(szFrame);
108611 zOut = z = sqlite3_malloc64( argc*4+1 );
113797 #define sqlite3_malloc64 sqlite3_api->malloc64
114236 sqlite3_malloc64,
114346 *pzErrMsg = zErrmsg = sqlite3_malloc64(nMsg);
114371 zAltEntry = sqlite3_malloc64(ncFile+30);
114392 *pzErrMsg = zErrmsg = sqlite3_malloc64(nMsg);
124828 z = sqlite3_malloc64( n );
124877 res.azResult = sqlite3_malloc64(sizeof(char*)*res.nAlloc );
145958 zFile = sqlite3_malloc64(nByte);
146131 zFile = sqlite3_malloc64(nUri+2);
168708 sqlite3_malloc64( sizeof(*pInfo)+pSrc->iSize );
173756 pRet = sqlite3_malloc64(nByte);
173803 zRet = (char*)sqlite3_malloc64(nCopy);
175472 zWideFilename = sqlite3_malloc64( nChar*sizeof(zWideFilename[0]) );
176276 p = (sqlite3rbu*)sqlite3_malloc64(nByte);
176424 pRet = sqlite3_malloc64(sizeof(sqlite3rbu));
177140 char *pNew = (char*)sqlite3_malloc64(szRegion);
177296 zCopy = sqlite3_malloc64(nCopy+2);
177544 pNew = (rbu_vfs*)sqlite3_malloc64(nByte);
177764 pTab = (StatTable *)sqlite3_malloc64(sizeof(StatTable));
177844 pCsr = (StatCursor *)sqlite3_malloc64(sizeof(StatCursor));
177951 p->aCell = sqlite3_malloc64((p->nCell+1) * sizeof(StatCell));
177984 pCell->aOvfl = sqlite3_malloc64(sizeof(u32)*nOvfl);
178387 pTab = (DbpageTable *)sqlite3_malloc64(sizeof(DbpageTable));
178476 pCsr = (DbpageCursor *)sqlite3_malloc64(sizeof(DbpageCursor));
183771 zNew = sqlite3_malloc64(nTotal);
185760 p->zJson = sqlite3_malloc64( n+1 );
185782 p->zRoot = sqlite3_malloc64( n+1 );