Home
last modified time | relevance | path

Searched refs:sqlite3_malloc64 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c859 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(sz); in zipfileColumn()
[all …]
H A Dsqlite3ext.h603 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
H A Dsqlite3.c3400 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
30558 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){ in sqlite3_malloc64() function
32309 sqlite3_str *p = sqlite3_malloc64(sizeof(*p)); in sqlite3_str_new()
32558 RCStr *p = sqlite3_malloc64( N + sizeof(*p) + 1 ); in sqlite3RCStrNew()
32614 *pp = p = sqlite3_malloc64( sizeof(*p) ); in sqlite3TreeViewPush()
37833 pFile->aJrnl = sqlite3_malloc64( n );
37895 aTxt = sqlite3_malloc64( szTxt+1 );
38071 zOut = sqlite3_malloc64( pFile->nJrnl*2 + 50 );
38216 pFile->aData = sqlite3_malloc64(SQLITE_KVOS_SZ);
39378 pNew = sqlite3_malloc64( sizeof(*pNew) + (n+1) );
[all …]
H A Dsqlite3.h3087 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2696 pData = sqlite3_malloc64( len ); in DbObjCmd()