Searched refs:xFetch (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.h5438 ** ^The xFetch() method is used to fetch a page and return a pointer to it.
5441 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
5448 ** createFlag parameter passed to xFetch, according to the following table:
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
5463 ** attempting to unpin pages, the xFetch() method will be invoked again with
5470 ** the xFetch() method, it will be zeroed.)^ ^If the discard parameter is
5476 ** to xFetch().)^
5504 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c5975 ** ^The xFetch() method is used to fetch a page and return a pointer to it.
5978 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
5985 ** createFlag parameter passed to xFetch, according to the following table:
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
6000 ** attempting to unpin pages, the xFetch() method will be invoked again with
6007 ** the xFetch() method, it will be zeroed.)^ ^If the discard parameter is
6013 ** to xFetch().)^
6041 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h5438 ** ^The xFetch() method is used to fetch a page and return a pointer to it.
5441 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
5448 ** createFlag parameter passed to xFetch, according to the following table:
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
5463 ** attempting to unpin pages, the xFetch() method will be invoked again with
5470 ** the xFetch() method, it will be zeroed.)^ ^If the discard parameter is
5476 ** to xFetch().)^
5504 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c5975 ** ^The xFetch() method is used to fetch a page and return a pointer to it.
5978 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
5985 ** createFlag parameter passed to xFetch, according to the following table:
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
6000 ** attempting to unpin pages, the xFetch() method will be invoked again with
6007 ** the xFetch() method, it will be zeroed.)^ ^If the discard parameter is
6013 ** to xFetch().)^
6041 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h5438 ** ^The xFetch() method is used to fetch a page and return a pointer to it.
5441 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
5448 ** createFlag parameter passed to xFetch, according to the following table:
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
5463 ** attempting to unpin pages, the xFetch() method will be invoked again with
5470 ** the xFetch() method, it will be zeroed.)^ ^If the discard parameter is
5476 ** to xFetch().)^
5504 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c5975 ** ^The xFetch() method is used to fetch a page and return a pointer to it.
5978 ** mimimum key value is 1. After it has been retrieved using xFetch, the page
5985 ** createFlag parameter passed to xFetch, according to the following table:
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
6000 ** attempting to unpin pages, the xFetch() method will be invoked again with
6007 ** the xFetch() method, it will be zeroed.)^ ^If the discard parameter is
6013 ** to xFetch().)^
6041 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); member in struct:sqlite3_pcache_methods
[all...]

Completed in 841 milliseconds