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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1870 ** a pointer to an [sqlite3_pcache_methods2] object. This object specifies
1872 ** ^SQLite makes a copy of the [sqlite3_pcache_methods2] object.</dd>
1876 ** is a pointer to an [sqlite3_pcache_methods2] object. SQLite copies of
2048 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
2049 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
8330 ** See [sqlite3_pcache_methods2] for additional information.
8342 ** See [sqlite3_pcache_methods2] for additional information.
8356 ** instance of the sqlite3_pcache_methods2 structure.)^
8370 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
8379 ** method is passed a copy of the sqlite3_pcache_methods2
8509 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
8510 struct sqlite3_pcache_methods2 { struct
[all...]
H A Dsqlite3.c2933 ** a pointer to an [sqlite3_pcache_methods2] object. This object specifies
2935 ** ^SQLite makes a copy of the [sqlite3_pcache_methods2] object.</dd>
2939 ** is a pointer to an [sqlite3_pcache_methods2] object. SQLite copies of
3111 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
3112 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
9393 ** See [sqlite3_pcache_methods2] for additional information.
9405 ** See [sqlite3_pcache_methods2] for additional information.
9419 ** instance of the sqlite3_pcache_methods2 structure.)^
9433 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
9442 ** method is passed a copy of the sqlite3_pcache_methods2
9572 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
9573 struct sqlite3_pcache_methods2 { struct
[all...]

Completed in 497 milliseconds