Home
last modified time | relevance | path

Searched defs:prev (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/src/
H A Dmem3.c89 u32 prev; /* Index in mem3.aPool[] of previous free chunk */ member
149 u32 prev = mem3.aPool[i].u.list.prev; in memsys3UnlinkFromList() local
316 u32 iNext, prev, size, i, x; in memsys3Merge() local
H A Dmem5.c70 int prev; /* Index of previous free chunk */ member
150 int next, prev; in memsys5Unlink() local
H A Dhash.h60 HashElem *next, *prev; /* Next and previous elements in the table */ member
H A Dbtree.c10413 u32 x, prev = 0; /* Next and previous entry on the min-heap */ in checkTreePage() local
/sqlite-3.40.0/tool/
H A Dstripccomments.c56 int ch, prev = EOF; in do_it_all() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.h51 fts2HashElem *next, *prev; /* Next and previous elements in the table */ member
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.h53 HashElem *next, *prev; /* Next and previous elements in the table */ member
H A Dfts1_hash.h53 fts1HashElem *next, *prev; /* Next and previous elements in the table */ member
/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.h51 Fts3HashElem *next, *prev; /* Next and previous elements in the table */ member
H A Dfts3_write.c4616 Blob prev = {0, 0, 0}; /* Previous term written to new node */ in fts3TruncateNode() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c525 WriteHookEvent prev = {0, 0, 0}; variable
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c2426 int prev = 0; in assert_delete_ranges_match() local