Searched refs:idxNum (Results 1 - 5 of 5) sorted by relevance
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
H A D | sqlite3.h | 4077 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 D | sqlite3.h | 4961 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 D | sqlite3.c | 5511 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 D | sqlite3.h | 4961 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 D | sqlite3.c | 5511 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 119588 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument 122188 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument 131392 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument [all...] |
Completed in 365 milliseconds