![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Public Attributes | |
| sqlite3_pcache_page | page |
| unsigned int | iKey |
| u16 | isBulkLocal |
| u16 | isAnchor |
| PgHdr1 * | pNext |
| PCache1 * | pCache |
| PgHdr1 * | pLruNext |
| PgHdr1 * | pLruPrev |
| unsigned int PgHdr1::iKey |
Definition at line 49778 of file sqlite3.c.
Referenced by pcache1FetchNoMutex(), pcache1FetchStage2(), pcache1RemoveFromHash(), pcache1ResizeHash(), and pcache1TruncateUnsafe().
| u16 PgHdr1::isAnchor |
Definition at line 49780 of file sqlite3.c.
Referenced by pcache1Create(), pcache1FetchStage2(), and pcache1PinPage().
| sqlite3_pcache_page PgHdr1::page |
Definition at line 49777 of file sqlite3.c.
Referenced by pcache1FetchStage2().
| PCache1* PgHdr1::pCache |
Definition at line 49782 of file sqlite3.c.
Referenced by pcache1FetchStage2(), pcache1PinPage(), pcache1RemoveFromHash(), and pcache1Unpin().
| PgHdr1* PgHdr1::pLruNext |
Definition at line 49783 of file sqlite3.c.
Referenced by pcache1Create(), pcache1FetchStage2(), pcache1PinPage(), and pcache1Unpin().
| PgHdr1* PgHdr1::pLruPrev |
Definition at line 49784 of file sqlite3.c.
Referenced by pcache1Create(), pcache1FetchStage2(), pcache1PinPage(), and pcache1Unpin().
| PgHdr1* PgHdr1::pNext |
Definition at line 49781 of file sqlite3.c.
Referenced by pcache1FetchNoMutex(), pcache1FetchStage2(), pcache1RemoveFromHash(), pcache1ResizeHash(), and pcache1TruncateUnsafe().