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

/external/sqlite/dist/orig/
H A Dsqlite3.h1628 ** an [sqlite3_pcache_methods2] object. This object specifies the interface
1634 ** [sqlite3_pcache_methods2] object. SQLite copies of the current
1744 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
1745 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
6499 ** See [sqlite3_pcache_methods2] for additional information.
6511 ** See [sqlite3_pcache_methods2] for additional information.
6525 ** instance of the sqlite3_pcache_methods2 structure.)^
6539 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
6548 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
6669 ** handle invalid, and will not use it with any other sqlite3_pcache_methods2
6678 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
6679 struct sqlite3_pcache_methods2 { struct
[all...]
H A Dsqlite3.c1743 ** an [sqlite3_pcache_methods2] object. This object specifies the interface
1749 ** [sqlite3_pcache_methods2] object. SQLite copies of the current
1859 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
1860 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
6614 ** See [sqlite3_pcache_methods2] for additional information.
6626 ** See [sqlite3_pcache_methods2] for additional information.
6640 ** instance of the sqlite3_pcache_methods2 structure.)^
6654 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
6663 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
6784 ** handle invalid, and will not use it with any other sqlite3_pcache_methods2
6793 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
6794 struct sqlite3_pcache_methods2 { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1628 ** an [sqlite3_pcache_methods2] object. This object specifies the interface
1634 ** [sqlite3_pcache_methods2] object. SQLite copies of the current
1744 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
1745 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
6499 ** See [sqlite3_pcache_methods2] for additional information.
6511 ** See [sqlite3_pcache_methods2] for additional information.
6525 ** instance of the sqlite3_pcache_methods2 structure.)^
6539 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
6548 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
6669 ** handle invalid, and will not use it with any other sqlite3_pcache_methods2
6678 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
6679 struct sqlite3_pcache_methods2 { struct
[all...]
H A Dsqlite3.c1743 ** an [sqlite3_pcache_methods2] object. This object specifies the interface
1749 ** [sqlite3_pcache_methods2] object. SQLite copies of the current
1859 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
1860 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
6614 ** See [sqlite3_pcache_methods2] for additional information.
6626 ** See [sqlite3_pcache_methods2] for additional information.
6640 ** instance of the sqlite3_pcache_methods2 structure.)^
6654 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
6663 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
6784 ** handle invalid, and will not use it with any other sqlite3_pcache_methods2
6793 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
6794 struct sqlite3_pcache_methods2 { struct
[all...]

Completed in 306 milliseconds