Searched refs:idxStr (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,
4166 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
4167 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
/external/sqlite/dist/orig/
H A Dsqlite3.h4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5056 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5057 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
H A Dsqlite3.c5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5606 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5607 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
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,
5056 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5057 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
H A Dsqlite3.c5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5606 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5607 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
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 479 milliseconds