OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Fts3Phrase
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h
104
typedef struct
Fts3Phrase
Fts3Phrase
;
227
struct
Fts3Phrase
{
254
Fts3Phrase
*pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
fts3_expr.c
135
int iCol, /* Value for
Fts3Phrase
.iColumn */
157
nByte = sizeof(Fts3Expr) + sizeof(
Fts3Phrase
) + nToken;
163
pRet->pPhrase = (
Fts3Phrase
*)&pRet[1];
236
int nByte = sizeof(Fts3Expr) + sizeof(
Fts3Phrase
);
244
p->pPhrase = (
Fts3Phrase
*)&p[1];
246
p->pPhrase = (
Fts3Phrase
*)&p[1];
268
int nByte = sizeof(Fts3Expr) + sizeof(
Fts3Phrase
);
280
p->pPhrase = (
Fts3Phrase
*)&p[1];
800
Fts3Phrase
*pPhrase = pExpr->pPhrase;
fts3.c
[
all
...]
fts3_snippet.c
838
Fts3Phrase
*pPhrase = pExpr->pPhrase;
[
all
...]
Completed in 429 milliseconds