MCPcopy Create free account

hub / github.com/boostorg/asio / functions

Functions6,576 in github.com/boostorg/asio

Functionbuffered_channel_test
test/experimental/channel.cpp:100
Functionbuffered_concurrent_channel_test
test/experimental/concurrent_channel.cpp:96
Functionbuffered_error_channel_test
test/experimental/channel.cpp:200
Functionbuffered_executor_receive
test/experimental/channel.cpp:550
Functionbuffered_executor_send
test/experimental/channel.cpp:635
Methodbuffered_fill_handler
include/boost/asio/impl/buffered_read_stream.hpp:65
Methodbuffered_flush_handler
include/boost/asio/impl/buffered_write_stream.hpp:54
Functionbuffered_handshake_handler
test/ssl/stream.cpp:42
Methodbuffered_handshake_op
include/boost/asio/ssl/detail/buffered_handshake_op.hpp:39
Functionbuffered_immediate_receive
test/experimental/channel.cpp:513
Functionbuffered_immediate_send
test/experimental/channel.cpp:615
Functionbuffered_non_immediate_receive
test/experimental/channel.cpp:475
Functionbuffered_non_immediate_send
test/experimental/channel.cpp:594
Methodbuffered_read_some_handler
include/boost/asio/impl/buffered_read_stream.hpp:230
Methodbuffered_read_stream
include/boost/asio/buffered_read_stream.hpp:77
Functionbuffered_stream
include/boost/asio/buffered_stream.hpp:61
Methodbuffered_stream_storage
Constructor.
include/boost/asio/detail/buffered_stream_storage.hpp:42
Methodbuffered_write_some_handler
include/boost/asio/impl/buffered_write_stream.hpp:210
Methodbuffered_write_stream
include/boost/asio/buffered_write_stream.hpp:77
Methodbuffers
example/cpp11/socks4/socks4.hpp:55
Methodbuffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:269
Methodbuffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:337
Methodbuffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:406
Methodbuffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:480
Methodbuffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:554
Methodbuffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:630
Methodbuffers_iterator
Default constructor. Creates an iterator in an undefined state.
include/boost/asio/buffers_iterator.hpp:138
Functionbuffers_iterator operator+
Addition operator.
include/boost/asio/buffers_iterator.hpp:252
Functionbuffers_iterator operator-
Subtraction operator.
include/boost/asio/buffers_iterator.hpp:270
Methodbytes_readable
Default constructor.
include/boost/asio/detail/io_control.hpp:35
Methodcall
include/boost/asio/spawn.hpp:140
Methodcall
include/boost/asio/any_completion_handler.hpp:213
Methodcall
include/boost/asio/ssl/detail/verify_callback.hpp:49
Methodcall
include/boost/asio/ssl/detail/password_callback.hpp:52
Methodcall
include/boost/asio/experimental/awaitable_operators.hpp:430
Methodcall_handler
include/boost/asio/ssl/detail/buffered_handshake_op.hpp:61
Methodcall_handler
include/boost/asio/ssl/detail/handshake_op.hpp:56
Methodcall_handler
include/boost/asio/ssl/detail/write_op.hpp:65
Methodcall_handler
include/boost/asio/ssl/detail/shutdown_op.hpp:58
Methodcallback
example/cpp20/operations/c_callback_wrapper.cpp:86
Methodcallback
example/cpp14/operations/c_callback_wrapper.cpp:86
Functioncancel
Cancel all operations associated with the signal set. * This function forces the completion of any pending asynchronous wait * operations against t
include/boost/asio/basic_signal_set.hpp:518
Functioncancel
include/boost/asio/basic_socket.hpp:651
Functioncancel
Cancel all asynchronous operations associated with the pipe. * This function causes all outstanding asynchronous read operations to finish * immedi
include/boost/asio/basic_readable_pipe.hpp:432
Functioncancel
Cancel any asynchronous operations that are waiting on the timer. * This function forces the completion of any pending asynchronous wait * operatio
include/boost/asio/basic_deadline_timer.hpp:350
Functioncancel
Cancel all asynchronous operations associated with the acceptor. * This function causes all outstanding asynchronous connect, send and receive * op
include/boost/asio/basic_socket_acceptor.hpp:767
Functioncancel
Cancel all asynchronous operations associated with the pipe. * This function causes all outstanding asynchronous write operations to * finish immed
include/boost/asio/basic_writable_pipe.hpp:432
Functioncancel
include/boost/asio/basic_file.hpp:747
Functioncancel
Cancel all asynchronous operations associated with the serial port. * This function causes all outstanding asynchronous read or write operations *
include/boost/asio/basic_serial_port.hpp:503
Functioncancel
Cancel all asynchronous operations associated with the handle. * This function causes all outstanding asynchronous read or write operations * to fi
include/boost/asio/windows/basic_overlapped_handle.hpp:407
Functioncancel
Cancel all asynchronous operations waiting on the channel. * All outstanding send operations will complete with the error * @c boost::asio::experim
include/boost/asio/experimental/basic_concurrent_channel.hpp:328
Functioncancel
Cancel all asynchronous operations waiting on the channel. * All outstanding send operations will complete with the error * @c boost::asio::experim
include/boost/asio/experimental/basic_channel.hpp:321
Methodcancel
Cancel any asynchronous operations that are waiting on the timer. * This function forces the completion of any pending asynchronous wait * operatio
include/boost/asio/basic_waitable_timer.hpp:408
Methodcancel
Cancel all operations associated with the handle.
include/boost/asio/detail/win_iocp_serial_port_service.hpp:111
Methodcancel
Cancel all operations associated with the serial port.
include/boost/asio/detail/posix_serial_port_service.hpp:127
Methodcancel
Cancel any asynchronous wait operations associated with the timer.
include/boost/asio/detail/deadline_timer_service.hpp:161
Methodcancel
Cancel all operations associated with the socket.
include/boost/asio/detail/winrt_ssocket_service_base.hpp:113
Methodcancel
Cancel all operations associated with the file.
include/boost/asio/detail/io_uring_file_service.hpp:140
Methodcancel
Cancel all operations associated with the file.
include/boost/asio/detail/win_iocp_file_service.hpp:143
Methodcancel
Cancel pending asynchronous operations.
include/boost/asio/detail/winrt_resolver_service.hpp:111
Methodcancel
Cancel all asynchronous operations associated with the descriptor. * This function causes all outstanding asynchronous read or write operations * t
include/boost/asio/posix/basic_descriptor.hpp:388
Methodcancel
include/boost/asio/experimental/detail/channel_send_op.hpp:52
Functioncancel_after_completion_token_v1_test
test/cancel_after.cpp:196
Functioncancel_after_completion_token_v2_test
test/cancel_after.cpp:343
Functioncancel_after_function_object_test
test/cancel_after.cpp:34
Methodcancel_after_t<decay_t<CompletionToken>, Clock, WaitTraits> operator()
include/boost/asio/cancel_after.hpp:112
Methodcancel_after_timer
include/boost/asio/cancel_after.hpp:72
Methodcancel_after_timer<decay_t<CompletionToken>, Clock, WaitTraits, Executor> operator()
include/boost/asio/cancel_after.hpp:152
Functioncancel_after_timer<decay_t<CompletionToken>, Clock, WaitTraits, Executor> cancel_after
include/boost/asio/cancel_after.hpp:261
Functioncancel_after_timer_completion_token_v1_test
test/cancel_after.cpp:255
Functioncancel_after_timer_completion_token_v2_test
test/cancel_after.cpp:401
Functioncancel_after_timer_function_object_test
test/cancel_after.cpp:97
Functioncancel_at_completion_token_v1_test
test/cancel_at.cpp:206
Functioncancel_at_completion_token_v2_test
test/cancel_at.cpp:363
Functioncancel_at_function_object_test
test/cancel_at.cpp:34
Methodcancel_at_t<decay_t<CompletionToken>, Clock, WaitTraits> operator()
include/boost/asio/cancel_at.hpp:110
Functioncancel_at_t<decay_t<CompletionToken>, Clock> cancel_at
include/boost/asio/cancel_at.hpp:216
Methodcancel_at_timer
include/boost/asio/cancel_at.hpp:70
Methodcancel_at_timer<decay_t<CompletionToken>, Clock, WaitTraits, Executor> operator()
include/boost/asio/cancel_at.hpp:150
Functioncancel_at_timer<decay_t<CompletionToken>, Clock, WaitTraits, Executor> cancel_at
include/boost/asio/cancel_at.hpp:256
Functioncancel_at_timer_completion_token_v1_test
test/cancel_at.cpp:270
Functioncancel_at_timer_completion_token_v2_test
test/cancel_at.cpp:426
Functioncancel_at_timer_function_object_test
test/cancel_at.cpp:102
Methodcancel_handler
test/any_completion_handler.cpp:156
Methodcancel_handler
include/boost/asio/experimental/promise.hpp:195
Methodcancel_handler
include/boost/asio/experimental/impl/coro.hpp:212
Methodcancel_handler
include/boost/asio/experimental/impl/coro.hpp:1001
Methodcancel_impl_
include/boost/asio/experimental/impl/promise.hpp:163
Functioncancel_one
Cancels one asynchronous operation that is waiting on the timer. * This function forces the completion of one pending asynchronous wait * operation
include/boost/asio/basic_deadline_timer.hpp:409
Methodcancel_one
Cancels one asynchronous wait operation associated with the timer.
include/boost/asio/detail/deadline_timer_service.hpp:179
Functioncancel_one_timer
test/deadline_timer.cpp:67
Functioncancel_one_timer
test/system_timer.cpp:68
Methodcancel_operations_by_key
Cancel operations associated with the descriptor identified by the supplied iterator, and the specified cancellation key. Any operations pending for t
include/boost/asio/detail/reactor_op_queue.hpp:110
Methodcancel_proxy
include/boost/asio/detail/timed_cancel_op.hpp:162
Methodcancel_proxy
include/boost/asio/experimental/impl/parallel_group.hpp:272
Methodcancel_proxy
include/boost/asio/experimental/impl/parallel_group.hpp:634
Functioncancel_timer
test/deadline_timer.cpp:61
Functioncancel_timer
test/system_timer.cpp:62
Methodcancel_timer
Cancel and dequeue operations for the given timer.
include/boost/asio/detail/timer_queue.hpp:184
Methodcancel_timer_by_key
Cancel and dequeue a specific operation for the given timer.
include/boost/asio/detail/timer_queue.hpp:205
← previousnext →1,701–1,800 of 6,576, ranked by callers