Home | History | Annotate | Download | only in dist

Lines Matching defs:xFilter

5432   int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5487 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5494 ** [xFilter] method.
5498 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5535 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
74073 ** This opcode invokes the xFilter method on the virtual table specified
74074 ** by P1. The integer query plan parameter to xFilter is stored in register
74076 ** xFilter method. Registers P3+2..P3+1+argc are the argc
74078 ** xFilter as argv. Register P3+2 becomes argv[0] when passed to xFilter.
74110 /* Invoke the xFilter method */
74119 rc = pModule->xFilter(pVtabCursor, iQuery, pOp->p4.z, nArg, apArg);
129920 ** This is the xFilter interface for the virtual table. See
129921 ** the virtual table xFilter method documentation for additional
130566 /* xFilter */ fts3FilterMethod,
131418 ** of the xFilter() method). There is one element in the array for each
131677 ** This function is called from within the xFilter method. It initializes
133025 ** xFilter - Initialize a cursor to point at the start of its data.
133194 fts3auxFilterMethod, /* xFilter */
136605 ** xFilter - Initialize a cursor to point at the start of its data.
136707 fts3tokFilterMethod, /* xFilter */
137915 ** method (xFilter etc.) that may directly or indirectly call this function
146197 ** Rtree virtual table module xFilter method.
147657 rtreeFilter, /* xFilter - configure scan constraints */