HomeSort by: relevance | last modified time | path
    Searched defs:pDirty (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.c 18218 PgHdr *pDirty; /* Transient list of dirty sorted by pgno */
18239 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */
18240 #define PGHDR_DIRTY 0x002 /* Page is on the PCache.pDirty list */
    [all...]
sqlite3.c 18218 PgHdr *pDirty; /* Transient list of dirty sorted by pgno */
18239 #define PGHDR_CLEAN 0x001 /* Page not on the PCache.pDirty list */
18240 #define PGHDR_DIRTY 0x002 /* Page is on the PCache.pDirty list */
    [all...]

Completed in 201 milliseconds