OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pendingTerms
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h
35
** Fts3Table.
pendingTerms
hash table. Normally, the hash table is
153
Fts3Hash
pendingTerms
;
fts3_write.c
567
pList = (PendingList *)fts3HashFind(&p->
pendingTerms
, zToken, nToken);
572
if( pList==fts3HashInsert(&p->
pendingTerms
, zToken, nToken, pList) ){
576
assert( 0==fts3HashFind(&p->
pendingTerms
, zToken, nToken) );
616
for(pElem=fts3HashFirst(&p->
pendingTerms
); pElem; pElem=fts3HashNext(pElem)){
619
fts3HashClear(&p->
pendingTerms
);
626
**
pendingTerms
hash table.
[
all
...]
fts3.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
[
all
...]
Completed in 37 milliseconds