Home | History | Annotate | Download | only in dist

Lines Matching refs:xFilter

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