theLink 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - cs - py - rb - jv - cc
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 2197 of file MqContextC_py.c.

2197 {
2199 OT_SETUP_NOARG(ReadL_END_doc)
2200 OT_CHECK_NOARGS
2201 MkErrorC_Check(hdl,MqReadL_END (hdl));
2202 OT_retObj_SET_None
2203 goto end;
2204 error:
2205 OT_retObj_SET_Error
2206 end:
2208}
#define OT_SETUP_hdl
#define ReadL_END_doc
#define OT_retObj_RETURN
#define error
#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 2211 of file MqContextC_py.c.

2211 {
2213 OT_SETUP_VARARGS(0,1,ReadL_START_doc)
2214 MK_BUF buf = NULL;
2215 OT_CHECK_OPTIONAL(OT_CHECK_BUF (buf,MK_NULL_YES))
2216 OT_CHECK_NOARGS
2217 MkErrorC_Check(hdl,MqReadL_START (hdl, buf));
2218 OT_retObj_SET_None
2219 goto end;
2220 error:
2221 OT_retObj_SET_Error
2222 end:
2224}
#define ReadL_START_doc
#define MK_NULL_YES
#define MqReadL_START(...)

◆ 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 2227 of file MqContextC_py.c.

2227 {
2229 OT_SETUP_NOARG(ReadT_END_doc)
2230 OT_CHECK_NOARGS
2231 MkErrorC_Check(hdl,MqReadT_END (hdl));
2232 OT_retObj_SET_None
2233 goto end;
2234 error:
2235 OT_retObj_SET_Error
2236 end:
2238}
#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 2241 of file MqContextC_py.c.

2241 {
2243 OT_SETUP_NOARG(ReadT_START_doc)
2244 OT_CHECK_NOARGS
2245 MkErrorC_Check(hdl,MqReadT_START (hdl));
2246 OT_retObj_SET_None
2247 goto end;
2248 error:
2249 OT_retObj_SET_Error
2250 end:
2252}
#define ReadT_START_doc
#define MqReadT_START(...)