MqDumpC - various functions to work on a dump … More...
Collaboration diagram for MqDumpC_Misc_C_API:Functions | |
| MK_SIZE | MqDumpSizeGet (MQ_DMPN const dump) |
report the binary data size from an MqDumpS object | |
| void | MqDumpTransLIdSet (MQ_DMP const dump, MQ_LTR transLId) |
| set the MqEnvS::transLId … | |
| void | MqDumpRmtTransLIdSet (MQ_DMP const dump, MQ_LTR rmtTransLId) |
| set the MqEnvS::rmtTransLId … | |
| void | MqDumpAllocSizeSet (MQ_DMP const dump, MK_SIZE allocsize) |
| set the allocated buffer of the MqDumpC … | |
| MK_SIZE | MqDumpAllocSizeGet (MQ_DMPN const dump) |
| return the allocated buffer of the MqDumpC … | |
| enum MqHandShakeE | MqDumpHandShakeGet (MQ_DMPN const dump) |
| return the MqHandShakeE as character … | |
| MK_STRN | MqDumpTokenGet (MQ_DMPN const dump) |
| return the MqContextC_ServiceApi_Identifer … | |
MqDumpC - MqDumpC_Misc_C_API - overload | |
| #define | MqDumpLog_NULL(...) |
| #define | MqDumpLog(...) |
| #define | MqDumpLog_4(dmp, fmtobj, debug, callfunc) |
| #define | MqDumpLog_3(dmp, fmtobj, debug) |
| #define | MqDumpLog_2(dmp, fmtobj) |
| #define | MqDumpLog_1(dmp) |
MqDumpC - various functions to work on a dump …
| #define MqDumpLog | ( | ... | ) |
Definition at line 915 of file msgque_overload_mq.h.
| #define MqDumpLog_1 | ( | dmp | ) |
Definition at line 919 of file msgque_overload_mq.h.
| #define MqDumpLog_2 | ( | dmp, | |
| fmtobj ) |
Definition at line 918 of file msgque_overload_mq.h.
| #define MqDumpLog_3 | ( | dmp, | |
| fmtobj, | |||
| debug ) |
Definition at line 917 of file msgque_overload_mq.h.
| #define MqDumpLog_4 | ( | dmp, | |
| fmtobj, | |||
| debug, | |||
| callfunc ) |
Definition at line 916 of file msgque_overload_mq.h.
| #define MqDumpLog_NULL | ( | ... | ) |
Definition at line 914 of file msgque_overload_mq.h.
return the allocated buffer of the MqDumpC …
set the allocated buffer of the MqDumpC …
goal of this funktion is to restore required internal data to reuse the memory of a MqDumpC after the MqDumpC was modified… example agard
| enum MqHandShakeE MqDumpHandShakeGet | ( | MQ_DMPN const | dump | ) |
return the MqHandShakeE as character …
set the MqEnvS::rmtTransLId …
report the binary data size from an MqDumpS object
| [in] | dump | the source object |
Here is the caller graph for this function:set the MqEnvS::transLId …