Searched refs:sqlite3_malloc64 (Results 1 – 5 of 5) sorted by relevance
2256 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()2867 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()5205 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()5379 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()5445 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()6504 aZip = (u8*)sqlite3_malloc64(nZip); in zipfileFinal()10031 p = sqlite3_malloc64( sz+1 ); in editFunc()11096 char *zErrMsg = sqlite3_malloc64(nErrMsg); in save_err_msg()12531 pBuf = sqlite3_malloc64( nIn+1 ); in readFile()13444 zInsert = sqlite3_malloc64(200 + nTable + n*3); in tryToCloneData()[all …]
572 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
37980 p = sqlite3_malloc64( sizeof(*p) );48259 pOut = sqlite3_malloc64( sz );124237 sqlite3_malloc64,135733 z = sqlite3_malloc64( n );163003 zFile = sqlite3_malloc64(nByte);166883 zRet = sqlite3_malloc64(nRet);171475 aTmp = sqlite3_malloc64(nTmp*2);174007 void *p = sqlite3_malloc64(n);192607 p = sqlite3_malloc64( nByte );196022 pRet = sqlite3_malloc64(nByte);[all …]
2885 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
2650 pData = sqlite3_malloc64( len ); in DbObjCmd()