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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h1236 ** an [sqlite3_pcache_methods] object. This object specifies the interface
1242 ** [sqlite3_pcache_methods] object. SQLite copies of the current
1260 #define SQLITE_CONFIG_PCACHE 14 /* sqlite3_pcache_methods* */
1261 #define SQLITE_CONFIG_GETPCACHE 15 /* sqlite3_pcache_methods* */
5169 ** See [sqlite3_pcache_methods] for additional information.
5180 ** instance of the sqlite3_pcache_methods structure.)^ The majority of the
5189 ** ^(The contents of the sqlite3_pcache_methods structure are copied to an
5196 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
5298 ** handle invalid, and will not use it with any other sqlite3_pcache_methods
5301 typedef struct sqlite3_pcache_methods sqlite3_pcache_method typedef in typeref:struct:sqlite3_pcache_methods
5302 struct sqlite3_pcache_methods { struct
[all...]
H A Dsqlite3.c1760 ** an [sqlite3_pcache_methods] object. This object specifies the interface
1766 ** [sqlite3_pcache_methods] object. SQLite copies of the current
1784 #define SQLITE_CONFIG_PCACHE 14 /* sqlite3_pcache_methods* */
1785 #define SQLITE_CONFIG_GETPCACHE 15 /* sqlite3_pcache_methods* */
5693 ** See [sqlite3_pcache_methods] for additional information.
5704 ** instance of the sqlite3_pcache_methods structure.)^ The majority of the
5713 ** ^(The contents of the sqlite3_pcache_methods structure are copied to an
5720 ** method is passed a copy of the sqlite3_pcache_methods.pArg value.)^
5822 ** handle invalid, and will not use it with any other sqlite3_pcache_methods
5825 typedef struct sqlite3_pcache_methods sqlite3_pcache_method typedef in typeref:struct:sqlite3_pcache_methods
5826 struct sqlite3_pcache_methods { struct
[all...]

Completed in 299 milliseconds