Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3Int.h104 typedef struct Fts3Phrase Fts3Phrase; typedef
227 struct Fts3Phrase { struct
254 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */ argument
Dfts3_expr.c157 nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase) + nToken; in getNextToken()
163 pRet->pPhrase = (Fts3Phrase *)&pRet[1]; in getNextToken()
236 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); in getNextString()
244 p->pPhrase = (Fts3Phrase *)&p[1]; in getNextString()
246 p->pPhrase = (Fts3Phrase *)&p[1]; in getNextString()
268 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); in getNextString()
280 p->pPhrase = (Fts3Phrase *)&p[1]; in getNextString()
800 Fts3Phrase *pPhrase = pExpr->pPhrase; in exprToString()
Dfts3.c2391 Fts3Phrase *pPhrase, /* Phrase to return a doclist for */ in fts3PhraseSelect()
2652 Fts3Phrase *pPhrase = pExpr->pPhrase; in fts3ExprAllocateSegReaders()
2679 Fts3Phrase *pPhrase = pExpr->pPhrase; in fts3ExprFreeSegReaders()
2700 Fts3Phrase *pPhrase = pExpr->pPhrase; in fts3ExprCost()
Dfts3_snippet.c838 Fts3Phrase *pPhrase = pExpr->pPhrase; in fts3ExprGlobalHitsCb()
/external/sqlite/dist/orig/
Dsqlite3.c116565 typedef struct Fts3Phrase Fts3Phrase;
116727 struct Fts3Phrase {
116768 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
116912 SQLITE_PRIVATE void sqlite3Fts3EvalPhraseCleanup(Fts3Phrase *);
120283 Fts3Phrase *p, /* Phrase to merge pList/nList into */
120343 Fts3Phrase *p /* Phrase object */
120377 static int fts3EvalDeferredPhrase(Fts3Cursor *pCsr, Fts3Phrase *pPhrase){
120483 static int fts3EvalPhraseStart(Fts3Cursor *pCsr, int bOptOk, Fts3Phrase *p){
120585 Fts3Phrase *p, /* Phrase object to advance to next docid */
120700 Fts3Phrase *pPhrase; /* The phrase the token belongs to */
[all …]
/external/sqlite/dist/
Dsqlite3.c116601 typedef struct Fts3Phrase Fts3Phrase;
116763 struct Fts3Phrase {
116804 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
116948 SQLITE_PRIVATE void sqlite3Fts3EvalPhraseCleanup(Fts3Phrase *);
120331 Fts3Phrase *p, /* Phrase to merge pList/nList into */
120391 Fts3Phrase *p /* Phrase object */
120425 static int fts3EvalDeferredPhrase(Fts3Cursor *pCsr, Fts3Phrase *pPhrase){
120531 static int fts3EvalPhraseStart(Fts3Cursor *pCsr, int bOptOk, Fts3Phrase *p){
120633 Fts3Phrase *p, /* Phrase object to advance to next docid */
120748 Fts3Phrase *pPhrase; /* The phrase the token belongs to */
[all …]
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c113275 typedef struct Fts3Phrase Fts3Phrase;
113398 struct Fts3Phrase {
113425 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
115643 Fts3Phrase *pPhrase, /* Phrase to return a doclist for */
115904 Fts3Phrase *pPhrase = pExpr->pPhrase;
115931 Fts3Phrase *pPhrase = pExpr->pPhrase;
115952 Fts3Phrase *pPhrase = pExpr->pPhrase;
117584 nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase) + nToken;
117590 pRet->pPhrase = (Fts3Phrase *)&pRet[1];
117663 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase);
[all …]