Searched refs:pAdv (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c1084 LcsIterator *pAdv = 0; /* The iterator to advance by one position */ local
1093 if( pAdv==0 || pIter->iPos<pAdv->iPos ){
1094 pAdv = pIter;
1104 if( fts3LcsIteratorAdvance(pAdv) ) nLive--;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c123717 LcsIterator *pAdv = 0; /* The iterator to advance by one position */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c143337 LcsIterator *pAdv = 0; /* The iterator to advance by one position */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c143369 LcsIterator *pAdv = 0; /* The iterator to advance by one position */ local
[all...]

Completed in 538 milliseconds