theLink 10.0
Loading...
Searching...
No Matches
MqContextC_ReadApi_Block_RB_API

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

+ Collaboration diagram for MqContextC_ReadApi_Block_RB_API:

Functions

static OT_ProcRet rbmqmsgque_MqContextC_ReadL_END (MqContextC_ARGS)
  Ruby: ctx.ReadL_END() C-API
finish to extract a list-items from the read-data-package. …
 
static OT_ProcRet rbmqmsgque_MqContextC_ReadL_START (MqContextC_ARGS)
  Ruby: ctx.ReadL_START(?buf:MkBufferC=nil?) C-API
start to extract a list-items from the read-data-package. …
 
static OT_ProcRet rbmqmsgque_MqContextC_ReadT_END (MqContextC_ARGS)
  Ruby: ctx.ReadT_END() C-API
finish to extract a longterm-transaction-item from the read-data-package. …
 
static OT_ProcRet rbmqmsgque_MqContextC_ReadT_START (MqContextC_ARGS)
  Ruby: 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

◆ rbmqmsgque_MqContextC_ReadL_END()

static OT_ProcRet rbmqmsgque_MqContextC_ReadL_END ( MqContextC_ARGS )
static

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

Definition at line 1840 of file MqContextC_rb.c.

1840 {
1844 MkErrorC_Check(hdl,MqReadL_END (hdl));
1846 end: MK_UNUSED /* LONG JUMP on error */
1848}
#define OT_SETUP_NOARG(d)
#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 MK_UNUSED
#define MqReadL_END(...)

◆ rbmqmsgque_MqContextC_ReadL_START()

static OT_ProcRet rbmqmsgque_MqContextC_ReadL_START ( MqContextC_ARGS )
static

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

Definition at line 1851 of file MqContextC_rb.c.

1851 {
1854 MK_BUF buf = NULL;
1857 MkErrorC_Check(hdl,MqReadL_START (hdl, buf));
1859 end: MK_UNUSED /* LONG JUMP on error */
1861}
#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)

◆ rbmqmsgque_MqContextC_ReadT_END()

static OT_ProcRet rbmqmsgque_MqContextC_ReadT_END ( MqContextC_ARGS )
static

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

Definition at line 1864 of file MqContextC_rb.c.

1864 {
1868 MkErrorC_Check(hdl,MqReadT_END (hdl));
1870 end: MK_UNUSED /* LONG JUMP on error */
1872}
#define ReadT_END_doc
#define MqReadT_END(...)

◆ rbmqmsgque_MqContextC_ReadT_START()

static OT_ProcRet rbmqmsgque_MqContextC_ReadT_START ( MqContextC_ARGS )
static

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

Definition at line 1875 of file MqContextC_rb.c.

1875 {
1879 MkErrorC_Check(hdl,MqReadT_START (hdl));
1881 end: MK_UNUSED /* LONG JUMP on error */
1883}
#define ReadT_START_doc
#define MqReadT_START(...)