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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem0.c46 static const sqlite3_mem_methods defaultMethods = {
H A Dmem1.c18 ** routines specified in the sqlite3_mem_methods object.
137 static const sqlite3_mem_methods defaultMethods = {
H A Dtest_init.c34 sqlite3_mem_methods mem;
164 sqlite3_mem_methods memmethods = {
H A Dmem5.c564 ** linkage. It returns a pointer to a static sqlite3_mem_methods
567 const sqlite3_mem_methods *sqlite3MemGetMemsys5(void){
568 static const sqlite3_mem_methods memsys5Methods = {
H A Dtest_malloc.c34 sqlite3_mem_methods m; /* 'Real' malloc implementation */
71 ** A version of sqlite3_mem_methods.xMalloc() that includes fault simulation
84 ** A version of sqlite3_mem_methods.xRealloc() that includes fault simulation
185 static struct sqlite3_mem_methods m = {
214 sqlite3_mem_methods m;
1366 const sqlite3_mem_methods *sqlite3MemGetMemsys3(void);
H A Dsqlite.h.in1210 typedef struct sqlite3_mem_methods sqlite3_mem_methods;
1211 struct sqlite3_mem_methods {
1279 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1282 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1287 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1432 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1433 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
5462 ** sizes as reported by the xSize method in [sqlite3_mem_methods]
[all...]
H A Dmem3.c673 const sqlite3_mem_methods *sqlite3MemGetMemsys3(void){
674 static const sqlite3_mem_methods mempoolMethods = {
H A Dmem2.c20 ** routines specified in the sqlite3_mem_methods object.
365 static const sqlite3_mem_methods defaultMethods = {
H A DsqliteInt.h2426 sqlite3_mem_methods m; /* Low-level memory allocation interface */
2605 const sqlite3_mem_methods *sqlite3MemGetMemsys3(void);
2608 const sqlite3_mem_methods *sqlite3MemGetMemsys5(void);
H A Dmain.c328 sqlite3GlobalConfig.m = *va_arg(ap, sqlite3_mem_methods*);
334 *va_arg(ap, sqlite3_mem_methods*) = sqlite3GlobalConfig.m;
/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 517 milliseconds