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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c857 WCHAR *zw = sqlite3_malloc64(nwc*sizeof(WCHAR));
3719 p->a = sqlite3_malloc64( n+1 );
4167 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 );
6454 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState );
7242 pBuf = sqlite3_malloc64( nIn ? nIn : 1 );
7870 aBuf = sqlite3_malloc64(nBuf);
9678 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile);
10133 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc);
10307 aOut = (u8*)sqlite3_malloc64(nAlloc);
10373 aBuf = aFree = sqlite3_malloc64(s
[all...]
H A Dsqlite3ext.h603 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
H A Dsqlite3.c3271 ** results into memory obtained from [sqlite3_malloc64()].
3274 ** NULL pointer if [sqlite3_malloc64()] is unable to allocate enough
3320 ** ^The sqlite3_malloc64(N) routine works just like
3356 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3366 ** sqlite3_malloc64(), and sqlite3_realloc64()
3381 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
8744 ** and returns a pointer to a memory buffer obtained from [sqlite3_malloc64()]
10962 ** the database into memory obtained from [sqlite3_malloc64()] and returns
11073 ** in the P argument is held in memory obtained from [sqlite3_malloc64()]
30260 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){ function
136075 #define sqlite3_malloc64 macro
[all...]
H A Dsqlite3.h2958 ** results into memory obtained from [sqlite3_malloc64()].
2961 ** NULL pointer if [sqlite3_malloc64()] is unable to allocate enough
3007 ** ^The sqlite3_malloc64(N) routine works just like
3043 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3053 ** sqlite3_malloc64(), and sqlite3_realloc64()
3068 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
8431 ** and returns a pointer to a memory buffer obtained from [sqlite3_malloc64()]
10649 ** the database into memory obtained from [sqlite3_malloc64()] and returns
10760 ** in the P argument is held in memory obtained from [sqlite3_malloc64()]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d577 void *sqlite3_malloc64(sqlite3_uint64);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2696 pData = sqlite3_malloc64( len );

Completed in 1293 milliseconds