Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c2443 p->a = sqlite3_malloc64( n+1 ); in decimal_new()
2905 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMulFunc()
4002 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()
4789 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()
5417 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()
7221 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()
7675 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()
7849 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()
7915 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()
8980 aZip = (u8*)sqlite3_malloc64(nZi in zipfileFinal()
[all...]
H A Dsqlite3.c3207 ** results into memory obtained from [sqlite3_malloc64()].
3210 ** NULL pointer if [sqlite3_malloc64()] is unable to allocate enough
3256 ** ^The sqlite3_malloc64(N) routine works just like
3292 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3302 ** sqlite3_malloc64(), and sqlite3_realloc64()
3317 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
8537 ** and returns a pointer to a memory buffer obtained from [sqlite3_malloc64()]
10726 ** the database into memory obtained from [sqlite3_malloc64()] and returns
10820 ** in the P argument is held in memory obtained from [sqlite3_malloc64()]
29365 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){ sqlite3_malloc64() function
132525 #define sqlite3_malloc64 global() macro
[all...]
/third_party/sqlite/include/
H A Dsqlite3ext.h602 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
H A Dsqlite3.h2894 ** results into memory obtained from [sqlite3_malloc64()].
2897 ** NULL pointer if [sqlite3_malloc64()] is unable to allocate enough
2943 ** ^The sqlite3_malloc64(N) routine works just like
2979 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
2989 ** sqlite3_malloc64(), and sqlite3_realloc64()
3004 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
8228 ** and returns a pointer to a memory buffer obtained from [sqlite3_malloc64()]
10396 ** the database into memory obtained from [sqlite3_malloc64()] and returns
10490 ** in the P argument is held in memory obtained from [sqlite3_malloc64()]
/third_party/python/Modules/_sqlite/
H A Dconnection.c2163 * We can safely use sqlite3_malloc64 here, since it was introduced before in deserialize_impl()
2172 unsigned char *buf = sqlite3_malloc64(size); in deserialize_impl()

Completed in 167 milliseconds