Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- y -
- yami_accept_tcp()
: network_utils.c
, network_utils.h
- yami_bad_protocol
: common.h
- yami_bad_state
: common.h
- yami_binary
: common.h
- yami_binary_array
: common.h
- yami_boolean
: common.h
- yami_boolean_array
: common.h
- yami_bzero()
: utils.c
, utils.h
- yami_channel_check_udp_packet()
: channel.c
, channel.h
- yami_channel_clean_input_buffer()
: channel.c
, channel.h
- yami_channel_close()
: channel.h
, channel.c
- yami_channel_closed
: common.h
- yami_channel_init()
: channel.c
, channel.h
- yami_channel_is_open()
: channel.c
, channel.h
- yami_channel_name_cmp()
: channel.c
, channel.h
- yami_channel_open()
: channel.c
, channel.h
- yami_channel_post_message()
: channel.c
, channel.h
- yami_channel_post_raw_message()
: channel.c
, channel.h
- yami_channel_post_reject()
: channel.c
, channel.h
- yami_channel_post_reply()
: channel.c
, channel.h
- yami_channel_read_some_data()
: channel.c
, channel.h
- yami_channel_write_some_data()
: channel.c
, channel.h
- yami_clean()
: agent.c
, agent.h
- yami_clean_connection()
: network_utils.c
, network_utils.h
- yami_clean_listener()
: network_utils.c
, network_utils.h
- yami_close_connection()
: agent.c
, agent.h
- yami_connection_closed
: callbacks.h
- yami_connection_event
: callbacks.h
- yami_connection_event_function
: callbacks.h
- yami_create_listener()
: network_utils.c
, network_utils.h
- yami_create_outgoing_connection()
: network_utils.c
, network_utils.h
- yami_do_some_work()
: agent.c
, agent.h
- yami_fill_exception_header()
: serialization.c
, serialization.h
- yami_fill_frame_header()
: serialization.c
, serialization.h
- yami_fill_message_header()
: serialization.c
, serialization.h
- yami_fill_reply_header()
: serialization.c
, serialization.h
- yami_get_integer()
: serialization.h
, serialization.c
- yami_get_long_long()
: serialization.c
, serialization.h
- yami_get_raw_binary()
: serialization.c
, serialization.h
- yami_get_raw_boolean_array()
: serialization.c
, serialization.h
- yami_get_raw_cstring()
: serialization.c
, serialization.h
- yami_get_raw_integer_array()
: serialization.c
, serialization.h
- yami_get_raw_long_long_array()
: serialization.c
, serialization.h
- yami_get_type()
: serialization.c
, serialization.h
- yami_incoming_message
: callbacks.h
- yami_init()
: agent.c
, agent.h
- yami_init_with_options()
: agent.c
, agent.h
- yami_init_with_options_ua()
: agent.c
, agent.h
- yami_init_with_user_array()
: agent.c
, agent.h
- yami_integer
: common.h
- yami_integer_array
: common.h
- yami_io_error
: common.h
- yami_io_error_function
: callbacks.h
- yami_is_output_channel_busy()
: agent.c
, agent.h
- yami_long_long
: common.h
- yami_long_long_array
: common.h
- yami_memcpy()
: utils.c
, utils.h
- yami_message_abandoned
: callbacks.h
- yami_message_function
: callbacks.h
- yami_message_rejected
: callbacks.h
- yami_message_reply
: callbacks.h
- yami_message_type
: callbacks.h
- yami_nested_parameters
: common.h
- yami_nested_parameters_array
: common.h
- yami_new_incoming_connection
: callbacks.h
- yami_new_outgoing_connection
: callbacks.h
- yami_no_such_name
: common.h
- yami_not_enough_space
: common.h
- yami_ok
: common.h
- yami_open_connection()
: agent.h
, agent.c
- yami_options_init()
: options.c
, options.h
- yami_parameter_type
: common.h
- yami_parse_frame_header()
: serialization.c
, serialization.h
- yami_parse_message_header()
: serialization.c
, serialization.h
- yami_post_message()
: agent.c
, agent.h
- yami_post_raw_message()
: agent.c
, agent.h
- yami_post_reject()
: agent.c
, agent.h
- yami_post_reply()
: agent.c
, agent.h
- yami_protocol
: channel.h
- yami_put_binary()
: serialization.c
, serialization.h
- yami_put_boolean_array()
: serialization.c
, serialization.h
- yami_put_cstring()
: serialization.c
, serialization.h
- yami_put_integer()
: serialization.c
, serialization.h
- yami_put_integer_array()
: serialization.c
, serialization.h
- yami_put_long_long()
: serialization.c
, serialization.h
- yami_put_long_long_array()
: serialization.c
, serialization.h
- yami_put_type()
: serialization.h
, serialization.c
- yami_raw_message_function
: callbacks.h
- yami_read_tcp()
: network_utils.c
, network_utils.h
- yami_receive_udp()
: network_utils.h
, network_utils.c
- yami_result
: common.h
- yami_round_up_to_4()
: utils.c
, utils.h
- yami_round_up_to_8()
: utils.c
, utils.h
- yami_send_udp()
: network_utils.c
, network_utils.h
- yami_set_connection_callback()
: agent.c
, agent.h
- yami_set_io_error_callback()
: agent.h
, agent.c
- yami_set_listener()
: agent.c
, agent.h
- yami_set_message_callback()
: agent.h
, agent.c
- yami_set_raw_message_callback()
: agent.c
, agent.h
- yami_skip_field()
: serialization.c
, serialization.h
- yami_strcmp()
: utils.h
, utils.c
- yami_strfind()
: utils.h
, utils.c
- yami_string
: common.h
- yami_string_array
: common.h
- yami_string_to_uint32()
: utils.h
, utils.c
- yami_string_to_uint8()
: utils.h
, utils.c
- yami_strlen()
: utils.c
, utils.h
- yami_strncmp()
: utils.h
, utils.c
- yami_strncpy()
: utils.c
, utils.h
- yami_tcp
: channel.h
- yami_timed_out
: common.h
- yami_udp
: channel.h
- yami_uint32_to_string()
: utils.h
, utils.c
- yami_unexpected_value
: common.h
- yami_wait_for_work()
: network_utils.c
, network_utils.h
- yami_write_tcp()
: network_utils.c
, network_utils.h