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

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1977 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1978 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
1981 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
1984 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
2221 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
sqlite3.c 2298 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
2299 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
2302 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
2305 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
2542 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
    [all...]

Completed in 79 milliseconds