Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_bestindex.c308 Tcl_Obj *pVal2 = 0; in tclFilter() local
311 pVal2 = Tcl_NewStringObj(zVal, -1); in tclFilter()
313 pVal2 = Tcl_NewObj(); in tclFilter()
315 Tcl_ListObjAppendElement(interp, pVal, pVal2); in tclFilter()