OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_pcache_page
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
9328
** The
sqlite3_pcache_page
object represents a single page in the
9335
typedef struct
sqlite3_pcache_page
sqlite3_pcache_page
;
typedef in typeref:struct:sqlite3_pcache_page
9336
struct
sqlite3_pcache_page
{
struct
9429
** an
sqlite3_pcache_page
object associated with that page, or a NULL pointer.
9430
** The pBuf element of the returned
sqlite3_pcache_page
object will be a
9432
** single database page. The pExtra element of
sqlite3_pcache_page
will be
9509
sqlite3_pcache_page
*(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
9510
void (*xUnpin)(sqlite3_pcache*,
sqlite3_pcache_page
*, int discard);
9511
void (*xRekey)(sqlite3_pcache*,
sqlite3_pcache_page
*,
[
all
...]
sqlite3.c
9649
** The
sqlite3_pcache_page
object represents a single page in the
9656
typedef struct
sqlite3_pcache_page
sqlite3_pcache_page
;
typedef in typeref:struct:sqlite3_pcache_page
9657
struct
sqlite3_pcache_page
{
struct
9750
** an
sqlite3_pcache_page
object associated with that page, or a NULL pointer.
9751
** The pBuf element of the returned
sqlite3_pcache_page
object will be a
9753
** single database page. The pExtra element of
sqlite3_pcache_page
will be
9830
sqlite3_pcache_page
*(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
9831
void (*xUnpin)(sqlite3_pcache*,
sqlite3_pcache_page
*, int discard);
9832
void (*xRekey)(sqlite3_pcache*,
sqlite3_pcache_page
*,
[
all
...]
Completed in 159 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026