Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- b -
- BOOL_TO_STRING
: kinetic_logger.c
- box_cleanup_cb()
: bus.c
- box_execute_cb()
: bus.c
- box_msg()
: bus.c
- BUF_SZ
: echosrv.c
- Buffer
: kinetic_logger.c
- BUFFER_MAX_STRLEN
: kinetic_logger.c
- BUFFER_SIZE
: kinetic_logger.c
- BufferMutex
: kinetic_logger.c
- build_get_command()
: kinetic_builder.c
- build_p2pOp()
: kinetic_builder.c
- BUS_ASSERT
: bus_types.h
- Bus_BackpressureDelay()
: bus.c
, bus_inward.h
- BUS_DEFAULT_TIMEOUT_SEC
: bus_types.h
- bus_error_cb
: bus_types.h
- bus_error_string()
: kinetic_controller.c
- Bus_Free()
: bus.c
, bus.h
- Bus_GetListenerForSocket()
: bus.c
, bus_inward.h
- Bus_Init()
: bus.c
, bus.h
- BUS_INIT_ERROR_ALLOC_FAIL
: bus_types.h
- BUS_INIT_ERROR_LISTENER_INIT_FAIL
: bus_types.h
- BUS_INIT_ERROR_MISSING_SINK_CB
: bus_types.h
- BUS_INIT_ERROR_MISSING_UNPACK_CB
: bus_types.h
- BUS_INIT_ERROR_MUTEX_INIT_FAIL
: bus_types.h
- BUS_INIT_ERROR_NULL
: bus_types.h
- BUS_INIT_ERROR_PTHREAD_INIT_FAIL
: bus_types.h
- BUS_INIT_ERROR_SENDER_INIT_FAIL
: bus_types.h
- BUS_INIT_ERROR_THREADPOOL_INIT_FAIL
: bus_types.h
- Bus_Init_res_t
: bus_types.h
- BUS_INIT_SUCCESS
: bus_types.h
- BUS_LOG
: bus_types.h
- bus_log_cb
: bus_types.h
- BUS_LOG_SNPRINTF
: bus_types.h
- BUS_LOG_STRINGIFY
: bus_types.h
- Bus_LogEventStr()
: bus.c
, bus_inward.h
- BUS_MAX_CONCURRENT_SENDS
: bus_types.h
- bus_msg_cb
: bus_types.h
- BUS_NO_SEQ_ID
: bus_types.h
- BUS_NO_SSL
: bus_internal_types.h
- Bus_ProcessBoxedMessage()
: bus.c
, bus_inward.h
- Bus_RegisterSocket()
: bus.c
, bus.h
- Bus_ReleaseSocket()
: bus.c
, bus.h
- BUS_REQUEST_SEND_FAILURE_HUP
: bus_types.h
- BUS_REQUEST_SEND_FAILURE_TIMEOUT
: bus_types.h
- BUS_REQUEST_SUCCESS
: bus_types.h
- BUS_RESPONSE_FAILURE_HUP
: bus_types.h
- BUS_RESPONSE_FAILURE_TIMEOUT
: bus_types.h
- BUS_SEND_BAD_RESPONSE
: bus_types.h
- BUS_SEND_REQUEST_COMPLETE
: bus_types.h
- BUS_SEND_RX_FAILURE
: bus_types.h
- BUS_SEND_RX_TIMEOUT
: bus_types.h
- BUS_SEND_RX_TIMEOUT_EXPECT
: bus_types.h
- bus_send_status_t
: bus_types.h
- BUS_SEND_SUCCESS
: bus_types.h
- BUS_SEND_TIMESTAMP_ERROR
: bus_types.h
- BUS_SEND_TX_FAILURE
: bus_types.h
- BUS_SEND_TX_TIMEOUT
: bus_types.h
- BUS_SEND_TX_TIMEOUT_NOTIFYING_LISTENER
: bus_types.h
- BUS_SEND_UNDEFINED
: bus_types.h
- BUS_SEND_UNREGISTERED_SOCKET
: bus_types.h
- Bus_SendRequest()
: bus.c
, bus.h
- Bus_Shutdown()
: bus.c
, bus.h
- bus_sink_cb
: bus_types.h
- BUS_SOCKET_PLAIN
: bus_types.h
- BUS_SOCKET_SSL
: bus_types.h
- bus_socket_t
: bus_types.h
- bus_status_res_t
: bus_types.h
- bus_to_kinetic_status()
: kinetic_controller.c
- bus_unexpected_msg_cb
: bus_types.h
- bus_unpack_cb
: bus_types.h
- BusPoll_OnCompletion()
: bus_poll.c
, bus_poll.h
- BusSSL_Connect()
: bus_ssl.c
, bus_ssl.h
- BusSSL_CtxFree()
: bus_ssl.c
, bus_ssl.h
- BusSSL_Disconnect()
: bus_ssl.h
, bus_ssl.c
- BusSSL_Init()
: bus_ssl.c
, bus_ssl.h
- BYTE_ARRAY_NONE
: byte_array.h
- BYTE_BUFFER_NONE
: byte_array.h
- ByteArray_Create()
: byte_array.h
, byte_array.c
- ByteArray_CreateWithCString()
: byte_array.h
, byte_array.c
- ByteArray_FillWithDummyData()
: byte_array.h
, byte_array.c
- ByteArray_GetSlice()
: byte_array.h
, byte_array.c
- ByteBuffer_Append()
: byte_array.c
, byte_array.h
- ByteBuffer_AppendArray()
: byte_array.h
, byte_array.c
- ByteBuffer_AppendBuffer()
: byte_array.c
, byte_array.h
- ByteBuffer_AppendCString()
: byte_array.h
, byte_array.c
- ByteBuffer_AppendDummyData()
: byte_array.h
, byte_array.c
- ByteBuffer_AppendFormattedCString()
: byte_array.h
, byte_array.c
- ByteBuffer_BytesRemaining()
: byte_array.c
, byte_array.h
- ByteBuffer_Consume()
: byte_array.c
, byte_array.h
- ByteBuffer_Create()
: byte_array.c
, byte_array.h
- ByteBuffer_CreateAndAppend()
: byte_array.h
, byte_array.c
- ByteBuffer_CreateAndAppendArray()
: byte_array.h
, byte_array.c
- ByteBuffer_CreateAndAppendCString()
: byte_array.h
, byte_array.c
- ByteBuffer_CreateAndAppendDummyData()
: byte_array.h
, byte_array.c
- ByteBuffer_CreateAndAppendFormattedCString()
: byte_array.h
, byte_array.c
- ByteBuffer_CreateWithArray()
: byte_array.c
, byte_array.h
- ByteBuffer_Free()
: byte_array.c
, byte_array.h
- ByteBuffer_IsNull()
: byte_array.c
, byte_array.h
- ByteBuffer_Malloc()
: byte_array.c
, byte_array.h
- ByteBuffer_MallocAndAppend()
: byte_array.c
, byte_array.h
- ByteBuffer_Reset()
: byte_array.c
, byte_array.h
- BYTES_TO_CSTRING
: kinetic_logger.h
- bytetoa()
: kinetic_logger.c