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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4912 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5007 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5008 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
H A Dsqlite3.c5462 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5557 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5558 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
119223 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
121791 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
130808 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]

Completed in 391 milliseconds