Searched defs:prev (Results 1 – 12 of 12) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | mem3.c | 89 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 D | mem5.c | 70 int prev; /* Index of previous free chunk */ member 150 int next, prev; in memsys5Unlink() local
|
| H A D | hash.h | 60 HashElem *next, *prev; /* Next and previous elements in the table */ member
|
| H A D | btree.c | 10413 u32 x, prev = 0; /* Next and previous entry on the min-heap */ in checkTreePage() local
|
| /sqlite-3.40.0/tool/ |
| H A D | stripccomments.c | 56 int ch, prev = EOF; in do_it_all() local
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_hash.h | 51 fts2HashElem *next, *prev; /* Next and previous elements in the table */ member
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | ft_hash.h | 53 HashElem *next, *prev; /* Next and previous elements in the table */ member
|
| H A D | fts1_hash.h | 53 fts1HashElem *next, *prev; /* Next and previous elements in the table */ member
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_hash.h | 51 Fts3HashElem *next, *prev; /* Next and previous elements in the table */ member
|
| H A D | fts3_write.c | 4616 Blob prev = {0, 0, 0}; /* Previous term written to new node */ in fts3TruncateNode() local
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_main.c | 525 WriteHookEvent prev = {0, 0, 0}; variable
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_tree.c | 2426 int prev = 0; in assert_delete_ranges_match() local
|