Searched defs:docidLeft (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c736 sqlite_int64 docidLeft, docidRight; local
740 docidLeft = nextDocid(&left);
743 while( docidLeft>0 && docidRight>0 ){
744 if( docidLeft<docidRight ){
745 docidLeft = nextDocid(&left);
746 }else if( docidRight<docidLeft ){
749 mergePosList(&left, &right, docidLeft, pOut);
750 docidLeft = nextDocid(&left);
768 sqlite_int64 docidLeft, docidRight; local
774 docidLeft
802 sqlite_int64 docidLeft, docidRight, priorLeft; local
847 sqlite_int64 docidLeft, docidRight, priorLeft; local
[all...]

Completed in 250 milliseconds