Home
last modified time | relevance | path

Searched refs:xFilter (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2388 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member
/external/sqlite/dist/
Dsqlite3.h4162 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member
Dsqlite3.h.orig4162 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4210 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
4217 ** [xFilter] method.
4221 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
4246 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4337 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
Dsqlite3.c.orig4686 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4734 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
4741 ** [xFilter] method.
4745 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
4770 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4861 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
57856 ** This opcode invokes the xFilter method on the virtual table specified
57857 ** by P1. The integer query plan parameter to xFilter is stored in register
57859 ** xFilter method. Registers P3+2..P3+1+argc are the argc
57861 ** xFilter as argv. Register P3+2 becomes argv[0] when passed to xFilter.
[all …]
Dsqlite3.c4686 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member
57915 rc = u.cg.pModule->xFilter(u.cg.pVtabCursor, u.cg.iQuery, pOp->p4.z, u.cg.nArg, u.cg.apArg);