Searched refs:SQLITE_CONFIG_WIN32_HEAPSIZE (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1963 ** [[SQLITE_CONFIG_WIN32_HEAPSIZE]]
1964 ** <dt>SQLITE_CONFIG_WIN32_HEAPSIZE
1965 ** <dd>^The SQLITE_CONFIG_WIN32_HEAPSIZE option is only available if SQLite is
1967 ** defined. ^SQLITE_CONFIG_WIN32_HEAPSIZE takes a 32-bit unsigned integer value
2053 #define SQLITE_CONFIG_WIN32_HEAPSIZE 23 /* int nByte */ macro
H A Dsqlite3.c3026 ** [[SQLITE_CONFIG_WIN32_HEAPSIZE]]
3027 ** <dt>SQLITE_CONFIG_WIN32_HEAPSIZE
3028 ** <dd>^The SQLITE_CONFIG_WIN32_HEAPSIZE option is only available if SQLite is
3030 ** defined. ^SQLITE_CONFIG_WIN32_HEAPSIZE takes a 32-bit unsigned integer value
3116 #define SQLITE_CONFIG_WIN32_HEAPSIZE 23 /* int nByte */ macro
[all...]

Completed in 1041 milliseconds