Home
last modified time | relevance | path

Searched refs:bHandle (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_bestindex.c558 int bHandle; in testBestIndexObj() local
560 || Tcl_GetBooleanFromObj(interp, objv[3], &bHandle) in testBestIndexObj()
565 Tcl_NewIntObj(sqlite3_vtab_in(pIdxInfo, iCons, bHandle)) in testBestIndexObj()
H A Dwhere.c3884 int sqlite3_vtab_in(sqlite3_index_info *pIdxInfo, int iCons, int bHandle){ in sqlite3_vtab_in() argument
3888 if( bHandle==0 ){ in sqlite3_vtab_in()
3890 }else if( bHandle>0 ){ in sqlite3_vtab_in()
H A Dsqlite.h.in9767 int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);