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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h1394 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1395 struct sqlite3_mem_methods { struct
1464 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1467 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1472 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1680 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1681 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6052 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
H A Dsqlite3.c1965 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1966 struct sqlite3_mem_methods { struct
2035 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
2038 ** its own private copy of the content of the [sqlite3_mem_methods] structure
2043 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
2251 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
2252 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6623 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
/freebsd-10.2-release/crypto/heimdal/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 764 milliseconds