Searched refs:sqlite3_malloc64 (Results 1 – 5 of 5) sorted by relevance
859 WCHAR *zw = sqlite3_malloc64(nwc*sizeof(WCHAR)); in conZstrEmit() 3733 p->a = sqlite3_malloc64( n+1 ); in decimalNewFromText() 4181 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMul() 6524 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match() 7312 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents() 7948 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn() 9756 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect() 10211 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry() 10385 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate() 10451 aBuf = aFree = sqlite3_malloc64(s in zipfileColumn() [all...]
603 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
3290 ** results into memory obtained from [sqlite3_malloc64()].3293 ** NULL pointer if [sqlite3_malloc64()] is unable to allocate enough3339 ** ^The sqlite3_malloc64(N) routine works just like3375 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then3385 ** sqlite3_malloc64(), and sqlite3_realloc64()3400 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);8769 ** and returns a pointer to a memory buffer obtained from [sqlite3_malloc64()]11008 ** the database into memory obtained from [sqlite3_malloc64()] and returns11119 ** in the P argument is held in memory obtained from [sqlite3_malloc64()]30558 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){ sqlite3_malloc64() function [all...]
2977 ** results into memory obtained from [sqlite3_malloc64()].2980 ** NULL pointer if [sqlite3_malloc64()] is unable to allocate enough3026 ** ^The sqlite3_malloc64(N) routine works just like3062 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then3072 ** sqlite3_malloc64(), and sqlite3_realloc64()3087 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);8456 ** and returns a pointer to a memory buffer obtained from [sqlite3_malloc64()]10695 ** the database into memory obtained from [sqlite3_malloc64()] and returns10806 ** in the P argument is held in memory obtained from [sqlite3_malloc64()]
2696 pData = sqlite3_malloc64( len ); in DbObjCmd()