Searched refs:PCache (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c7985 typedef struct PCache PCache; typedef in typeref:struct:PCache
8007 PCache *pCache; /* Cache that owns this page */
8040 PCache *pToInit /* Preallocated space for the PCache */
8044 SQLITE_PRIVATE void sqlite3PcacheSetPageSize(PCache *, int);
8046 /* Return the size in bytes of a PCache object. Used to preallocate
8054 SQLITE_PRIVATE int sqlite3PcacheFetch(PCache*, Pgno, int createFlag, PgHdr**);
8060 SQLITE_PRIVATE void sqlite3PcacheCleanAll(PCache*); /* Mark all dirty list pages as clean */
8066 SQLITE_PRIVATE void sqlite3PcacheTruncate(PCache*, Pgn
32248 struct PCache { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c7985 typedef struct PCache PCache; typedef in typeref:struct:PCache
8007 PCache *pCache; /* Cache that owns this page */
8040 PCache *pToInit /* Preallocated space for the PCache */
8044 SQLITE_PRIVATE void sqlite3PcacheSetPageSize(PCache *, int);
8046 /* Return the size in bytes of a PCache object. Used to preallocate
8054 SQLITE_PRIVATE int sqlite3PcacheFetch(PCache*, Pgno, int createFlag, PgHdr**);
8060 SQLITE_PRIVATE void sqlite3PcacheCleanAll(PCache*); /* Mark all dirty list pages as clean */
8066 SQLITE_PRIVATE void sqlite3PcacheTruncate(PCache*, Pgn
32248 struct PCache { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c7985 typedef struct PCache PCache; typedef in typeref:struct:PCache
8007 PCache *pCache; /* Cache that owns this page */
8040 PCache *pToInit /* Preallocated space for the PCache */
8044 SQLITE_PRIVATE void sqlite3PcacheSetPageSize(PCache *, int);
8046 /* Return the size in bytes of a PCache object. Used to preallocate
8054 SQLITE_PRIVATE int sqlite3PcacheFetch(PCache*, Pgno, int createFlag, PgHdr**);
8060 SQLITE_PRIVATE void sqlite3PcacheCleanAll(PCache*); /* Mark all dirty list pages as clean */
8066 SQLITE_PRIVATE void sqlite3PcacheTruncate(PCache*, Pgn
32248 struct PCache { struct
[all...]

Completed in 694 milliseconds