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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5177 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5232 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5239 ** [xFilter] method.
5243 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5268 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5367 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5748 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
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
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4782 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
4837 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
4844 ** [xFilter] method.
4848 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
4873 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4972 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5335 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5390 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5397 ** [xFilter] method.
5401 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5426 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5525 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]

Completed in 2395 milliseconds