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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5177 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5272 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5273 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
H A Dsqlite3.c5748 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5843 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5844 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
122230 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
124995 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
128507 fts3tokFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
137581 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]
/freebsd-10.2-release/crypto/heimdal/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 709 milliseconds