Searched defs:idxNum (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4876 int idxNum; /* Number used to identify the index */ member in struct:sqlite3_index_info
H A Dsqlite3.c5429 int idxNum; /* Number used to identify the index */ member in struct:sqlite3_index_info
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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h5924 int idxNum; /* Number used to identify the index */ member in struct:sqlite3_index_info
H A Dsqlite3.c6184 int idxNum; /* Number used to identify the index */ member in struct:sqlite3_index_info
123092 int idxNum; /* Index number */ member in struct:WhereLoop::__anon30::__anon32
144911 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
148041 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
151684 fts3tokFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
161484 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
170213 statFilter( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
176980 jsonEachFilter( sqlite3_vtab_cursor *cur, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
192513 fts5FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *zUnused, int nVal, sqlite3_value **apVal ) argument
197470 int idxNum = 0; local
197713 fts5VocabFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *zUnused, int nUnused, sqlite3_value **apVal ) argument
[all...]

Completed in 657 milliseconds