Home
last modified time | relevance | path

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

/freebsd-src/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(s in zipfileColumn()
[all...]
H A Dsqlite3ext.h603 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
H A Dsqlite3.c3290 ** results into memory obtained from [sqlite3_malloc64()].
3293 ** NULL pointer if [sqlite3_malloc64()] is unable to allocate enough
3339 ** ^The sqlite3_malloc64(N) routine works just like
3375 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3385 ** 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 returns
11119 ** 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...]
H A Dsqlite3.h2977 ** results into memory obtained from [sqlite3_malloc64()].
2980 ** NULL pointer if [sqlite3_malloc64()] is unable to allocate enough
3026 ** ^The sqlite3_malloc64(N) routine works just like
3062 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3072 ** 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 returns
10806 ** in the P argument is held in memory obtained from [sqlite3_malloc64()]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2696 pData = sqlite3_malloc64( len ); in DbObjCmd()