Home
last modified time | relevance | path

Searched refs:QueryTerm (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c1112 typedef struct QueryTerm { struct
1115 } QueryTerm; argument
1129 QueryTerm *pTerm;
1133 QueryTerm *t; in query_add()
H A Dfts1.c951 typedef struct QueryTerm { struct
959 } QueryTerm; argument
993 QueryTerm *pTerms; /* Array of terms. Space obtained from malloc() */
2223 const QueryTerm *aTerm; /* Query string terms */ in snippetOffsetsOfColumn()
2590 QueryTerm *pQTerm, /* Term we are looking for, or 1st term of a phrase */ in docListOfTerm()
2622 QueryTerm *t; in queryAdd()
2787 QueryTerm *aTerm; in fulltextQuery()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c1693 typedef struct QueryTerm { struct
1702 } QueryTerm; argument
1736 QueryTerm *pTerms; /* Array of terms. Space obtained from malloc() */
3089 const QueryTerm *aTerm; /* Query string terms */ in snippetOffsetsOfColumn()
3446 QueryTerm *pQTerm, /* Term we are looking for, or 1st term of a phrase */ in docListOfTerm()
3484 QueryTerm *t; in queryAdd()
3655 QueryTerm *aTerm; in fulltextQuery()