Searched refs:sqlite3_mem_methods (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h1251 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1252 struct sqlite3_mem_methods { struct
1321 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1324 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1329 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1486 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1487 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
5658 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
H A Dsqlite3.c1804 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1805 struct sqlite3_mem_methods { struct
1874 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1877 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1882 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
2039 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
2040 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6211 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]

Completed in 607 milliseconds