Searched refs:xFilter (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h4162 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
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
H A Dsqlite3.c4686 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
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
[all...]

Completed in 496 milliseconds