Searched refs:Fts3Phrase (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h104 typedef struct Fts3Phrase Fts3Phrase; typedef in typeref:struct:Fts3Phrase
227 struct Fts3Phrase { struct
254 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
H A Dfts3_expr.c135 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;
H A Dfts3.c2391 Fts3Phrase *pPhrase, /* Phrase to return a doclist for */
2652 Fts3Phrase *pPhrase = pExpr->pPhrase;
2679 Fts3Phrase *pPhrase = pExpr->pPhrase;
2700 Fts3Phrase *pPhrase = pExpr->pPhrase;
H A Dfts3_snippet.c838 Fts3Phrase *pPhrase = pExpr->pPhrase;
/external/sqlite/dist/orig/
H A Dsqlite3.c126714 typedef struct Fts3Phrase Fts3Phrase; typedef in typeref:struct:Fts3Phrase
126900 struct Fts3Phrase { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c126734 typedef struct Fts3Phrase Fts3Phrase; typedef in typeref:struct:Fts3Phrase
126920 struct Fts3Phrase { struct
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113084 typedef struct Fts3Phrase Fts3Phrase; typedef in typeref:struct:Fts3Phrase
113207 struct Fts3Phrase { struct
[all...]

Completed in 2529 milliseconds