Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:xFilter

5141   int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5191 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5198 ** [xFilter] method.
5202 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5227 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5326 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
67984 ** This opcode invokes the xFilter method on the virtual table specified
67985 ** by P1. The integer query plan parameter to xFilter is stored in register
67987 ** xFilter method. Registers P3+2..P3+1+argc are the argc
67989 ** xFilter as argv. Register P3+2 becomes argv[0] when passed to xFilter.
68023 /* Invoke the xFilter method */
68033 rc = u.ci.pModule->xFilter(u.ci.pVtabCursor, u.ci.iQuery, pOp->p4.z, u.ci.nArg, u.ci.apArg);
112104 recoverFilter, /* xFilter - configure scan constraints */
115446 ** is only possible when this function is called from within xFilter(). The
115469 /* If this is an xFilter() evaluation, create a segment-reader for each
115495 /* Select a token to process. If this is an xFilter() call, then tokens
115807 ** * From within the virtual table xFilter() method. In this case, the
115816 ** if the call from within xFilter() found that there were very common
115830 ** found in the xFilter() call, then this function is called once for phrase
116004 ** an FTS3 query. If evaluating the FTS3 query expression within xFilter()
116008 ** Otherwise, if evaluating the query expression within xFilter() returned a
116085 ** This is the xFilter interface for the virtual table. See
116086 ** the virtual table xFilter method documentation for additional
116625 /* xFilter */ fts3FilterMethod,
117096 ** xFilter - Initialize a cursor to point at the start of its data.
117217 fts3auxFilterMethod, /* xFilter */
120767 ** method (xFilter etc.) that may directly or indirectly call this function
125499 ** Rtree virtual table module xFilter method.
127091 rtreeFilter, /* xFilter - configure scan constraints */