HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_CONFIG_WIN32_HEAPSIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 2130 ** [[SQLITE_CONFIG_WIN32_HEAPSIZE]]
2131 ** <dt>SQLITE_CONFIG_WIN32_HEAPSIZE
2132 ** <dd>^The SQLITE_CONFIG_WIN32_HEAPSIZE option is only available if SQLite is
2134 ** defined. ^SQLITE_CONFIG_WIN32_HEAPSIZE takes a 32-bit unsigned integer value
2236 #define SQLITE_CONFIG_WIN32_HEAPSIZE 23 /* int nByte */
sqlite3.c 2451 ** [[SQLITE_CONFIG_WIN32_HEAPSIZE]]
2452 ** <dt>SQLITE_CONFIG_WIN32_HEAPSIZE
2453 ** <dd>^The SQLITE_CONFIG_WIN32_HEAPSIZE option is only available if SQLite is
2455 ** defined. ^SQLITE_CONFIG_WIN32_HEAPSIZE takes a 32-bit unsigned integer value
2557 #define SQLITE_CONFIG_WIN32_HEAPSIZE 23 /* int nByte */
    [all...]

Completed in 140 milliseconds