theLink 10.0
Loading...
Searching...
No Matches
MqContextC_ReadApi_Block_TCL_API

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

+ Collaboration diagram for MqContextC_ReadApi_Block_TCL_API:

Functions

static OT_ProcRet tclmqmsgque_MqContextC_ReadL_END (MqContextC_ARGS)
  Tcl: $ctx ReadL_END C-API
finish to extract a list-items from the read-data-package. …
 
static OT_ProcRet tclmqmsgque_MqContextC_ReadL_START (MqContextC_ARGS)
  Tcl: $ctx ReadL_START ?buf:MkBufferC="MK_NULL"? C-API
start to extract a list-items from the read-data-package. …
 
static OT_ProcRet tclmqmsgque_MqContextC_ReadT_END (MqContextC_ARGS)
  Tcl: $ctx ReadT_END C-API
finish to extract a longterm-transaction-item from the read-data-package. …
 
static OT_ProcRet tclmqmsgque_MqContextC_ReadT_START (MqContextC_ARGS)
  Tcl: $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

◆ tclmqmsgque_MqContextC_ReadL_END()

static OT_ProcRet tclmqmsgque_MqContextC_ReadL_END ( MqContextC_ARGS )
static

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

Definition at line 2252 of file MqContextC_tcl.c.

2252 {
2256 MkErrorC_Check(hdl,MqReadL_END (hdl));
2258 goto end;
2259 error:
2261 end:
2263}
#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(...)

◆ tclmqmsgque_MqContextC_ReadL_START()

static OT_ProcRet tclmqmsgque_MqContextC_ReadL_START ( MqContextC_ARGS )
static

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

Definition at line 2266 of file MqContextC_tcl.c.

2266 {
2269 MK_BUF buf = NULL;
2272 MkErrorC_Check(hdl,MqReadL_START (hdl, buf));
2274 goto end;
2275 error:
2277 end:
2279}
#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)

◆ tclmqmsgque_MqContextC_ReadT_END()

static OT_ProcRet tclmqmsgque_MqContextC_ReadT_END ( MqContextC_ARGS )
static

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

Definition at line 2282 of file MqContextC_tcl.c.

2282 {
2286 MkErrorC_Check(hdl,MqReadT_END (hdl));
2288 goto end;
2289 error:
2291 end:
2293}
#define ReadT_END_doc
#define MqReadT_END(...)

◆ tclmqmsgque_MqContextC_ReadT_START()

static OT_ProcRet tclmqmsgque_MqContextC_ReadT_START ( MqContextC_ARGS )
static

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

Definition at line 2296 of file MqContextC_tcl.c.

2296 {
2300 MkErrorC_Check(hdl,MqReadT_START (hdl));
2302 goto end;
2303 error:
2305 end:
2307}
#define ReadT_START_doc
#define MqReadT_START(...)