OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTSQUERY_PHRASE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_expr.c
124
** structure of type
FTSQUERY_PHRASE
containing a phrase consisting of this
162
pRet->eType =
FTSQUERY_PHRASE
;
206
** input buffer and create an Fts3Expr structure of type
FTSQUERY_PHRASE
286
p->eType =
FTSQUERY_PHRASE
;
471
** except an
FTSQUERY_PHRASE
). Return an integer value representing the
489
assert( p->eType!=
FTSQUERY_PHRASE
);
562
&& p->eType==
FTSQUERY_PHRASE
&& p->pPhrase->isNot
580
assert( eType!=
FTSQUERY_PHRASE
|| !p->pPhrase->isNot );
581
isPhrase = (eType==
FTSQUERY_PHRASE
|| p->pLeft);
619
(eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=
FTSQUERY_PHRASE
)
[
all
...]
fts3Int.h
238
** If Fts3Expr.eType is either FTSQUERY_NEAR or
FTSQUERY_PHRASE
and isLoaded
254
Fts3Phrase *pPhrase; /* Valid if eType==
FTSQUERY_PHRASE
*/
279
#define
FTSQUERY_PHRASE
5
fts3.c
[
all
...]
fts3_snippet.c
147
if( eType!=
FTSQUERY_PHRASE
){
197
assert( pExpr->eType==
FTSQUERY_PHRASE
);
209
if( pLeft->eType!=
FTSQUERY_PHRASE
){
211
assert( pLeft->pRight->eType==
FTSQUERY_PHRASE
);
835
assert( pExpr->eType==
FTSQUERY_PHRASE
);
[
all
...]
Completed in 42 milliseconds