theLink 10.0
|
tag: nhi1-release-250425 More...
Go to the source code of this file.
Functions | |
static VALUE | rbmqmsgque_sRescue (MK_RT mkrt, MK_MNG const mng, VALUE(*proc)(ANYARGS), VALUE data) |
static VALUE | rbmqmsgque_sCallMethodWithoutSelf (VALUE method) |
static VALUE | rbmqmsgque_sCallMethodWithSelf (VALUE array) |
static VALUE | rbmqmsgque_sCallProcWithSelf (VALUE array) |
enum MkErrorE | rbmqmsgque_ServiceCall (MQ_SERVICE_CALL_ARGS) |
void | rbmqmsgque_ServiceFree (MQ_SERVICE_FREE_ARGS) |
VALUE | rbmqmsgque_sCopyWithSelf (MQ_CTX const mqctx, VALUE meth) |
VALUE | rbmqmsgque_sCopyWithoutSelf (MQ_CTX const mqctx, VALUE proc) |
void | rbmqmsgque_ServiceCopy (MQ_SERVICE_COPY_ARGS) |
void | rbmqmsgque_ProcMark (MK_RT mkrt, MK_PTR data) |
enum MkErrorE | rbmqmsgque_CheckConstructor (OT_Check_ARGS, MK_CCP *retP) |
tag: nhi1-release-250425
Definition in file MqCall_rb.c.
enum MkErrorE rbmqmsgque_CheckConstructor | ( | OT_Check_ARGS | , |
MK_CCP * | retP ) |
Definition at line 182 of file MqCall_rb.c.
Definition at line 171 of file MqCall_rb.c.
|
static |
Definition at line 33 of file MqCall_rb.c.
|
static |
Definition at line 38 of file MqCall_rb.c.
|
static |
Definition at line 44 of file MqCall_rb.c.
VALUE rbmqmsgque_sCopyWithoutSelf | ( | MQ_CTX const | mqctx, |
VALUE | proc ) |
Definition at line 156 of file MqCall_rb.c.
VALUE rbmqmsgque_sCopyWithSelf | ( | MQ_CTX const | mqctx, |
VALUE | meth ) |
Definition at line 147 of file MqCall_rb.c.
enum MkErrorE rbmqmsgque_ServiceCall | ( | MQ_SERVICE_CALL_ARGS | ) |
Definition at line 64 of file MqCall_rb.c.
void rbmqmsgque_ServiceCopy | ( | MQ_SERVICE_COPY_ARGS | ) |
Definition at line 160 of file MqCall_rb.c.
void rbmqmsgque_ServiceFree | ( | MQ_SERVICE_FREE_ARGS | ) |
Definition at line 143 of file MqCall_rb.c.
|
inlinestatic |
Definition at line 16 of file MqCall_rb.c.