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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h8452 ** cache implementation should use the value of the createFlag
8456 ** <tr><th> createFlag <th> Behavior when page is not already in cache
8464 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
8465 ** will only use a createFlag of 2 after a prior call with a createFlag of 1
8518 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8540 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
H A Dsqlite3.c9515 ** cache implementation should use the value of the createFlag
9519 ** <tr><th> createFlag <th> Behavior when page is not already in cache
9527 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
9528 ** will only use a createFlag of 2 after a prior call with a createFlag of 1
9581 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
9603 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
16255 SQLITE_PRIVATE sqlite3_pcache_page *sqlite3PcacheFetch(PCache*, Pgno, int createFlag);
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h6000 ** cache implementation should use the value of the createFlag
6004 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
6012 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6013 ** will only use a createFlag of 2 after a prior call with a createFlag of 1
6059 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
H A Dsqlite3.c6553 ** cache implementation should use the value of the createFlag
6557 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
6565 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6566 ** will only use a createFlag of 2 after a prior call with a createFlag of 1
6612 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8867 SQLITE_PRIVATE int sqlite3PcacheFetch(PCache*, Pgno, int createFlag, PgHdr**);
35379 sqlite3PcacheFetch( PCache *pCache, Pgno pgno, int createFlag, PgHdr **ppPage ) argument
36697 pcache1Fetch(sqlite3_pcache *p, unsigned int iKey, int createFlag) argument
[all...]

Completed in 799 milliseconds