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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7301 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
7374 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
7387 ** [xFilter] method.
7391 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
7448 int argvIndex; /* if >0, constraint is part of argv to xFilter */
7627 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
9976 ** that invokes the [xFilter|xFilter() method] once for each value
10027 ** xFilter method will be an [sqlite3_value] that appears to be NULL,
10038 ** [xFilter|xFilte
[all...]
H A Dsqlite3.c7614 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
7687 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
7700 ** [xFilter] method.
7704 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
7761 int argvIndex; /* if >0, constraint is part of argv to xFilter */
7940 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
10289 ** that invokes the [xFilter|xFilter() method] once for each value
10340 ** xFilter method will be an [sqlite3_value] that appears to be NULL,
10351 ** [xFilter|xFilte
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1374 int argc, sqlite3_value **argv) xFilter;
1412 int argvIndex; /** if >0, constraint is part of argv to xFilter */

Completed in 775 milliseconds