Home
last modified time | relevance | path

Searched defs:bDescIdx (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1201 int bDescIdx = 0; /* True to store descending indexes */ in fts3InitVtab() local
2509 int bDescIdx, /* True if docids are descending */ in fts3GetDeltaVarint3()
2542 int bDescIdx, /* True for descending docids */ in fts3PutDeltaVarint3()
4480 int bDescIdx, /* True if the doclist is desc */ in sqlite3Fts3DoclistPrev()
4536 int bDescIdx, /* True if the doclist is desc */ in sqlite3Fts3DoclistNext()
H A Dfts3Int.h263 u8 bDescIdx; /* True if doclists are in reverse order */ member