Home | History | Annotate | Download | only in orig

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
74053 ** This opcode invokes the xFilter method on the virtual table specified
74054 ** by P1. The integer query plan parameter to xFilter is stored in register
74056 ** xFilter method. Registers P3+2..P3+1+argc are the argc
74058 ** xFilter as argv. Register P3+2 becomes argv[0] when passed to xFilter.
74090 /* Invoke the xFilter method */
74099 rc = pModule->xFilter(pVtabCursor, iQuery, pOp->p4.z, nArg, apArg);
129900 ** This is the xFilter interface for the virtual table. See
129901 ** the virtual table xFilter method documentation for additional
130546 /* xFilter */ fts3FilterMethod,
131386 ** of the xFilter() method). There is one element in the array for each
131645 ** This function is called from within the xFilter method. It initializes
132993 ** xFilter - Initialize a cursor to point at the start of its data.
133162 fts3auxFilterMethod, /* xFilter */
136573 ** xFilter - Initialize a cursor to point at the start of its data.
136675 fts3tokFilterMethod, /* xFilter */
137883 ** method (xFilter etc.) that may directly or indirectly call this function
146165 ** Rtree virtual table module xFilter method.
147625 rtreeFilter, /* xFilter - configure scan constraints */