theLink 10.0
Loading...
Searching...
No Matches
MqDumpC_Misc_TCL_API

MqDumpC - various functions to work on a dumpMore...

+ Collaboration diagram for MqDumpC_Misc_TCL_API:

Functions

MK_DEPRECATED static MK_UNUSED OT_ProcRet tclmqmsgque_MqDumpC_Log (MqDumpC_ARGS)
 
static OT_ProcRet tclmqmsgque_MqDumpC_SizeGet (MqDumpC_ARGS)
  Tcl: long [$dump SizeGet] C-API
report the binary data size from an MqDumpS object
 
static OT_ProcRet tclmqmsgque_MqDumpC_TokenGet (MqDumpC_ARGS)
  Tcl: string [$dump TokenGet] C-API
return the MqContextC_ServiceApi_Identifer
 

Detailed Description

MqDumpC - various functions to work on a dump

Function Documentation

◆ tclmqmsgque_MqDumpC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet tclmqmsgque_MqDumpC_Log ( MqDumpC_ARGS )
static

Definition at line 264 of file MqDumpC_tcl.c.

#define OT_ERROR_LNG_RETURN

◆ tclmqmsgque_MqDumpC_SizeGet()

static OT_ProcRet tclmqmsgque_MqDumpC_SizeGet ( MqDumpC_ARGS )
static

Tcl: long [$dump SizeGet] C-API
report the binary data size from an MqDumpS object

Definition at line 267 of file MqDumpC_tcl.c.

267 {
272 goto end;
273 error:
275 end:
277}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_LONG(nat)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_SETUP_hdl
Definition MqDumpC_tcl.c:59
#define SizeGet_doc
#define error
Definition high_lng.h:339
MK_SIZE MqDumpSizeGet(MQ_DMPN const dump)
report the binary data size from an MqDumpS object

◆ tclmqmsgque_MqDumpC_TokenGet()

static OT_ProcRet tclmqmsgque_MqDumpC_TokenGet ( MqDumpC_ARGS )
static

Tcl: string [$dump TokenGet] C-API
return the MqContextC_ServiceApi_Identifer

Definition at line 280 of file MqDumpC_tcl.c.

280 {
285 goto end;
286 error:
288 end:
290}
#define OT_retObj_SET_STR(nat)
#define TokenGet_doc
MK_STRN MqDumpTokenGet(MQ_DMPN const dump)
return the MqContextC_ServiceApi_Identifer …