Searched defs:isReqPos (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c1948 int isReqPos; member in struct:TermSelect
1963 int mergetype = (pTS->isReqPos ? MERGE_POS_OR : MERGE_OR);
2033 int mergetype = (pTS->isReqPos ? MERGE_POS_OR : MERGE_OR);
2238 ** value of parameter isReqPos. If isReqPos is zero, then the doclist is
2239 ** a sorted list of delta-compressed docids (a bare doclist). If isReqPos
2248 int isReqPos, /* True to include position lists in output */
2259 tsc.isReqPos = isReqPos;
2263 | (isReqPos
2244 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int isReqPos, int *pnOut, char **ppOut ) argument
2389 fts3PhraseSelect( Fts3Cursor *pCsr, Fts3Phrase *pPhrase, int isReqPos, char **paOut, int *pnOut ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c115009 int isReqPos; member in struct:TermSelect
115305 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int isReqPos, int *pnOut, char **ppOut ) argument
115450 fts3PhraseSelect( Fts3Cursor *pCsr, Fts3Phrase *pPhrase, int isReqPos, char **paOut, int *pnOut ) argument
[all...]

Completed in 314 milliseconds