Home
last modified time | relevance | path

Searched refs:fts3HashNext (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_hash.h102 #define fts3HashNext(E) ((E)->next) macro
Dfts3_write.c616 for(pElem=fts3HashFirst(&p->pendingTerms); pElem; pElem=fts3HashNext(pElem)){ in sqlite3Fts3PendingTermsClear()
1249 for(pE=fts3HashFirst(&p->pendingTerms); pE; pE=fts3HashNext(pE)){ in sqlite3Fts3SegReaderPending()
/external/chromium_org/third_party/sqlite/
Dsqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch16 for(pE=fts3HashFirst(&p->pendingTerms); pE; pE=fts3HashNext(pE)){
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c113182 #define fts3HashNext(E) ((E)->next)
120724 for(pElem=fts3HashFirst(&p->pendingTerms); pElem; pElem=fts3HashNext(pElem)){
121357 for(pE=fts3HashFirst(&p->pendingTerms); pE; pE=fts3HashNext(pE)){
/external/sqlite/dist/orig/
Dsqlite3.c116422 #define fts3HashNext(E) ((E)->next)
125852 for(pElem=fts3HashFirst(pHash); pElem; pElem=fts3HashNext(pElem)){
126626 for(pE=fts3HashFirst(pHash); pE; pE=fts3HashNext(pE)){
/external/sqlite/dist/
Dsqlite3.c116458 #define fts3HashNext(E) ((E)->next)
125900 for(pElem=fts3HashFirst(pHash); pElem; pElem=fts3HashNext(pElem)){
126674 for(pE=fts3HashFirst(pHash); pE; pE=fts3HashNext(pE)){