theLink 10.0
Loading...
Searching...
No Matches
MqContextC_SendApi_Atom_ATL_API

MqContextC - append a native PRIMITIVE TYPE value to the send-data-packageMore...

+ Collaboration diagram for MqContextC_SendApi_Atom_ATL_API:

Functions

static OT_ProcRet atlmqmsgque_MqContextC_SendBFL (MqContextC_ARGS)
  Atl: MqContextC::SendBFL $ctx val:MkBufferListC C-API
append a MkBufferListC object to the send-data-package object …
 
static OT_ProcRet atlmqmsgque_MqContextC_SendBIN (MqContextC_ARGS)
  Atl: doc_mq_atl_SendBIN C-API
append a MK_BIN object to the send-data-package. …
 
static OT_ProcRet atlmqmsgque_MqContextC_SendBOL (MqContextC_ARGS)
  Atl: doc_mq_atl_SendBOL C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_SendBUF (MqContextC_ARGS)
  Atl: MqContextC::SendBUF $ctx val:MkBufferC C-API
append a MkBufferC object to the send-data-package object …
 
static OT_ProcRet atlmqmsgque_MqContextC_SendBUS_FLAT (MqContextC_ARGS)
  Atl: MqContextC::SendBUS_FLAT $ctx val:MkBufferStreamC C-API
append a MkBufferStreamC object to the send-data-package object …
 
static OT_ProcRet atlmqmsgque_MqContextC_SendBinaryR (MqContextC_ARGS)
  Atl: MqContextC::SendBinaryR $ctx val:binary C-API
append a MkBinaryR object to the send-data-package. …
 
static OT_ProcRet atlmqmsgque_MqContextC_SendDBL (MqContextC_ARGS)
  Atl: doc_mq_atl_SendDBL C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_SendFLT (MqContextC_ARGS)
  Atl: doc_mq_atl_SendFLT C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_SendHDL (MqContextC_ARGS)
  Atl: MqContextC::SendHDL $ctx val:MK_HDL C-API
send the handle to the send-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_SendI16 (MqContextC_ARGS)
  Atl: doc_mq_atl_SendI16 C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_SendI32 (MqContextC_ARGS)
  Atl: doc_mq_atl_SendI32 C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_SendI64 (MqContextC_ARGS)
  Atl: doc_mq_atl_SendI64 C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_SendI8 (MqContextC_ARGS)
  Atl: doc_mq_atl_SendI8 C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_SendLONG (MqContextC_ARGS)
  Atl: MqContextC::SendLONG $ctx val:long C-API
send the long native object to the send-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_SendLTR (MqContextC_ARGS)
 internal function: MqSendLTR
 
static OT_ProcRet atlmqmsgque_MqContextC_SendL_FLAT (MqContextC_ARGS)
  Atl: MqContextC::SendL_FLAT $ctx val:MkBufferListC C-API
append a MkBufferListC object as flat list of items to the send-data-package object …
 
static OT_ProcRet atlmqmsgque_MqContextC_SendSTR (MqContextC_ARGS)
  Atl: doc_mq_atl_SendSTR C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package
 
static OT_ProcRet atlmqmsgque_MqContextC_SendStringR (MqContextC_ARGS)
  Atl: MqContextC::SendStringR $ctx val:string C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package
 

Detailed Description

MqContextC - append a native PRIMITIVE TYPE value to the send-data-package

Parameters
[in]mkrtthe MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only)
[in]ctxthe MqContextS instance to work on
[in]valthe value to appending
Exceptions
MkExceptionC→ The default-exception from the Programming-Language-Micro-Kernel (PLMK)

Function Documentation

◆ atlmqmsgque_MqContextC_SendBFL()

static OT_ProcRet atlmqmsgque_MqContextC_SendBFL ( MqContextC_ARGS )
static

Atl: MqContextC::SendBFL $ctx val:MkBufferListC C-API
append a MkBufferListC object to the send-data-package object …

Definition at line 2495 of file MqContextC_atl.c.

2495 {
2501 MkErrorC_Check(hdl,MqSendBFL (hdl, val));
2503 goto end;
2504 error:
2506 end:
2508}
#define OT_SETUP_ONEARG(d)
#define OT_retObj_SET_Error
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define MkErrorC_Check(mng, PROC)
#define OT_SETUP_hdl
#define SendBFL_doc
#define error
Definition high_lng.h:339
#define MkBufferListCreateTLS_T(name, num)
#define MK_NULL_NO
#define MqSendBFL(...)
#define OT_CHECK_BFLN(val, nullB)

◆ atlmqmsgque_MqContextC_SendBIN()

static OT_ProcRet atlmqmsgque_MqContextC_SendBIN ( MqContextC_ARGS )
static

Atl: doc_mq_atl_SendBIN C-API
append a MK_BIN object to the send-data-package. …

Definition at line 2511 of file MqContextC_atl.c.

2511 {
2514 MkBinaryR val = {0};
2517 MkErrorC_Check(hdl,MqSendBIN (hdl, val));
2519 goto end;
2520 error:
2522 end:
2524}
#define OT_CHECK__ME_REF_MkBinaryR(val)
#define SendBIN_doc
#define MqSendBIN(...)

◆ atlmqmsgque_MqContextC_SendBinaryR()

static OT_ProcRet atlmqmsgque_MqContextC_SendBinaryR ( MqContextC_ARGS )
static

Atl: MqContextC::SendBinaryR $ctx val:binary C-API
append a MkBinaryR object to the send-data-package. …

Definition at line 2575 of file MqContextC_atl.c.

2575 {
2578 MkBinaryR val = {0};
2581 MkErrorC_Check(hdl,MqSendBinaryR (hdl, val));
2583 goto end;
2584 error:
2586 end:
2588}
#define SendBinaryR_doc
#define MqSendBinaryR(...)

◆ atlmqmsgque_MqContextC_SendBOL()

static OT_ProcRet atlmqmsgque_MqContextC_SendBOL ( MqContextC_ARGS )
static

Atl: doc_mq_atl_SendBOL C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package

Definition at line 2527 of file MqContextC_atl.c.

2527 {
2530 MK_BOL val = 0;
2533 MkErrorC_Check(hdl,MqSendBOL (hdl, (MK_BOL)(val?1:0)));
2535 goto end;
2536 error:
2538 end:
2540}
#define OT_CHECK_NB1(val)
#define SendBOL_doc
unsigned char MK_BOL
#define MqSendBOL(...)

◆ atlmqmsgque_MqContextC_SendBUF()

static OT_ProcRet atlmqmsgque_MqContextC_SendBUF ( MqContextC_ARGS )
static

Atl: MqContextC::SendBUF $ctx val:MkBufferC C-API
append a MkBufferC object to the send-data-package object …

Definition at line 2543 of file MqContextC_atl.c.

2543 {
2546 MK_BUFN val = 0;
2549 MkErrorC_Check(hdl,MqSendBUF (hdl, val));
2551 goto end;
2552 error:
2554 end:
2556}
#define SendBUF_doc
#define MqSendBUF(...)
#define OT_CHECK_BUFN(val, nullB)

◆ atlmqmsgque_MqContextC_SendBUS_FLAT()

static OT_ProcRet atlmqmsgque_MqContextC_SendBUS_FLAT ( MqContextC_ARGS )
static

Atl: MqContextC::SendBUS_FLAT $ctx val:MkBufferStreamC C-API
append a MkBufferStreamC object to the send-data-package object …

Definition at line 2559 of file MqContextC_atl.c.

2559 {
2562 MK_BUSN val = 0;
2565 MkErrorC_Check(hdl,MqSendBUS_FLAT (hdl, val));
2567 goto end;
2568 error:
2570 end:
2572}
#define SendBUS_FLAT_doc
#define MqSendBUS_FLAT(...)
#define OT_CHECK_BUSN(val, nullB)

◆ atlmqmsgque_MqContextC_SendDBL()

static OT_ProcRet atlmqmsgque_MqContextC_SendDBL ( MqContextC_ARGS )
static

Atl: doc_mq_atl_SendDBL C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package

Definition at line 2591 of file MqContextC_atl.c.

2591 {
2594 MK_DBL val = 0;
2597 MkErrorC_Check(hdl,MqSendDBL (hdl, val));
2599 goto end;
2600 error:
2602 end:
2604}
#define OT_CHECK_NF8(val)
#define SendDBL_doc
double MK_DBL
#define MqSendDBL(...)

◆ atlmqmsgque_MqContextC_SendFLT()

static OT_ProcRet atlmqmsgque_MqContextC_SendFLT ( MqContextC_ARGS )
static

Atl: doc_mq_atl_SendFLT C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package

Definition at line 2607 of file MqContextC_atl.c.

2607 {
2610 MK_FLT val = 0;
2613 MkErrorC_Check(hdl,MqSendFLT (hdl, val));
2615 goto end;
2616 error:
2618 end:
2620}
#define OT_CHECK_NF4(val)
#define SendFLT_doc
float MK_FLT
#define MqSendFLT(...)

◆ atlmqmsgque_MqContextC_SendHDL()

static OT_ProcRet atlmqmsgque_MqContextC_SendHDL ( MqContextC_ARGS )
static

Atl: MqContextC::SendHDL $ctx val:MK_HDL C-API
send the handle to the send-data-package

Definition at line 2623 of file MqContextC_atl.c.

2623 {
2626 MK_HDL val = 0;
2629 MkErrorC_Check(hdl,MqSendHDL (hdl, val));
2631 goto end;
2632 error:
2634 end:
2636}
#define OT_CHECK_NIH(val)
#define SendHDL_doc
int32_t MK_HDL
#define MqSendHDL(...)

◆ atlmqmsgque_MqContextC_SendI16()

static OT_ProcRet atlmqmsgque_MqContextC_SendI16 ( MqContextC_ARGS )
static

Atl: doc_mq_atl_SendI16 C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package

Definition at line 2639 of file MqContextC_atl.c.

2639 {
2642 MK_I16 val = 0;
2645 MkErrorC_Check(hdl,MqSendI16 (hdl, val));
2647 goto end;
2648 error:
2650 end:
2652}
#define OT_CHECK_NI2(val)
#define SendI16_doc
signed short int MK_I16
#define MqSendI16(...)

◆ atlmqmsgque_MqContextC_SendI32()

static OT_ProcRet atlmqmsgque_MqContextC_SendI32 ( MqContextC_ARGS )
static

Atl: doc_mq_atl_SendI32 C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package

Definition at line 2655 of file MqContextC_atl.c.

2655 {
2658 MK_I32 val = 0;
2661 MkErrorC_Check(hdl,MqSendI32 (hdl, val));
2663 goto end;
2664 error:
2666 end:
2668}
#define OT_CHECK_NI4(val)
#define SendI32_doc
signed int MK_I32
#define MqSendI32(...)

◆ atlmqmsgque_MqContextC_SendI64()

static OT_ProcRet atlmqmsgque_MqContextC_SendI64 ( MqContextC_ARGS )
static

Atl: doc_mq_atl_SendI64 C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package

Definition at line 2671 of file MqContextC_atl.c.

2671 {
2674 MK_I64 val = 0;
2677 MkErrorC_Check(hdl,MqSendI64 (hdl, val));
2679 goto end;
2680 error:
2682 end:
2684}
#define OT_CHECK_NI8(val)
#define SendI64_doc
signed long long MK_I64
#define MqSendI64(...)

◆ atlmqmsgque_MqContextC_SendI8()

static OT_ProcRet atlmqmsgque_MqContextC_SendI8 ( MqContextC_ARGS )
static

Atl: doc_mq_atl_SendI8 C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package

Definition at line 2687 of file MqContextC_atl.c.

2687 {
2690 MK_I8 val = 0;
2693 MkErrorC_Check(hdl,MqSendI8 (hdl, (MK_I8)(val)));
2695 goto end;
2696 error:
2698 end:
2700}
#define OT_CHECK_NI1(val)
#define SendI8_doc
signed char MK_I8
#define MqSendI8(...)

◆ atlmqmsgque_MqContextC_SendL_FLAT()

static OT_ProcRet atlmqmsgque_MqContextC_SendL_FLAT ( MqContextC_ARGS )
static

Atl: MqContextC::SendL_FLAT $ctx val:MkBufferListC C-API
append a MkBufferListC object as flat list of items to the send-data-package object …

Definition at line 2735 of file MqContextC_atl.c.

2735 {
2741 MkErrorC_Check(hdl,MqSendL_FLAT (hdl, val));
2743 goto end;
2744 error:
2746 end:
2748}
#define SendL_FLAT_doc
#define MqSendL_FLAT(...)

◆ atlmqmsgque_MqContextC_SendLONG()

static OT_ProcRet atlmqmsgque_MqContextC_SendLONG ( MqContextC_ARGS )
static

Atl: MqContextC::SendLONG $ctx val:long C-API
send the long native object to the send-data-package

Definition at line 2703 of file MqContextC_atl.c.

2703 {
2706 MK_LONG val = 0;
2709 MkErrorC_Check(hdl,MqSendLONG (hdl, val));
2711 goto end;
2712 error:
2714 end:
2716}
#define OT_CHECK_NIL(val)
#define SendLONG_doc
long MK_LONG
#define MqSendLONG(...)

◆ atlmqmsgque_MqContextC_SendLTR()

static OT_ProcRet atlmqmsgque_MqContextC_SendLTR ( MqContextC_ARGS )
static

internal function: MqSendLTR

Definition at line 2719 of file MqContextC_atl.c.

2719 {
2722 MQ_LTR transLId = 0;
2725 MkErrorC_Check(hdl,MqSendLTR (hdl, transLId));
2727 goto end;
2728 error:
2730 end:
2732}
#define SendLTR_doc
#define MqSendLTR(...)
int MQ_LTR
32bit longterm transaction token because PHP-32 does NOT support long long

◆ atlmqmsgque_MqContextC_SendSTR()

static OT_ProcRet atlmqmsgque_MqContextC_SendSTR ( MqContextC_ARGS )
static

Atl: doc_mq_atl_SendSTR C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package

Definition at line 2751 of file MqContextC_atl.c.

2751 {
2754 MK_STRN val = 0;
2757 MkErrorC_Check(hdl,MqSendSTR (hdl, val));
2759 goto end;
2760 error:
2762 end:
2764}
#define OT_CHECK_STRN(val)
#define SendSTR_doc
const MK_STRB * MK_STRN
#define MqSendSTR(...)

◆ atlmqmsgque_MqContextC_SendStringR()

static OT_ProcRet atlmqmsgque_MqContextC_SendStringR ( MqContextC_ARGS )
static

Atl: MqContextC::SendStringR $ctx val:string C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package

Definition at line 2767 of file MqContextC_atl.c.

2767 {
2770 MkStringR val = {0};
2773 MkErrorC_Check(hdl,MqSendStringR (hdl, val));
2775 goto end;
2776 error:
2778 end:
2780}
#define OT_CHECK__ME_REF_MkStringR(val)
#define SendStringR_doc
#define MqSendStringR(...)