theLink
10.0
NHI1
-
theKernel
-
theLink
-
theConfig
-
theSq3Lite
-
theCompiler
-
theBrain
-
theGuard
-
theLib
-
theATL
c
-
tcl
-
atl
-
cs
-
py
-
rb
-
jv
-
cc
Loading...
Searching...
No Matches
tmpl
MqContextC_Resolve_lng.h
Go to the documentation of this file.
1
11
/* LABEL-NO */
12
13
//#define OT_SETUP_hdl_static __attribute__((unused)) MK_ERR hdl = MK_ERROR_DEFAULT;
14
15
// **************************************************************************************************
16
/*
17
static OT_ProcRet NS(MqC_RouteResolve) (MqC_ARGS) {
18
M0
19
OT_SETUP_hdl
20
OT_SETUP_VARARGS(1,2,RouteResolve_doc)
21
MK_STRN id;
22
MQ_CTX *rsv;
23
OT_CHECK_REQUIRED(OT_CHECK_STR(id));
24
MK_NUM retnum = -1;
25
OT_CHECK_OPTIONAL(OT_CHECK_I32(retnum));
26
OT_CHECK_NOARGS
27
OT_retObj_SET_List
28
printC(id)
29
rsv = MqRouteResolve(hdl,id,retnum);
30
printI(retnum)
31
for (; *rsv != NULL; rsv++) {
32
OT_retObj_APPEND(OT_TMP_CTX_OBJ(*rsv));
33
}
34
goto end;
35
error:
36
OT_retObj_SET_Error
37
end:
38
OT_retObj_RETURN
39
}
40
*/
41
// **************************************************************************************************
42
Generated on Thu May 29 2025 13:13:59 for theLink by
1.12.0