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

/external/sqlite/dist/orig/
H A Dsqlite3.h1476 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1477 struct sqlite3_mem_methods { struct
1546 ** a pointer to an instance of the [sqlite3_mem_methods] structure.
1550 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1555 ** is a pointer to an instance of the [sqlite3_mem_methods] structure.
1556 ** The [sqlite3_mem_methods]
1806 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1807 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6515 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
H A Dsqlite3.c1690 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1691 struct sqlite3_mem_methods { struct
1760 ** a pointer to an instance of the [sqlite3_mem_methods] structure.
1764 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1769 ** is a pointer to an instance of the [sqlite3_mem_methods] structure.
1770 ** The [sqlite3_mem_methods]
2020 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
2021 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6729 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1476 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1477 struct sqlite3_mem_methods { struct
1546 ** a pointer to an instance of the [sqlite3_mem_methods] structure.
1550 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1555 ** is a pointer to an instance of the [sqlite3_mem_methods] structure.
1556 ** The [sqlite3_mem_methods]
1806 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1807 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6515 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
H A Dsqlite3.c1690 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1691 struct sqlite3_mem_methods { struct
1760 ** a pointer to an instance of the [sqlite3_mem_methods] structure.
1764 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1769 ** is a pointer to an instance of the [sqlite3_mem_methods] structure.
1770 ** The [sqlite3_mem_methods]
2020 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
2021 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6729 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]

Completed in 341 milliseconds