HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_mem_methods (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 139 sqlite3_mem_methods.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3.h 1813 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1814 struct sqlite3_mem_methods { struct
1900 ** a pointer to an instance of the [sqlite3_mem_methods] structure.
1904 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1909 ** is a pointer to an instance of the [sqlite3_mem_methods] structure.
1910 ** The [sqlite3_mem_methods]
2217 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
2218 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
8968 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)
    [all...]
sqlite3.c 2134 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
2135 struct sqlite3_mem_methods { struct
2221 ** a pointer to an instance of the [sqlite3_mem_methods] structure.
2225 ** its own private copy of the content of the [sqlite3_mem_methods] structure
2230 ** is a pointer to an instance of the [sqlite3_mem_methods] structure.
2231 ** The [sqlite3_mem_methods]
2538 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
2539 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
9289 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)
    [all...]
shell.c 4106 static sqlite3_mem_methods memtraceBase;
4150 static sqlite3_mem_methods ersaztMethods = {
    [all...]

Completed in 113 milliseconds