33 struct MkCallS * call = callV1 ;
38 if (call->
interp==NULL || Tcl_InterpDeleted(
interp) || lite == NULL ||
OT_SELF_X(lite)==NULL)
return 1;
54 for (
int i=0; i<num; i++) {
55 check_LNG(Tcl_ListObjAppendElement(
interp,valsO,Tcl_NewStringObj(vals[i],-1)))
goto error_lng;
58 for (
int i=0; i<num; i++) {
59 check_LNG(Tcl_ListObjAppendElement(
interp,colsO,Tcl_NewStringObj(cols[i],-1)))
goto error_lng;
73 objv[objc++] = call->
my;
88 if (call->
mth) objv[objc++] = call->
mth;
90 if (call->
args)
MK(ProcResolveAppendArgs)(call,&objc,objv);
131 struct MkCallS *call = callV2 ;
146 switch (call->
type) {
154 objv[objc++] = call->
my;
169 if (call->
mth) objv[objc++] = call->
mth;
171 MK(ProcResolveAppendArgs)(call,&objc,objv);
173 objv[objc++] = valsO;
174 objv[objc++] = colsO;
#define OT_ERROR_LNG_2_META(m)
#define OT_TMP_BFL_OBJ(val)
#define OT_SELF_NAME_O(o)
#define MkProcResolve_maxArgsLen
#define MkBufferListAppendVC(...)
#define MkBufferListCreateTLS_T(name, num)
#define MkErrorGetCode_0E()
#define MkErrorStack_0E()
static SQ3_LITE Sq3Lite(MK_MNG mng)
cast a unknown-object into an Sq3LiteS pointer or NULL if not possible
#define Sq3Fupu_Sq3LiteExecV2CB_callback_call_check
#define Sq3LiteExecV2CB_ret
#define Sq3Fupu_Sq3LiteExec_callback_call_check
#define Sq3Fupu_Sq3LiteExec_callback_call_args
#define Sq3Fupu_Sq3LiteExec_callback_call_ret
#define Sq3LiteExecV2CB_args
Struct to represent the data of the Sq3LiteC …