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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h4162 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4250 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
4251 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
H A Dshell.c518 int idxNum, const char *idxStr,
525 UNUSED_PARAMETER(idxStr);
516 schemaFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
H A Dsqlite3.c4686 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4774 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
4775 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
100279 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
108230 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]

Completed in 390 milliseconds