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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h605 #define sqlite3_realloc64 sqlite3_api->realloc64 macro
H A Dshell.c3770 p->a = sqlite3_realloc64(p->a, p->nDigit + iExp + 1 );
3789 p->a = sqlite3_realloc64(p->a, p->nDigit + iExp + 1 );
4062 p->a = sqlite3_realloc64(p->a, nDigit+1);
6575 aOp = sqlite3_realloc64(p->aOp, N*sizeof(p->aOp[0]));
6578 aArg = sqlite3_realloc64(p->aArg, N*sizeof(p->aArg[0]));
7782 FsdirLevel *aNew = (FsdirLevel*)sqlite3_realloc64(pCur->aLvl, nByte);
11251 aNew = sqlite3_realloc64(pBuf->a, nNew);
20229 p->aiIndent = (int*)sqlite3_realloc64(p->aiIndent, nAlloc*sizeof(int));
20231 abYield = (int*)sqlite3_realloc64(abYield, nAlloc*sizeof(int));
20666 azData = sqlite3_realloc64(azDat
[all...]
H A Dsqlite3.h3038 ** ^The sqlite3_realloc64(X,N) interfaces works the same as
3043 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3053 ** sqlite3_malloc64(), and sqlite3_realloc64()
3070 SQLITE_API void *sqlite3_realloc64(void*, sqlite3_uint64);
10716 ** SQLite will try to increase the buffer size using sqlite3_realloc64()
10766 ** grow the size of the database using calls to [sqlite3_realloc64()]. This
10775 #define SQLITE_DESERIALIZE_RESIZEABLE 2 /* Resize using sqlite3_realloc64() */
H A Dsqlite3.c3351 ** ^The sqlite3_realloc64(X,N) interfaces works the same as
3356 ** sqlite3_malloc64(), sqlite3_realloc(), or sqlite3_realloc64(), then
3366 ** sqlite3_malloc64(), and sqlite3_realloc64()
3383 SQLITE_API void *sqlite3_realloc64(void*, sqlite3_uint64);
11029 ** SQLite will try to increase the buffer size using sqlite3_realloc64()
11079 ** grow the size of the database using calls to [sqlite3_realloc64()]. This
11088 #define SQLITE_DESERIALIZE_RESIZEABLE 2 /* Resize using sqlite3_realloc64() */
30507 SQLITE_API void *sqlite3_realloc64(void *pOld, sqlite3_uint64 n){ function
136077 #define sqlite3_realloc64 macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d581 void *sqlite3_realloc64(void*, sqlite3_uint64);

Completed in 746 milliseconds