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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1442 ** an [sqlite3_pcache_methods] object. This object specifies the interface
1448 ** [sqlite3_pcache_methods] object. SQLite copies of the current
1496 #define SQLITE_CONFIG_PCACHE 14 /* sqlite3_pcache_methods* */
1497 #define SQLITE_CONFIG_GETPCACHE 15 /* sqlite3_pcache_methods* */
5897 ** See [sqlite3_pcache_methods] for additional information.
5907 ** instance of the sqlite3_pcache_methods structure.)^
5921 ** ^(The contents of the sqlite3_pcache_methods structure are copied to an
5930 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
6048 ** handle invalid, and will not use it with any other sqlite3_pcache_methods
6051 typedef struct sqlite3_pcache_methods sqlite3_pcache_method typedef in typeref:struct:sqlite3_pcache_methods
6052 struct sqlite3_pcache_methods { struct
[all...]
H A Dsqlite3.c1995 ** an [sqlite3_pcache_methods] object. This object specifies the interface
2001 ** [sqlite3_pcache_methods] object. SQLite copies of the current
2049 #define SQLITE_CONFIG_PCACHE 14 /* sqlite3_pcache_methods* */
2050 #define SQLITE_CONFIG_GETPCACHE 15 /* sqlite3_pcache_methods* */
6450 ** See [sqlite3_pcache_methods] for additional information.
6460 ** instance of the sqlite3_pcache_methods structure.)^
6474 ** ^(The contents of the sqlite3_pcache_methods structure are copied to an
6483 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
6601 ** handle invalid, and will not use it with any other sqlite3_pcache_methods
6604 typedef struct sqlite3_pcache_methods sqlite3_pcache_method typedef in typeref:struct:sqlite3_pcache_methods
6605 struct sqlite3_pcache_methods { struct
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h8532 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef in typeref:struct:sqlite3_pcache_methods
8533 struct sqlite3_pcache_methods { struct
H A Dsqlite3.c9595 typedef struct sqlite3_pcache_methods sqlite3_pcache_methods; typedef in typeref:struct:sqlite3_pcache_methods
9596 struct sqlite3_pcache_methods { struct
[all...]

Completed in 1265 milliseconds