Searched refs:idxNum (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,
4131 ** The idxNum and idxPtr values are recorded and passed into xFilter.
4165 int idxNum; /* Number used to identify the index */ member in struct:sqlite3_index_info
/external/sqlite/dist/orig/
H A Dsqlite3.h4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5022 ** ^The idxNum and idxPtr values are recorded and passed into the
5055 int idxNum; /* Number used to identify the index */ member in struct:sqlite3_index_info
H A Dsqlite3.c5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5572 ** ^The idxNum and idxPtr values are recorded and passed into the
5605 int idxNum; /* Number used to identify the index */ member in struct:sqlite3_index_info
119552 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
122142 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
131346 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5022 ** ^The idxNum and idxPtr values are recorded and passed into the
5055 int idxNum; /* Number used to identify the index */ member in struct:sqlite3_index_info
H A Dsqlite3.c5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5572 ** ^The idxNum and idxPtr values are recorded and passed into the
5605 int idxNum; /* Number used to identify the index */ member in struct:sqlite3_index_info
119580 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
122173 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
131377 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]

Completed in 631 milliseconds