Searched defs:sqlite3_mem_methods (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1215 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1216 struct sqlite3_mem_methods { struct
1284 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1287 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1292 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1437 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1438 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
5467 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
H A Dsqlite3.c1758 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1759 struct sqlite3_mem_methods { struct
1827 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1830 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1835 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1980 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1981 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6010 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1437 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1438 struct sqlite3_mem_methods { struct
1507 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1510 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1515 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1730 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1731 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6218 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
H A Dsqlite3.c1552 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1553 struct sqlite3_mem_methods { struct
1622 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1625 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1630 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1845 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1846 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6333 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1437 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1438 struct sqlite3_mem_methods { struct
1507 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1510 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1515 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1730 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1731 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6218 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
H A Dsqlite3.c1552 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef in typeref:struct:sqlite3_mem_methods
1553 struct sqlite3_mem_methods { struct
1622 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1625 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1630 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1845 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1846 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
6333 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]

Completed in 522 milliseconds