HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_pcache_methods2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 2037 ** a pointer to an [sqlite3_pcache_methods2] object. This object specifies
2039 ** ^SQLite makes a copy of the [sqlite3_pcache_methods2] object.</dd>
2043 ** is a pointer to an [sqlite3_pcache_methods2] object. SQLite copies off
2231 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
2232 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
9321 ** See [sqlite3_pcache_methods2] for additional information.
9333 ** See [sqlite3_pcache_methods2] for additional information.
9347 ** instance of the sqlite3_pcache_methods2 structure.)^
9361 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
9370 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)
9500 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
9501 struct sqlite3_pcache_methods2 { struct
    [all...]
sqlite3.c 2358 ** a pointer to an [sqlite3_pcache_methods2] object. This object specifies
2360 ** ^SQLite makes a copy of the [sqlite3_pcache_methods2] object.</dd>
2364 ** is a pointer to an [sqlite3_pcache_methods2] object. SQLite copies off
2552 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
2553 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
9642 ** See [sqlite3_pcache_methods2] for additional information.
9654 ** See [sqlite3_pcache_methods2] for additional information.
9668 ** instance of the sqlite3_pcache_methods2 structure.)^
9682 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
9691 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)
9821 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
9822 struct sqlite3_pcache_methods2 { struct
    [all...]

Completed in 61 milliseconds