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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile133 sqlite3_malloc.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c2384 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));
3711 p = sqlite3_malloc( sizeof(*p) );
3889 z = sqlite3_malloc( p->nDigit+4 );
3954 z = sqlite3_malloc( nDigit+20 );
4393 p->a = sqlite3_malloc(2);
4761 cBuf = sqlite3_malloc(nc);
4783 bBuf = sqlite3_malloc(nb);
5137 cBuf = sqlite3_malloc(nc);
5159 bBuf = sqlite3_malloc(nb);
5874 pNew = *ppVtab = sqlite3_malloc( sizeo
[all...]
H A Dsqlite3ext.h468 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.h387 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
993 ** [sqlite3_malloc()] and the result is stored in the char* variable
1053 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1739 ** Every memory allocation request coming in through [sqlite3_malloc()]
1917 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
1922 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
1925 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
2198 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2925 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3000 ** ^The sqlite3_malloc() routin
[all...]
H A Dsqlite3.c700 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1306 ** [sqlite3_malloc()] and the result is stored in the char* variable
1366 ** written into memory obtained from [sqlite3_malloc()]. The caller should
2052 ** Every memory allocation request coming in through [sqlite3_malloc()]
2230 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
2235 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
2238 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
2511 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
3238 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3313 ** ^The sqlite3_malloc() routin
30254 SQLITE_API void *sqlite3_malloc(int n){ function
135940 #define sqlite3_malloc macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d575 void *sqlite3_malloc(int);
1423 char *idxStr; /** String, possibly obtained from sqlite3_malloc */
1606 SQLITE_MUTEX_STATIC_MEM = 3, /** sqlite3_malloc() */

Completed in 462 milliseconds