Home
last modified time | relevance | path

Searched refs:firstDocid (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c283 static sqlite_int64 firstDocid(DocList *d){ in firstDocid() function
299 assert( iDocid==firstDocid(pUpdate) ); in docListUpdate()
1371 rc = term_insert(v, zTerm, nTerm, firstDocid(&half), &half); in index_insert_term()
H A Dfts1.c483 static sqlite_int64 firstDocid(DocList *d){ in firstDocid() function
630 docListSpliceElement(&reader, firstDocid(pUpdate), in docListUpdate()