Searched refs:docListUpdate (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 292 static int docListUpdate(DocList *d, sqlite_int64 iDocid, DocList *pUpdate){ in docListUpdate() function 1352 if( docListUpdate(&doclist, iDocid, p) ){ in index_insert_term() 1366 if( docListUpdate(&doclist, iDocid, p) ){ in index_insert_term() 1427 if( docListUpdate(&doclist, iDocid, NULL) ){ in index_delete_term()
|
| H A D | fts1.c | 623 static void docListUpdate(DocList *d, DocList *pUpdate){ in docListUpdate() function 3025 docListUpdate(&doclist, d); in index_insert_term() 3032 docListUpdate(&doclist, d); in index_insert_term()
|