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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h5448 ** createFlag parameter passed to xFetch, according to the following table:
5451 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
5459 ** SQLite will normally invoke xFetch() with a createFlag of 0 or 1. If
5460 ** a call to xFetch() with createFlag==1 returns NULL, then SQLite will
5464 ** a createFlag of 2.
5504 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
H A Dsqlite3.c5985 ** createFlag parameter passed to xFetch, according to the following table:
5988 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
5996 ** SQLite will normally invoke xFetch() with a createFlag of 0 or 1. If
5997 ** a call to xFetch() with createFlag==1 returns NULL, then SQLite will
6001 ** a createFlag of 2.
6041 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8054 SQLITE_PRIVATE int sqlite3PcacheFetch(PCache*, Pgno, int createFlag, PgHdr**);
32429 sqlite3PcacheFetch( PCache *pCache, Pgno pgno, int createFlag, PgHdr **ppPage ) argument
33358 pcache1Fetch(sqlite3_pcache *p, unsigned int iKey, int createFlag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h5448 ** createFlag parameter passed to xFetch, according to the following table:
5451 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
5459 ** SQLite will normally invoke xFetch() with a createFlag of 0 or 1. If
5460 ** a call to xFetch() with createFlag==1 returns NULL, then SQLite will
5464 ** a createFlag of 2.
5504 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
H A Dsqlite3.c5985 ** createFlag parameter passed to xFetch, according to the following table:
5988 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
5996 ** SQLite will normally invoke xFetch() with a createFlag of 0 or 1. If
5997 ** a call to xFetch() with createFlag==1 returns NULL, then SQLite will
6001 ** a createFlag of 2.
6041 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8054 SQLITE_PRIVATE int sqlite3PcacheFetch(PCache*, Pgno, int createFlag, PgHdr**);
32429 sqlite3PcacheFetch( PCache *pCache, Pgno pgno, int createFlag, PgHdr **ppPage ) argument
33358 pcache1Fetch(sqlite3_pcache *p, unsigned int iKey, int createFlag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h5448 ** createFlag parameter passed to xFetch, according to the following table:
5451 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
5459 ** SQLite will normally invoke xFetch() with a createFlag of 0 or 1. If
5460 ** a call to xFetch() with createFlag==1 returns NULL, then SQLite will
5464 ** a createFlag of 2.
5504 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
H A Dsqlite3.c5985 ** createFlag parameter passed to xFetch, according to the following table:
5988 ** <tr><th> createFlag <th> Behaviour when page is not already in cache
5996 ** SQLite will normally invoke xFetch() with a createFlag of 0 or 1. If
5997 ** a call to xFetch() with createFlag==1 returns NULL, then SQLite will
6001 ** a createFlag of 2.
6041 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8054 SQLITE_PRIVATE int sqlite3PcacheFetch(PCache*, Pgno, int createFlag, PgHdr**);
32429 sqlite3PcacheFetch( PCache *pCache, Pgno pgno, int createFlag, PgHdr **ppPage ) argument
33358 pcache1Fetch(sqlite3_pcache *p, unsigned int iKey, int createFlag) argument
[all...]

Completed in 1095 milliseconds