Searched refs:nDesired (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c597 int nDesired; /* Ideal number of tokens to shift forward */ local
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 );
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c2418 int nDesired; local
2439 nDesired = 0;
2444 nDesired++;
2453 for(i=0; i<nMatch && nDesired>0; i++){
2455 nDesired--;
2498 nDesired--;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c123241 int nDesired; /* Ideal number of tokens to shift forward */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c142912 int nDesired; /* Ideal number of tokens to shift forward */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c142944 int nDesired; /* Ideal number of tokens to shift forward */ local
[all...]

Completed in 1701 milliseconds