Home
last modified time | relevance | path

Searched defs:Query (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c990 typedef struct Query { struct
993 QueryTerm *pTerms; /* Array of terms. Space obtained from malloc() */ argument
997 } Query; argument
H A Dfulltext.c1127 typedef struct Query { struct
1129 QueryTerm *pTerm; argument
1130 } Query; typedef
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c1733 typedef struct Query { struct
1736 QueryTerm *pTerms; /* Array of terms. Space obtained from malloc() */ argument
1740 } Query; argument