Searched refs:SQLITE_CONFIG_HEAP (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d477 SQLITE_CONFIG_HEAP = 8, /** void*, int nByte, int min */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1928 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1929 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
1932 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
1935 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
2153 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
H A Dshell.c29051 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);
H A Dsqlite3.c2241 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
2242 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
2245 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
2248 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
2466 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
[all...]

Completed in 863 milliseconds