Searched refs:sqlite3_pcache_methods (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_init.c33 sqlite3_pcache_methods pcache;
157 sqlite3_pcache_methods pcachemethods = {
H A Dtest_pcache.c425 static const sqlite3_pcache_methods testPcache = {
438 static sqlite3_pcache_methods defaultPcache;
H A Dsqlite.h.in1400 ** an [sqlite3_pcache_methods] object. This object specifies the interface
1406 ** [sqlite3_pcache_methods] object. SQLite copies of the current
1442 #define SQLITE_CONFIG_PCACHE 14 /* sqlite3_pcache_methods* */
1443 #define SQLITE_CONFIG_GETPCACHE 15 /* sqlite3_pcache_methods* */
5696 ** See [sqlite3_pcache_methods] for additional information.
5706 ** instance of the sqlite3_pcache_methods structure.)^
5720 ** ^(The contents of the sqlite3_pcache_methods structure are copied to an
5728 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
5838 ** handle invalid, and will not use it with any other sqlite3_pcache_methods
5841 typedef struct sqlite3_pcache_methods sqlite3_pcache_method
[all...]
H A Dpcache1.c903 static const sqlite3_pcache_methods defaultMethods = {
H A Dmain.c181 ** methods. The sqlite3_pcache_methods.xInit() all is embedded in the
359 sqlite3GlobalConfig.pcache = *va_arg(ap, sqlite3_pcache_methods*);
367 *va_arg(ap, sqlite3_pcache_methods*) = sqlite3GlobalConfig.pcache;
H A DsqliteInt.h2428 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1405 ** an [sqlite3_pcache_methods] object. This object specifies the interface
1411 ** [sqlite3_pcache_methods] object. SQLite copies of the current
1447 #define SQLITE_CONFIG_PCACHE 14 /* sqlite3_pcache_methods* */
1448 #define SQLITE_CONFIG_GETPCACHE 15 /* sqlite3_pcache_methods* */
5701 ** See [sqlite3_pcache_methods] for additional information.
5711 ** instance of the sqlite3_pcache_methods structure.)^
5725 ** ^(The contents of the sqlite3_pcache_methods structure are copied to an
5733 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
5843 ** handle invalid, and will not use it with any other sqlite3_pcache_methods
5846 typedef struct sqlite3_pcache_methods sqlite3_pcache_method typedef in typeref:struct:sqlite3_pcache_methods
5847 struct sqlite3_pcache_methods { struct
[all...]
H A Dsqlite3.c1948 ** an [sqlite3_pcache_methods] object. This object specifies the interface
1954 ** [sqlite3_pcache_methods] object. SQLite copies of the current
1990 #define SQLITE_CONFIG_PCACHE 14 /* sqlite3_pcache_methods* */
1991 #define SQLITE_CONFIG_GETPCACHE 15 /* sqlite3_pcache_methods* */
6244 ** See [sqlite3_pcache_methods] for additional information.
6254 ** instance of the sqlite3_pcache_methods structure.)^
6268 ** ^(The contents of the sqlite3_pcache_methods structure are copied to an
6276 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
6386 ** handle invalid, and will not use it with any other sqlite3_pcache_methods
6389 typedef struct sqlite3_pcache_methods sqlite3_pcache_method typedef in typeref:struct:sqlite3_pcache_methods
6390 struct sqlite3_pcache_methods { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h6701 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef in typeref:struct:sqlite3_pcache_methods
6702 struct sqlite3_pcache_methods { struct
H A Dsqlite3.c6816 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef in typeref:struct:sqlite3_pcache_methods
6817 struct sqlite3_pcache_methods { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6701 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef in typeref:struct:sqlite3_pcache_methods
6702 struct sqlite3_pcache_methods { struct
H A Dsqlite3.c6816 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef in typeref:struct:sqlite3_pcache_methods
6817 struct sqlite3_pcache_methods { struct
[all...]

Completed in 1908 milliseconds