theLink 10.0
Loading...
Searching...
No Matches
MqDumpC_Misc_RB_API

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

+ Collaboration diagram for MqDumpC_Misc_RB_API:

Functions

MK_DEPRECATED static MK_UNUSED OT_ProcRet rbmqmsgque_MqDumpC_Log (MqDumpC_ARGS)
 
static OT_ProcRet rbmqmsgque_MqDumpC_SizeGet (MqDumpC_ARGS)
  Ruby: long dump.SizeGet() C-API
report the binary data size from an MqDumpS object
 
static OT_ProcRet rbmqmsgque_MqDumpC_TokenGet (MqDumpC_ARGS)
  Ruby: string dump.TokenGet() C-API
return the MqContextC_ServiceApi_Identifer
 

Detailed Description

MqDumpC - various functions to work on a dump

Function Documentation

◆ rbmqmsgque_MqDumpC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet rbmqmsgque_MqDumpC_Log ( MqDumpC_ARGS )
static

Definition at line 247 of file MqDumpC_rb.c.

#define OT_ERROR_LNG_RETURN

◆ rbmqmsgque_MqDumpC_SizeGet()

static OT_ProcRet rbmqmsgque_MqDumpC_SizeGet ( MqDumpC_ARGS )
static

Ruby: long dump.SizeGet() C-API
report the binary data size from an MqDumpS object

Definition at line 250 of file MqDumpC_rb.c.

250 {
255 end: MK_UNUSED /* LONG JUMP on error */
257}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_LONG(nat)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_SETUP_hdl
Definition MqDumpC_rb.c:87
#define SizeGet_doc
Definition MqDumpC_rb.c:134
#define MK_UNUSED
MK_SIZE MqDumpSizeGet(MQ_DMPN const dump)
report the binary data size from an MqDumpS object

◆ rbmqmsgque_MqDumpC_TokenGet()

static OT_ProcRet rbmqmsgque_MqDumpC_TokenGet ( MqDumpC_ARGS )
static

Ruby: string dump.TokenGet() C-API
return the MqContextC_ServiceApi_Identifer

Definition at line 260 of file MqDumpC_rb.c.

260 {
265 end: MK_UNUSED /* LONG JUMP on error */
267}
#define OT_retObj_SET_STR(nat)
#define TokenGet_doc
Definition MqDumpC_rb.c:135
MK_STRN MqDumpTokenGet(MQ_DMPN const dump)
return the MqContextC_ServiceApi_Identifer …