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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4077 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
4125 ** about what parameters to pass to xFilter. If argvIndex>0 then
4131 ** The idxNum and idxPtr values are recorded and passed into xFilter.
4134 ** The orderByConsumed means that output from xFilter will occur in
4162 int argvIndex; /* if >0, constraint is part of argv to xFilter */
/external/sqlite/dist/orig/
H A Dsqlite3.h4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5016 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5023 ** [xFilter] method.
5027 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5052 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5151 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5566 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5573 ** [xFilter] method.
5577 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5602 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5701 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5016 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5023 ** [xFilter] method.
5027 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5052 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5151 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5566 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5573 ** [xFilter] method.
5577 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5602 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5701 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]

Completed in 350 milliseconds