Lines Matching refs:xFilter

5748   int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5803 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5810 ** [xFilter] method.
5814 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5839 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5938 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
71235 ** This opcode invokes the xFilter method on the virtual table specified
71236 ** by P1. The integer query plan parameter to xFilter is stored in register
71238 ** xFilter method. Registers P3+2..P3+1+argc are the argc
71240 ** xFilter as argv. Register P3+2 becomes argv[0] when passed to xFilter.
71274 /* Invoke the xFilter method */
71284 rc = u.cn.pModule->xFilter(u.cn.pVtabCursor, u.cn.iQuery, pOp->p4.z, u.cn.nArg, u.cn.apArg);
122215 ** This is the xFilter interface for the virtual table. See
122216 ** the virtual table xFilter method documentation for additional
122811 /* xFilter */ fts3FilterMethod,
123457 ** of the xFilter() method). There is one element in the array for each
123716 ** This function is called from within the xFilter method. It initializes
124993 ** xFilter - Initialize a cursor to point at the start of its data.
125115 fts3auxFilterMethod, /* xFilter */
128505 ** xFilter - Initialize a cursor to point at the start of its data.
128607 fts3tokFilterMethod, /* xFilter */
129800 ** method (xFilter etc.) that may directly or indirectly call this function
137579 ** Rtree virtual table module xFilter method.
139250 rtreeFilter, /* xFilter - configure scan constraints */