Home | History | Annotate | Download | only in dist

Lines Matching defs:xFilter

5317   int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5372 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5379 ** [xFilter] method.
5383 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5420 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5521 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods