Lines Matching refs:createFlag
6211 ** cache implementation should use the value of the createFlag
6215 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
6223 ** ^(SQLite will normally invoke xFetch() with a createFlag of 0 or 1. SQLite
6224 ** will only use a createFlag of 2 after a prior call with a createFlag of 1
6277 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6299 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);