theLink 10.0
Loading...
Searching...
No Matches
MqContextC_ReadApi_Block_PY_API

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

+ Collaboration diagram for MqContextC_ReadApi_Block_PY_API:

Functions

static OT_ProcRet pymqmsgque_MqContextC_ReadL_END (MqContextC_ARGS)
  Python: ctx.ReadL_END() C-API
finish to extract a list-items from the read-data-package. …
 
static OT_ProcRet pymqmsgque_MqContextC_ReadL_START (MqContextC_ARGS)
  Python: ctx.ReadL_START(?buf:MkBufferC=None?) C-API
start to extract a list-items from the read-data-package. …
 
static OT_ProcRet pymqmsgque_MqContextC_ReadT_END (MqContextC_ARGS)
  Python: ctx.ReadT_END() C-API
finish to extract a longterm-transaction-item from the read-data-package. …
 
static OT_ProcRet pymqmsgque_MqContextC_ReadT_START (MqContextC_ARGS)
  Python: ctx.ReadT_START() 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

◆ pymqmsgque_MqContextC_ReadL_END()

static OT_ProcRet pymqmsgque_MqContextC_ReadL_END ( MqContextC_ARGS )
static

Python: ctx.ReadL_END() C-API
finish to extract a list-items from the read-data-package. …

Definition at line 2199 of file MqContextC_py.c.

2199 {
2203 MkErrorC_Check(hdl,MqReadL_END (hdl));
2205 goto end;
2206 error:
2208 end:
2210}
#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(...)

◆ pymqmsgque_MqContextC_ReadL_START()

static OT_ProcRet pymqmsgque_MqContextC_ReadL_START ( MqContextC_ARGS )
static

Python: ctx.ReadL_START(?buf:MkBufferC=None?) C-API
start to extract a list-items from the read-data-package. …

Definition at line 2213 of file MqContextC_py.c.

2213 {
2216 MK_BUF buf = NULL;
2219 MkErrorC_Check(hdl,MqReadL_START (hdl, buf));
2221 goto end;
2222 error:
2224 end:
2226}
#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)

◆ pymqmsgque_MqContextC_ReadT_END()

static OT_ProcRet pymqmsgque_MqContextC_ReadT_END ( MqContextC_ARGS )
static

Python: ctx.ReadT_END() C-API
finish to extract a longterm-transaction-item from the read-data-package. …

Definition at line 2229 of file MqContextC_py.c.

2229 {
2233 MkErrorC_Check(hdl,MqReadT_END (hdl));
2235 goto end;
2236 error:
2238 end:
2240}
#define ReadT_END_doc
#define MqReadT_END(...)

◆ pymqmsgque_MqContextC_ReadT_START()

static OT_ProcRet pymqmsgque_MqContextC_ReadT_START ( MqContextC_ARGS )
static

Python: ctx.ReadT_START() C-API
start to extract a longterm-transaction-item from the read-data-package. …

Definition at line 2243 of file MqContextC_py.c.

2243 {
2247 MkErrorC_Check(hdl,MqReadT_START (hdl));
2249 goto end;
2250 error:
2252 end:
2254}
#define ReadT_START_doc
#define MqReadT_START(...)