theLink 10.0
Loading...
Searching...
No Matches
MqContextC_ReadApi_Block_ATL_API

MqContextC - read a block-of-data outof a read-data-packageMore...

+ Collaboration diagram for MqContextC_ReadApi_Block_ATL_API:

Functions

static OT_ProcRet atlmqmsgque_MqContextC_ReadL_END (MqContextC_ARGS)
  Atl: MqContextC::ReadL_END $ctx C-API
finish to extract a list-items from the read-data-package. …
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadL_START (MqContextC_ARGS)
  Atl: MqContextC::ReadL_START $ctx ?buf:MkBufferC=NULL? C-API
start to extract a list-items from the read-data-package. …
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadT_END (MqContextC_ARGS)
  Atl: MqContextC::ReadT_END $ctx C-API
finish to extract a longterm-transaction-item from the read-data-package. …
 
static OT_ProcRet atlmqmsgque_MqContextC_ReadT_START (MqContextC_ARGS)
  Atl: MqContextC::ReadT_START $ctx C-API
start to extract a longterm-transaction-item from the read-data-package. …
 

Detailed Description

MqContextC - read a block-of-data outof a read-data-package

Function Documentation

◆ atlmqmsgque_MqContextC_ReadL_END()

static OT_ProcRet atlmqmsgque_MqContextC_ReadL_END ( MqContextC_ARGS )
static

Atl: MqContextC::ReadL_END $ctx C-API
finish to extract a list-items from the read-data-package. …

Definition at line 2230 of file MqContextC_atl.c.

2230 {
2234 MkErrorC_Check(hdl,MqReadL_END (hdl));
2236 goto end;
2237 error:
2239 end:
2241}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define MkErrorC_Check(mng, PROC)
#define OT_SETUP_hdl
#define ReadL_END_doc
#define error
Definition high_lng.h:339
#define MqReadL_END(...)

◆ atlmqmsgque_MqContextC_ReadL_START()

static OT_ProcRet atlmqmsgque_MqContextC_ReadL_START ( MqContextC_ARGS )
static

Atl: MqContextC::ReadL_START $ctx ?buf:MkBufferC=NULL? C-API
start to extract a list-items from the read-data-package. …

Definition at line 2244 of file MqContextC_atl.c.

2244 {
2247 MK_BUF buf = NULL;
2250 MkErrorC_Check(hdl,MqReadL_START (hdl, buf));
2252 goto end;
2253 error:
2255 end:
2257}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_CHECK_OPTIONAL(val)
#define ReadL_START_doc
#define MK_NULL_YES
#define MqReadL_START(...)
#define OT_CHECK_BUF(val, nullB)

◆ atlmqmsgque_MqContextC_ReadT_END()

static OT_ProcRet atlmqmsgque_MqContextC_ReadT_END ( MqContextC_ARGS )
static

Atl: MqContextC::ReadT_END $ctx C-API
finish to extract a longterm-transaction-item from the read-data-package. …

Definition at line 2260 of file MqContextC_atl.c.

2260 {
2264 MkErrorC_Check(hdl,MqReadT_END (hdl));
2266 goto end;
2267 error:
2269 end:
2271}
#define ReadT_END_doc
#define MqReadT_END(...)

◆ atlmqmsgque_MqContextC_ReadT_START()

static OT_ProcRet atlmqmsgque_MqContextC_ReadT_START ( MqContextC_ARGS )
static

Atl: MqContextC::ReadT_START $ctx C-API
start to extract a longterm-transaction-item from the read-data-package. …

Definition at line 2274 of file MqContextC_atl.c.

2274 {
2278 MkErrorC_Check(hdl,MqReadT_START (hdl));
2280 goto end;
2281 error:
2283 end:
2285}
#define ReadT_START_doc
#define MqReadT_START(...)