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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4912 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
4967 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
4974 ** [xFilter] method.
4978 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5003 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5102 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5462 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5517 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5524 ** [xFilter] method.
5528 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5553 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5652 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]

Completed in 478 milliseconds