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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1666 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1667 struct sqlite3_mem_methods { struct
1736 ** a pointer to an instance of the [sqlite3_mem_methods] structure.
1740 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1745 ** is a pointer to an instance of the [sqlite3_mem_methods] structure.
1746 ** The [sqlite3_mem_methods]
2034 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
2035 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
8017 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
H A Dshell.c530 sqlite3_mem_methods mem;
4327 static sqlite3_mem_methods memtraceBase;
4371 static sqlite3_mem_methods ersaztMethods = {
H A Dsqlite3.c2729 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
2730 struct sqlite3_mem_methods { struct
2799 ** a pointer to an instance of the [sqlite3_mem_methods] structure.
2803 ** its own private copy of the content of the [sqlite3_mem_methods] structure
2808 ** is a pointer to an instance of the [sqlite3_mem_methods] structure.
2809 ** The [sqlite3_mem_methods]
3097 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
3098 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
9080 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]

Completed in 1093 milliseconds