Searched refs:sqlite3_malloc64 (Results 1 – 5 of 5) sorted by relevance
1940 b1 = sqlite3_malloc64( (sz+3)*sizeof(b1[0]) ); in opendir()3775 p->a = sqlite3_malloc64( n+1 ); in decimalNewFromText()4223 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMul()7306 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()8070 wchar_t *b1 = sqlite3_malloc64( (sz+1)*sizeof(b1[0]) ); in fileio_chmod()8087 wchar_t *b1 = sqlite3_malloc64( (sz+1)*sizeof(b1[0]) ); in fileio_mkdir()8132 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()8260 wchar_t *b1 = sqlite3_malloc64( (sz+1)*sizeof(b1[0]) ); in fileStat()8772 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()10595 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()[all …]
605 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
3586 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);31071 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){ in sqlite3_malloc64() function32868 sqlite3_str *p = sqlite3_malloc64(sizeof(*p)); in sqlite3_str_new()33126 RCStr *p = sqlite3_malloc64( N + sizeof(*p) + 1 ); in sqlite3RCStrNew()33182 *pp = p = sqlite3_malloc64( sizeof(*p) ); in sqlite3TreeViewPush()38317 pFile->aJrnl = sqlite3_malloc64( n ); in kvvfsDecodeJournal()38379 aTxt = sqlite3_malloc64( szTxt+1 ); in kvvfsReadJrnl()38555 zOut = sqlite3_malloc64( pFile->nJrnl*2 + 50 ); in kvvfsSyncJrnl()38700 pFile->aData = sqlite3_malloc64(SQLITE_KVOS_SZ); in kvvfsOpen()39863 pNew = sqlite3_malloc64( sizeof(*pNew) + (n+1) ); in vxworksFindFileId()[all …]
3267 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
2751 pData = sqlite3_malloc64( len ); in DbObjCmd()