- AMQP_VERSION_CODE
auto AMQP_VERSION_CODE(int major, int minor, int patch, int release)
Undocumented in source. Be warned that the author may not have intended to support it.
- amqp_abort
void amqp_abort(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_ack
int amqp_basic_ack(amqp_connection_state_t state, amqp_channel_t channel, ulong delivery_tag, amqp_boolean_t multiple)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_cancel
amqp_basic_cancel_ok_t* amqp_basic_cancel(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t consumer_tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_consume
amqp_basic_consume_ok_t* amqp_basic_consume(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_bytes_t consumer_tag, amqp_boolean_t no_local, amqp_boolean_t no_ack, amqp_boolean_t exclusive, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_get
amqp_rpc_reply_t amqp_basic_get(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_boolean_t no_ack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_nack
int amqp_basic_nack(amqp_connection_state_t state, amqp_channel_t channel, ulong delivery_tag, amqp_boolean_t multiple, amqp_boolean_t requeue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_publish
int amqp_basic_publish(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t exchange, amqp_bytes_t routing_key, amqp_boolean_t mandatory, amqp_boolean_t immediate, const(amqp_basic_properties_t)* properties, amqp_bytes_t body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_qos
amqp_basic_qos_ok_t* amqp_basic_qos(amqp_connection_state_t state, amqp_channel_t channel, uint prefetch_size, ushort prefetch_count, amqp_boolean_t global)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_recover
amqp_basic_recover_ok_t* amqp_basic_recover(amqp_connection_state_t state, amqp_channel_t channel, amqp_boolean_t requeue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_reject
int amqp_basic_reject(amqp_connection_state_t state, amqp_channel_t channel, ulong delivery_tag, amqp_boolean_t requeue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_bytes_equal
int amqp_bytes_equal(amqp_bytes_t r, amqp_bytes_t l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_bytes_free
void amqp_bytes_free(amqp_bytes_t bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_bytes_malloc
amqp_bytes_t amqp_bytes_malloc(size_t amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_bytes_malloc_dup
amqp_bytes_t amqp_bytes_malloc_dup(amqp_bytes_t src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_channel_close
amqp_rpc_reply_t amqp_channel_close(amqp_connection_state_t state, amqp_channel_t channel, int code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_channel_flow
amqp_channel_flow_ok_t* amqp_channel_flow(amqp_connection_state_t state, amqp_channel_t channel, amqp_boolean_t active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_channel_open
amqp_channel_open_ok_t* amqp_channel_open(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_confirm_select
amqp_confirm_select_ok_t* amqp_confirm_select(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_close
amqp_rpc_reply_t amqp_connection_close(amqp_connection_state_t state, int code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_constant_is_hard_error
amqp_boolean_t amqp_constant_is_hard_error(int constantNumber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_constant_name
const(char)* amqp_constant_name(int constantNumber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_consume_message
amqp_rpc_reply_t amqp_consume_message(amqp_connection_state_t state, amqp_envelope_t* envelope, timeval* timeout, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_cstring_bytes
amqp_bytes_t amqp_cstring_bytes(const(char)* cstr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_data_in_buffer
amqp_boolean_t amqp_data_in_buffer(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_decode_bytes
int amqp_decode_bytes(amqp_bytes_t encoded, size_t* offset, amqp_bytes_t* output, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
- amqp_decode_method
int amqp_decode_method(amqp_method_number_t methodNumber, amqp_pool_t* pool, amqp_bytes_t encoded, void** decoded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_decode_properties
int amqp_decode_properties(ushort class_id, amqp_pool_t* pool, amqp_bytes_t encoded, void** decoded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_decode_table
int amqp_decode_table(amqp_bytes_t encoded, amqp_pool_t* pool, amqp_table_t* output, size_t* offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_default_connection_info
void amqp_default_connection_info(amqp_connection_info* parsed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_destroy_connection
int amqp_destroy_connection(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_destroy_envelope
void amqp_destroy_envelope(amqp_envelope_t* envelope)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_destroy_message
void amqp_destroy_message(amqp_message_t* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_encode_bytes
int amqp_encode_bytes(amqp_bytes_t encoded, size_t* offset, amqp_bytes_t input)
Undocumented in source. Be warned that the author may not have intended to support it.
- amqp_encode_method
int amqp_encode_method(amqp_method_number_t methodNumber, void* decoded, amqp_bytes_t encoded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_encode_properties
int amqp_encode_properties(ushort class_id, void* decoded, amqp_bytes_t encoded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_encode_table
int amqp_encode_table(amqp_bytes_t encoded, amqp_table_t* input, size_t* offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_error_string
char* amqp_error_string(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_error_string2
const(char)* amqp_error_string2(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_bind
amqp_exchange_bind_ok_t* amqp_exchange_bind(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t destination, amqp_bytes_t source, amqp_bytes_t routing_key, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_declare
amqp_exchange_declare_ok_t* amqp_exchange_declare(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t exchange, amqp_bytes_t type, amqp_boolean_t passive, amqp_boolean_t durable, amqp_boolean_t auto_delete, amqp_boolean_t internal, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_delete
amqp_exchange_delete_ok_t* amqp_exchange_delete(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t exchange, amqp_boolean_t if_unused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_unbind
amqp_exchange_unbind_ok_t* amqp_exchange_unbind(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t destination, amqp_bytes_t source, amqp_bytes_t routing_key, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_frames_enqueued
amqp_boolean_t amqp_frames_enqueued(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_channel_max
int amqp_get_channel_max(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_channel_pool
amqp_pool_t* amqp_get_channel_pool(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_client_properties
amqp_table_t* amqp_get_client_properties(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_frame_max
int amqp_get_frame_max(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_handshake_timeout
timeval* amqp_get_handshake_timeout(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_heartbeat
int amqp_get_heartbeat(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_or_create_channel_pool
amqp_pool_t* amqp_get_or_create_channel_pool(amqp_connection_state_t connection, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_rpc_reply
amqp_rpc_reply_t amqp_get_rpc_reply(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_rpc_timeout
timeval* amqp_get_rpc_timeout(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_server_properties
amqp_table_t* amqp_get_server_properties(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_socket
amqp_socket_t* amqp_get_socket(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_get_sockfd
int amqp_get_sockfd(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_handle_input
int amqp_handle_input(amqp_connection_state_t state, amqp_bytes_t received_data, amqp_frame_t* decoded_frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_heartbeat_recv
int amqp_heartbeat_recv(amqp_connection_state_t state)
Undocumented in source. Be warned that the author may not have intended to support it.
- amqp_heartbeat_send
int amqp_heartbeat_send(amqp_connection_state_t state)
Undocumented in source. Be warned that the author may not have intended to support it.
- amqp_hostcheck
amqp_hostcheck_result amqp_hostcheck(const(char)* match_pattern, const(char)* hostname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_login
amqp_rpc_reply_t amqp_login(amqp_connection_state_t state, const(char)* vhost, int channel_max, int frame_max, int heartbeat, amqp_sasl_method_enum sasl_method, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_login_with_properties
amqp_rpc_reply_t amqp_login_with_properties(amqp_connection_state_t state, const(char)* vhost, int channel_max, int frame_max, int heartbeat, amqp_table_t* properties, amqp_sasl_method_enum sasl_method, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_maybe_release_buffers
void amqp_maybe_release_buffers(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_maybe_release_buffers_on_channel
void amqp_maybe_release_buffers_on_channel(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_merge_capabilities
int amqp_merge_capabilities(amqp_table_t* base, amqp_table_t* add, amqp_table_t* result, amqp_pool_t* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_method_has_content
amqp_boolean_t amqp_method_has_content(amqp_method_number_t methodNumber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_method_name
const(char)* amqp_method_name(amqp_method_number_t methodNumber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_new_connection
amqp_connection_state_t amqp_new_connection()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_offset
void* amqp_offset(void* data, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- amqp_open_socket
int amqp_open_socket(const(char)* hostname, int portnumber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_open_socket_inner
int amqp_open_socket_inner(const(char)* hostname, int portnumber, amqp_time_t deadline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_open_socket_noblock
int amqp_open_socket_noblock(const(char)* hostname, int portnumber, timeval* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_openssl_bio
BIO_METHOD* amqp_openssl_bio()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_os_socket_close
int amqp_os_socket_close(int sockfd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_os_socket_error
int amqp_os_socket_error()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_parse_url
int amqp_parse_url(char* url, amqp_connection_info* parsed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_poll
int amqp_poll(int fd, int event, amqp_time_t deadline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_pool_alloc
void* amqp_pool_alloc(amqp_pool_t* pool, size_t amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_pool_alloc_bytes
void amqp_pool_alloc_bytes(amqp_pool_t* pool, size_t amount, amqp_bytes_t* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_put_back_frame
int amqp_put_back_frame(amqp_connection_state_t state, amqp_frame_t* frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_bind
amqp_queue_bind_ok_t* amqp_queue_bind(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_bytes_t exchange, amqp_bytes_t routing_key, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_declare
amqp_queue_declare_ok_t* amqp_queue_declare(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_boolean_t passive, amqp_boolean_t durable, amqp_boolean_t exclusive, amqp_boolean_t auto_delete, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_delete
amqp_queue_delete_ok_t* amqp_queue_delete(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_boolean_t if_unused, amqp_boolean_t if_empty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_frame
int amqp_queue_frame(amqp_connection_state_t state, amqp_frame_t* frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_purge
amqp_queue_purge_ok_t* amqp_queue_purge(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_unbind
amqp_queue_unbind_ok_t* amqp_queue_unbind(amqp_connection_state_t state, amqp_channel_t channel, amqp_bytes_t queue, amqp_bytes_t exchange, amqp_bytes_t routing_key, amqp_table_t arguments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_read_message
amqp_rpc_reply_t amqp_read_message(amqp_connection_state_t state, amqp_channel_t channel, amqp_message_t* message, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_release_buffers
void amqp_release_buffers(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_release_buffers_ok
amqp_boolean_t amqp_release_buffers_ok(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_rpc_reply_error
amqp_rpc_reply_t amqp_rpc_reply_error(amqp_status_enum status)
Undocumented in source. Be warned that the author may not have intended to support it.
- amqp_send_frame
int amqp_send_frame(amqp_connection_state_t state, const(amqp_frame_t)* frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_send_frame_inner
int amqp_send_frame_inner(amqp_connection_state_t state, amqp_frame_t* frame, int flags, amqp_time_t deadline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_send_header
int amqp_send_header(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_send_method
int amqp_send_method(amqp_connection_state_t state, amqp_channel_t channel, amqp_method_number_t id, void* decoded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_send_method_inner
int amqp_send_method_inner(amqp_connection_state_t state, amqp_channel_t channel, amqp_method_number_t id, void* decoded, int flags, amqp_time_t deadline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_set_handshake_timeout
int amqp_set_handshake_timeout(amqp_connection_state_t state, timeval* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_set_initialize_ssl_library
void amqp_set_initialize_ssl_library(amqp_boolean_t do_initialize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_set_rpc_timeout
int amqp_set_rpc_timeout(amqp_connection_state_t state, timeval* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_set_socket
void amqp_set_socket(amqp_connection_state_t state, amqp_socket_t* socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_set_sockfd
void amqp_set_sockfd(amqp_connection_state_t state, int sockfd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_simple_rpc
amqp_rpc_reply_t amqp_simple_rpc(amqp_connection_state_t state, amqp_channel_t channel, amqp_method_number_t request_id, amqp_method_number_t* expected_reply_ids, void* decoded_request_method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_simple_rpc_decoded
void* amqp_simple_rpc_decoded(amqp_connection_state_t state, amqp_channel_t channel, amqp_method_number_t request_id, amqp_method_number_t reply_id, void* decoded_request_method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_simple_wait_frame
int amqp_simple_wait_frame(amqp_connection_state_t state, amqp_frame_t* decoded_frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_simple_wait_frame_noblock
int amqp_simple_wait_frame_noblock(amqp_connection_state_t state, amqp_frame_t* decoded_frame, timeval* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_simple_wait_frame_on_channel
int amqp_simple_wait_frame_on_channel(amqp_connection_state_t state, amqp_channel_t channel, amqp_frame_t* decoded_frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_simple_wait_method
int amqp_simple_wait_method(amqp_connection_state_t state, amqp_channel_t expected_channel, amqp_method_number_t expected_method, amqp_method_t* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_socket_close
int amqp_socket_close(amqp_socket_t* self, amqp_socket_close_enum force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_socket_delete
void amqp_socket_delete(amqp_socket_t* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_socket_get_sockfd
int amqp_socket_get_sockfd(amqp_socket_t* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_socket_open
int amqp_socket_open(amqp_socket_t* self, const(char)* host, int port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_socket_open_noblock
int amqp_socket_open_noblock(amqp_socket_t* self, const(char)* host, int port, timeval* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_socket_recv
ssize_t amqp_socket_recv(amqp_socket_t* self, void* buf, size_t len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_socket_send
ssize_t amqp_socket_send(amqp_socket_t* self, void* buf, size_t len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_ssl_socket_new
amqp_socket_t* amqp_ssl_socket_new(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_ssl_socket_set_cacert
int amqp_ssl_socket_set_cacert(amqp_socket_t* self, const(char)* cacert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_ssl_socket_set_key
int amqp_ssl_socket_set_key(amqp_socket_t* self, const(char)* cert, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_ssl_socket_set_key_buffer
int amqp_ssl_socket_set_key_buffer(amqp_socket_t* self, const(char)* cert, void* key, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_ssl_socket_set_ssl_versions
int amqp_ssl_socket_set_ssl_versions(amqp_socket_t* self, amqp_tls_version_t min, amqp_tls_version_t max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_ssl_socket_set_verify
void amqp_ssl_socket_set_verify(amqp_socket_t* self, amqp_boolean_t verify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_ssl_socket_set_verify_hostname
void amqp_ssl_socket_set_verify_hostname(amqp_socket_t* self, amqp_boolean_t verify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_ssl_socket_set_verify_peer
void amqp_ssl_socket_set_verify_peer(amqp_socket_t* self, amqp_boolean_t verify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_ssl_validate_hostname
amqp_hostname_validation_result amqp_ssl_validate_hostname(const(char)* hostname, X509* server_cert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_table_clone
int amqp_table_clone(amqp_table_t* original, amqp_table_t* clone, amqp_pool_t* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_table_construct_bool_entry
amqp_table_entry_t amqp_table_construct_bool_entry(const(char)* key, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_table_construct_table_entry
amqp_table_entry_t amqp_table_construct_table_entry(const(char)* key, amqp_table_t* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_table_construct_utf8_entry
amqp_table_entry_t amqp_table_construct_utf8_entry(const(char)* key, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_table_entry_cmp
int amqp_table_entry_cmp(const(void)* entry1, const(void)* entry2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_table_get_entry_by_key
amqp_table_entry_t* amqp_table_get_entry_by_key(amqp_table_t* table, amqp_bytes_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tcp_socket_new
amqp_socket_t* amqp_tcp_socket_new(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tcp_socket_set_sockfd
void amqp_tcp_socket_set_sockfd(amqp_socket_t* self, int sockfd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_try_recv
int amqp_try_recv(amqp_connection_state_t state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_try_send
ssize_t amqp_try_send(amqp_connection_state_t state, void* buf, size_t len, amqp_time_t deadline, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tune_connection
int amqp_tune_connection(amqp_connection_state_t state, int channel_max, int frame_max, int heartbeat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tx_commit
amqp_tx_commit_ok_t* amqp_tx_commit(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tx_rollback
amqp_tx_rollback_ok_t* amqp_tx_rollback(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tx_select
amqp_tx_select_ok_t* amqp_tx_select(amqp_connection_state_t state, amqp_channel_t channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_version
const(char)* amqp_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_version_number
uint amqp_version_number()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- empty_amqp_pool
void empty_amqp_pool(amqp_pool_t* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- init_amqp_pool
void init_amqp_pool(amqp_pool_t* pool, size_t pagesize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pthread_mutex_init
int pthread_mutex_init(pthread_mutex_t* , void* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pthread_mutex_lock
int pthread_mutex_lock(pthread_mutex_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pthread_mutex_unlock
int pthread_mutex_unlock(pthread_mutex_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pthread_self
DWORD pthread_self()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- recycle_amqp_pool
void recycle_amqp_pool(amqp_pool_t* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sasl_mechanism_in_list
int sasl_mechanism_in_list(amqp_bytes_t mechanisms, amqp_sasl_method_enum method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_access_properties_t_
struct amqp_access_properties_t_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_access_request_ok_t
struct amqp_access_request_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_access_request_t
struct amqp_access_request_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_array_t
struct amqp_array_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_ack_t
struct amqp_basic_ack_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_cancel_ok_t
struct amqp_basic_cancel_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_cancel_t
struct amqp_basic_cancel_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_consume_ok_t
struct amqp_basic_consume_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_consume_t
struct amqp_basic_consume_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_deliver_t
struct amqp_basic_deliver_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_get_empty_t
struct amqp_basic_get_empty_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_get_ok_t
struct amqp_basic_get_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_get_t
struct amqp_basic_get_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_nack_t
struct amqp_basic_nack_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_properties_t
struct amqp_basic_properties_t
- amqp_basic_publish_t
struct amqp_basic_publish_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_qos_ok_t
struct amqp_basic_qos_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_qos_t
struct amqp_basic_qos_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_recover_async_t
struct amqp_basic_recover_async_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_recover_ok_t
struct amqp_basic_recover_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_recover_t
struct amqp_basic_recover_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_reject_t
struct amqp_basic_reject_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_basic_return_t
struct amqp_basic_return_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_bytes_t
struct amqp_bytes_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_channel_close_ok_t
struct amqp_channel_close_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_channel_close_t
struct amqp_channel_close_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_channel_flow_ok_t
struct amqp_channel_flow_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_channel_flow_t
struct amqp_channel_flow_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_channel_open_ok_t
struct amqp_channel_open_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_channel_open_t
struct amqp_channel_open_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_channel_properties_t
struct amqp_channel_properties_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_confirm_properties_t
struct amqp_confirm_properties_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_confirm_select_ok_t
struct amqp_confirm_select_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_confirm_select_t
struct amqp_confirm_select_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_blocked_t
struct amqp_connection_blocked_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_close_ok_t
struct amqp_connection_close_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_close_t
struct amqp_connection_close_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_info
struct amqp_connection_info
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_open_ok_t
struct amqp_connection_open_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_open_t
struct amqp_connection_open_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_properties_t
struct amqp_connection_properties_t
connection class properties
- amqp_connection_secure_ok_t
struct amqp_connection_secure_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_secure_t
struct amqp_connection_secure_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_start_ok_t
struct amqp_connection_start_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_start_t
struct amqp_connection_start_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_state_t_
struct amqp_connection_state_t_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_tune_ok_t
struct amqp_connection_tune_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_tune_t
struct amqp_connection_tune_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_connection_unblocked_t
struct amqp_connection_unblocked_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_decimal_t
struct amqp_decimal_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_envelope_t
struct amqp_envelope_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_bind_ok_t
struct amqp_exchange_bind_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_bind_t
struct amqp_exchange_bind_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_declare_ok_t
struct amqp_exchange_declare_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_declare_t
struct amqp_exchange_declare_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_delete_ok_t
struct amqp_exchange_delete_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_delete_t
struct amqp_exchange_delete_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_properties_t
struct amqp_exchange_properties_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_unbind_ok_t
struct amqp_exchange_unbind_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_exchange_unbind_t
struct amqp_exchange_unbind_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_field_value_t
struct amqp_field_value_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_frame_t
struct amqp_frame_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_link_t
struct amqp_link_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_message_t
struct amqp_message_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_method_t
struct amqp_method_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_pool_blocklist_t
struct amqp_pool_blocklist_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_pool_t
struct amqp_pool_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_pool_table_entry_t
struct amqp_pool_table_entry_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_bind_ok_t
struct amqp_queue_bind_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_bind_t
struct amqp_queue_bind_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_declare_ok_t
struct amqp_queue_declare_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_declare_t
struct amqp_queue_declare_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_delete_ok_t
struct amqp_queue_delete_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_delete_t
struct amqp_queue_delete_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_properties_t
struct amqp_queue_properties_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_purge_ok_t
struct amqp_queue_purge_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_purge_t
struct amqp_queue_purge_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_unbind_ok_t
struct amqp_queue_unbind_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_queue_unbind_t
struct amqp_queue_unbind_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_rpc_reply_t
struct amqp_rpc_reply_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_socket_class_t
struct amqp_socket_class_t
V-table for amqp_socket_t
- amqp_socket_t
struct amqp_socket_t
Abstract base class for amqp_socket_t
- amqp_table_entry_t
struct amqp_table_entry_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_table_t
struct amqp_table_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_time_t
struct amqp_time_t
Undocumented in source.
- amqp_tx_commit_ok_t
struct amqp_tx_commit_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tx_commit_t
struct amqp_tx_commit_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tx_properties_t
struct amqp_tx_properties_t
- amqp_tx_rollback_ok_t
struct amqp_tx_rollback_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tx_rollback_t
struct amqp_tx_rollback_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tx_select_ok_t
struct amqp_tx_select_ok_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- amqp_tx_select_t
struct amqp_tx_select_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pthread_mutex_t
struct pthread_mutex_t
Undocumented in source.
- AMQP_ACCESS_REQUEST_METHOD
enum amqp_method_number_t AMQP_ACCESS_REQUEST_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_ACCESS_REQUEST_OK_METHOD
enum amqp_method_number_t AMQP_ACCESS_REQUEST_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_ACK_METHOD
enum amqp_method_number_t AMQP_BASIC_ACK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_CANCEL_METHOD
enum amqp_method_number_t AMQP_BASIC_CANCEL_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_CANCEL_OK_METHOD
enum amqp_method_number_t AMQP_BASIC_CANCEL_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_CONSUME_METHOD
enum amqp_method_number_t AMQP_BASIC_CONSUME_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_CONSUME_OK_METHOD
enum amqp_method_number_t AMQP_BASIC_CONSUME_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_DELIVER_METHOD
enum amqp_method_number_t AMQP_BASIC_DELIVER_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_GET_EMPTY_METHOD
enum amqp_method_number_t AMQP_BASIC_GET_EMPTY_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_GET_METHOD
enum amqp_method_number_t AMQP_BASIC_GET_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_GET_OK_METHOD
enum amqp_method_number_t AMQP_BASIC_GET_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_NACK_METHOD
enum amqp_method_number_t AMQP_BASIC_NACK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_PUBLISH_METHOD
enum amqp_method_number_t AMQP_BASIC_PUBLISH_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_QOS_METHOD
enum amqp_method_number_t AMQP_BASIC_QOS_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_QOS_OK_METHOD
enum amqp_method_number_t AMQP_BASIC_QOS_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_RECOVER_ASYNC_METHOD
enum amqp_method_number_t AMQP_BASIC_RECOVER_ASYNC_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_RECOVER_METHOD
enum amqp_method_number_t AMQP_BASIC_RECOVER_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_RECOVER_OK_METHOD
enum amqp_method_number_t AMQP_BASIC_RECOVER_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_REJECT_METHOD
enum amqp_method_number_t AMQP_BASIC_REJECT_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_BASIC_RETURN_METHOD
enum amqp_method_number_t AMQP_BASIC_RETURN_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CHANNEL_CLOSE_METHOD
enum amqp_method_number_t AMQP_CHANNEL_CLOSE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CHANNEL_CLOSE_OK_METHOD
enum amqp_method_number_t AMQP_CHANNEL_CLOSE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CHANNEL_FLOW_METHOD
enum amqp_method_number_t AMQP_CHANNEL_FLOW_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CHANNEL_FLOW_OK_METHOD
enum amqp_method_number_t AMQP_CHANNEL_FLOW_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CHANNEL_OPEN_METHOD
enum amqp_method_number_t AMQP_CHANNEL_OPEN_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CHANNEL_OPEN_OK_METHOD
enum amqp_method_number_t AMQP_CHANNEL_OPEN_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONFIRM_SELECT_METHOD
enum amqp_method_number_t AMQP_CONFIRM_SELECT_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONFIRM_SELECT_OK_METHOD
enum amqp_method_number_t AMQP_CONFIRM_SELECT_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_BLOCKED_METHOD
enum amqp_method_number_t AMQP_CONNECTION_BLOCKED_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_CLOSE_METHOD
enum amqp_method_number_t AMQP_CONNECTION_CLOSE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_CLOSE_OK_METHOD
enum amqp_method_number_t AMQP_CONNECTION_CLOSE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_OPEN_METHOD
enum amqp_method_number_t AMQP_CONNECTION_OPEN_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_OPEN_OK_METHOD
enum amqp_method_number_t AMQP_CONNECTION_OPEN_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_SECURE_METHOD
enum amqp_method_number_t AMQP_CONNECTION_SECURE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_SECURE_OK_METHOD
enum amqp_method_number_t AMQP_CONNECTION_SECURE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_START_METHOD
enum amqp_method_number_t AMQP_CONNECTION_START_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_START_OK_METHOD
enum amqp_method_number_t AMQP_CONNECTION_START_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_TUNE_METHOD
enum amqp_method_number_t AMQP_CONNECTION_TUNE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_TUNE_OK_METHOD
enum amqp_method_number_t AMQP_CONNECTION_TUNE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_CONNECTION_UNBLOCKED_METHOD
enum amqp_method_number_t AMQP_CONNECTION_UNBLOCKED_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_EXCHANGE_BIND_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_BIND_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_EXCHANGE_BIND_OK_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_BIND_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_EXCHANGE_DECLARE_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_DECLARE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_EXCHANGE_DECLARE_OK_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_DECLARE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_EXCHANGE_DELETE_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_DELETE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_EXCHANGE_DELETE_OK_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_DELETE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_EXCHANGE_UNBIND_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_UNBIND_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_EXCHANGE_UNBIND_OK_METHOD
enum amqp_method_number_t AMQP_EXCHANGE_UNBIND_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_QUEUE_BIND_METHOD
enum amqp_method_number_t AMQP_QUEUE_BIND_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_QUEUE_BIND_OK_METHOD
enum amqp_method_number_t AMQP_QUEUE_BIND_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_QUEUE_DECLARE_METHOD
enum amqp_method_number_t AMQP_QUEUE_DECLARE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_QUEUE_DECLARE_OK_METHOD
enum amqp_method_number_t AMQP_QUEUE_DECLARE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_QUEUE_DELETE_METHOD
enum amqp_method_number_t AMQP_QUEUE_DELETE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_QUEUE_DELETE_OK_METHOD
enum amqp_method_number_t AMQP_QUEUE_DELETE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_QUEUE_PURGE_METHOD
enum amqp_method_number_t AMQP_QUEUE_PURGE_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_QUEUE_PURGE_OK_METHOD
enum amqp_method_number_t AMQP_QUEUE_PURGE_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_QUEUE_UNBIND_METHOD
enum amqp_method_number_t AMQP_QUEUE_UNBIND_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_QUEUE_UNBIND_OK_METHOD
enum amqp_method_number_t AMQP_QUEUE_UNBIND_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_TX_COMMIT_METHOD
enum amqp_method_number_t AMQP_TX_COMMIT_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_TX_COMMIT_OK_METHOD
enum amqp_method_number_t AMQP_TX_COMMIT_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_TX_ROLLBACK_METHOD
enum amqp_method_number_t AMQP_TX_ROLLBACK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_TX_ROLLBACK_OK_METHOD
enum amqp_method_number_t AMQP_TX_ROLLBACK_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_TX_SELECT_METHOD
enum amqp_method_number_t AMQP_TX_SELECT_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AMQP_TX_SELECT_OK_METHOD
enum amqp_method_number_t AMQP_TX_SELECT_OK_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.