Searched refs:idxStr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h4782 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4877 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
4878 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
H A Dsqlite3.c5335 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5430 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5431 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
116864 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
119394 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
128262 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]

Completed in 352 milliseconds