HomeSort by relevance Sort by last modified time
    Searched refs:nDesired (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 597 int nDesired; /* Ideal number of tokens to shift forward */
601 nDesired = (nLeft-nRight)/2;
604 ** document nDesired tokens. This block checks if there are actually
605 ** nDesired tokens to the right of the snippet. If so, *piPos and
606 ** *pHlMask are updated to shift the snippet nDesired tokens to the
610 if( nDesired>0 ){
618 /* Open a cursor on zDoc/nDoc. Check if there are (nSnippet+nDesired)
626 while( rc==SQLITE_OK && iCurrent<(nSnippet+nDesired) ){
634 assert( nShift<=nDesired );
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c     [all...]

Completed in 74 milliseconds