Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_bestindex.c338 Tcl_Obj **apElem = 0; in tclFilter() local
340 rc = Tcl_ListObjGetElements(interp, pRes, &nElem, &apElem); in tclFilter()
347 const char *zCmd = Tcl_GetString(apElem[ii]); in tclFilter()
348 Tcl_Obj *p = apElem[ii+1]; in tclFilter()
634 Tcl_Obj **apElem = 0; in tclBestIndex() local
636 rc = Tcl_ListObjGetElements(interp, pRes, &nElem, &apElem); in tclBestIndex()
645 const char *zCmd = Tcl_GetString(apElem[ii]); in tclBestIndex()
646 Tcl_Obj *p = apElem[ii+1]; in tclBestIndex()
H A Dtest_malloc.c837 Tcl_Obj *apElem[MALLOC_LOG_FRAMES+2]; in test_memdebug_log() local
842 apElem[0] = Tcl_NewIntObj(pLog->nCall); in test_memdebug_log()
843 apElem[1] = Tcl_NewIntObj(pLog->nByte); in test_memdebug_log()
845 apElem[ii+2] = Tcl_NewWideIntObj(aKey[ii]); in test_memdebug_log()
849 Tcl_NewListObj(MALLOC_LOG_FRAMES+2, apElem) in test_memdebug_log()
H A Dtest_syscall.c434 Tcl_Obj **apElem; in test_syscall_install() local
440 if( Tcl_ListObjGetElements(interp, objv[2], &nElem, &apElem) ){ in test_syscall_install()
448 apElem[i], aSyscall, sizeof(aSyscall[0]), "system-call", 0, &iCall in test_syscall_install()
H A Dtest_vfs.c1202 Tcl_Obj **apElem = 0; in testvfs_obj_cmd() local
1209 if( Tcl_ListObjGetElements(interp, objv[2], &nElem, &apElem) ){ in testvfs_obj_cmd()
1215 char *zElem = Tcl_GetString(apElem[i]); in testvfs_obj_cmd()