Searched refs:docListUpdate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c292 static int docListUpdate(DocList *d, sqlite_int64 iDocid, DocList *pUpdate){ function
1340 if( docListUpdate(&doclist, iDocid, p) ){
1354 if( docListUpdate(&doclist, iDocid, p) ){
1415 if( docListUpdate(&doclist, iDocid, NULL) ){
H A Dfts1.c579 /* Helper function for docListUpdate() and docListAccumulate().
623 static void docListUpdate(DocList *d, DocList *pUpdate){ function
3025 docListUpdate(&doclist, d);
3032 docListUpdate(&doclist, d);

Completed in 119 milliseconds