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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1388 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1490 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
H A Dsqlite3.c1941 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
2043 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1813 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1814 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
1817 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
1820 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
2038 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
H A Dshell.c21153 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);
H A Dsqlite3.c2876 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
2877 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
2880 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
2883 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
3101 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
[all...]

Completed in 935 milliseconds