theLink 10.0
Loading...
Searching...
No Matches
MqDumpC_Misc_PY_API

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

+ Collaboration diagram for MqDumpC_Misc_PY_API:

Functions

MK_DEPRECATED static MK_UNUSED OT_ProcRet pymqmsgque_MqDumpC_Log (MqDumpC_ARGS)
 
static OT_ProcRet pymqmsgque_MqDumpC_SizeGet (MqDumpC_ARGS)
  Python: long dump.SizeGet() C-API
report the binary data size from an MqDumpS object
 
static OT_ProcRet pymqmsgque_MqDumpC_TokenGet (MqDumpC_ARGS)
  Python: string dump.TokenGet() C-API
return the MqContextC_ServiceApi_Identifer
 

Detailed Description

MqDumpC - various functions to work on a dump

Function Documentation

◆ pymqmsgque_MqDumpC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet pymqmsgque_MqDumpC_Log ( MqDumpC_ARGS )
static

Definition at line 246 of file MqDumpC_py.c.

#define OT_ERROR_LNG_RETURN

◆ pymqmsgque_MqDumpC_SizeGet()

static OT_ProcRet pymqmsgque_MqDumpC_SizeGet ( MqDumpC_ARGS )
static

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

Definition at line 249 of file MqDumpC_py.c.

249 {
254 goto end;
255 error:
257 end:
259}
#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_py.c:23
#define SizeGet_doc
Definition MqDumpC_py.c:118
#define error
Definition high_lng.h:339
MK_SIZE MqDumpSizeGet(MQ_DMPN const dump)
report the binary data size from an MqDumpS object

◆ pymqmsgque_MqDumpC_TokenGet()

static OT_ProcRet pymqmsgque_MqDumpC_TokenGet ( MqDumpC_ARGS )
static

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

Definition at line 262 of file MqDumpC_py.c.

262 {
267 goto end;
268 error:
270 end:
272}
#define OT_retObj_SET_STR(nat)
#define TokenGet_doc
Definition MqDumpC_py.c:119
MK_STRN MqDumpTokenGet(MQ_DMPN const dump)
return the MqContextC_ServiceApi_Identifer …