Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c714 Tcl_ObjCmdProc *xCmd; in test_syscall() member
744 return aCmd[iCmd].xCmd(clientData, interp, objc, objv); in test_syscall()
750 Tcl_ObjCmdProc *xCmd; in SqlitetestSyscall_Init() member
757 Tcl_CreateObjCommand(interp, aCmd[i].zName, aCmd[i].xCmd, 0, 0); in SqlitetestSyscall_Init()