Searched refs:sqlite3_malloc (Results 1 – 7 of 7) sorted by relevance
307 #define sqlite3_malloc sqlite3_api->malloc macro
2114 SQLITE_API void *sqlite3_malloc(int);
2667 SQLITE_API void *sqlite3_malloc(int);14571 void *p = sqlite3_malloc(10); in sqlite3OsInit()16024 return sqlite3_malloc(nBytes); in memsys3Realloc()28383 p = sqlite3_malloc( sizeof(*p) );33477 p = sqlite3_malloc( sizeof(*p) );89508 sqlite3_malloc,97028 z = sqlite3_malloc( n );112002 zFile = sqlite3_malloc(nByte);114949 zRet = sqlite3_malloc(nRet);118538 aTmp = sqlite3_malloc(nTmp*2);[all …]
437 #define sqlite3_malloc sqlite3_api->malloc macro
2711 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()3234 pNew = sqlite3_malloc( sizeof(*pNew) ); in completionConnect()3256 pCur = sqlite3_malloc( sizeof(*pCur) ); in completionOpen()4807 pCsr = sqlite3_malloc(sizeof(*pCsr)); in zipfileOpen()5321 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()5708 pNew = sqlite3_malloc(sizeof(ZipfileEntry)); in zipfileNewEntry()6623 pOut = (Bytef*)sqlite3_malloc(nOut); in sqlarCompressFunc()6667 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc()7035 pRet = sqlite3_malloc(nByte); in idxMalloc()7238 char *zRet = sqlite3_malloc(n); in expertDequote()[all …]
2884 SQLITE_API void *sqlite3_malloc(int);
3923 SQLITE_API void *sqlite3_malloc(int);23239 void *p = sqlite3_malloc(10); in sqlite3OsInit()24845 return sqlite3_malloc(nBytes); in memsys3Realloc()27563 SQLITE_API void *sqlite3_malloc(int n){39828 zDel = sqlite3_malloc(nOut);83112 pNew = sqlite3_malloc( sizeof(*pNew) );124044 sqlite3_malloc,185196 zOut = sqlite3_malloc( n+1 );195655 aOut = sqlite3_malloc(nOut+1);210329 aSeen = sqlite3_malloc(nPhrase);[all …]