Home
last modified time | relevance | path

Searched defs:Fts5ExprNode (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c61 struct Fts5ExprNode { struct
67 int (*xNext)(Fts5Expr*, Fts5ExprNode*, int, i64); argument
75 Fts5ExprNode *apChild[1]; /* Array of child nodes */ argument
H A Dfts5Int.h690 typedef struct Fts5ExprNode Fts5ExprNode; typedef