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

/external/sqlite/dist/orig/
H A Dsqlite3.h1509 ** an [sqlite3_pcache_methods2] object. This object specifies the interface
1515 ** [sqlite3_pcache_methods2] object. SQLite copies of the current
1572 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
1573 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
6089 ** See [sqlite3_pcache_methods2] for additional information.
6101 ** See [sqlite3_pcache_methods2] for additional information.
6115 ** instance of the sqlite3_pcache_methods2 structure.)^
6129 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
6138 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
6259 ** handle invalid, and will not use it with any other sqlite3_pcache_methods2
6268 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
6269 struct sqlite3_pcache_methods2 { struct
[all...]
H A Dsqlite3.c2059 ** an [sqlite3_pcache_methods2] object. This object specifies the interface
2065 ** [sqlite3_pcache_methods2] object. SQLite copies of the current
2122 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
2123 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
6639 ** See [sqlite3_pcache_methods2] for additional information.
6651 ** See [sqlite3_pcache_methods2] for additional information.
6665 ** instance of the sqlite3_pcache_methods2 structure.)^
6679 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
6688 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
6809 ** handle invalid, and will not use it with any other sqlite3_pcache_methods2
6818 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
6819 struct sqlite3_pcache_methods2 { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1509 ** an [sqlite3_pcache_methods2] object. This object specifies the interface
1515 ** [sqlite3_pcache_methods2] object. SQLite copies of the current
1572 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
1573 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
6089 ** See [sqlite3_pcache_methods2] for additional information.
6101 ** See [sqlite3_pcache_methods2] for additional information.
6115 ** instance of the sqlite3_pcache_methods2 structure.)^
6129 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
6138 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
6259 ** handle invalid, and will not use it with any other sqlite3_pcache_methods2
6268 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
6269 struct sqlite3_pcache_methods2 { struct
[all...]
H A Dsqlite3.c2059 ** an [sqlite3_pcache_methods2] object. This object specifies the interface
2065 ** [sqlite3_pcache_methods2] object. SQLite copies of the current
2122 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
2123 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
6639 ** See [sqlite3_pcache_methods2] for additional information.
6651 ** See [sqlite3_pcache_methods2] for additional information.
6665 ** instance of the sqlite3_pcache_methods2 structure.)^
6679 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
6688 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
6809 ** handle invalid, and will not use it with any other sqlite3_pcache_methods2
6818 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
6819 struct sqlite3_pcache_methods2 { struct
[all...]

Completed in 269 milliseconds