Searched refs:zHdl (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_bestindex.c | 602 char zHdl[24]; in tclBestIndex() local 609 sqlite3_snprintf(sizeof(zHdl), zHdl, "bestindex%d", iNext++); in tclBestIndex() 610 Tcl_CreateObjCommand(interp, zHdl, testBestIndexObj, pIdxInfo, 0); in tclBestIndex() 611 Tcl_ListObjAppendElement(interp, pScript, Tcl_NewStringObj(zHdl, -1)); in tclBestIndex() 613 Tcl_DeleteCommand(interp, zHdl); in tclBestIndex()
|