MCPcopy Create free account

hub / github.com/boostorg/asio / functions

Functions6,576 in github.com/boostorg/asio

↓ 1,685 callersMethodrun
test/connect.cpp:54
↓ 1,592 callersFunctionbind
Bind the socket to the given local endpoint. * This function binds the socket to the specified endpoint on the local * machine. * * @param en
include/boost/asio/basic_socket.hpp:790
↓ 1,531 callersMethodrestart
Restart in preparation for a subsequent run invocation.
include/boost/asio/detail/win_iocp_io_context.hpp:100
↓ 1,186 callersFunctionbuffer
Obtain a buffer representing the entire registered buffer.
include/boost/asio/registered_buffer.hpp:267
↓ 1,160 callersMethodsize
test/buffer.cpp:78
↓ 750 callersMethodcheck_buffers
test/write_at.cpp:64
↓ 750 callersMethodreset
test/write_at.cpp:52
↓ 680 callersMethodcheck_buffers
test/read_at.cpp:71
↓ 680 callersMethodreset
test/read_at.cpp:51
↓ 678 callersFunctiontransfer_at_least
include/boost/asio/completion_condition.hpp:223
↓ 675 callersFunctiontransfer_exactly
include/boost/asio/completion_condition.hpp:257
↓ 615 callersMethodconsume
example/cpp11/http/server/request_parser.cpp:27
↓ 498 callersMethodnext_write_length
test/write_at.cpp:58
↓ 478 callersMethodcheck_buffers
test/write.cpp:70
↓ 478 callersMethodreset
test/write.cpp:54
↓ 455 callersMethodreset
test/read.cpp:53
↓ 450 callersMethodnext_read_length
test/read_at.cpp:65
↓ 444 callersMethodcheck_buffers
test/read.cpp:69
↓ 396 callersMethoddata
test/buffer.cpp:77
↓ 391 callersFunctionasync_write_at
include/boost/asio/write_at.hpp:502
↓ 360 callersFunctionread_at
include/boost/asio/impl/read_at.hpp:69
↓ 360 callersFunctionwrite_at
include/boost/asio/impl/write_at.hpp:67
↓ 320 callersFunctionasync_read_at
include/boost/asio/read_at.hpp:505
↓ 320 callersFunctionasync_write
include/boost/asio/write.hpp:820
↓ 301 callersMethodnext_write_length
test/write.cpp:64
↓ 294 callersFunctionquery
include/boost/asio/strand.hpp:170
↓ 292 callersMethodnext_read_length
test/read.cpp:63
↓ 291 callersMethodasync_wait
include/boost/asio/posix/basic_descriptor.hpp:702
↓ 266 callersFunctionthrow_error
include/boost/asio/detail/throw_error.hpp:38
↓ 263 callersFunctionwrite
include/boost/asio/impl/write.hpp:42
↓ 254 callersFunctionread
include/boost/asio/impl/read.hpp:65
↓ 246 callersFunctionprefer
include/boost/asio/strand.hpp:217
↓ 221 callersFunctionasync_read
include/boost/asio/read.hpp:826
↓ 180 callersFunctionrequire
include/boost/asio/strand.hpp:195
↓ 165 callersFunctionpost
include/boost/asio/post.hpp:165
↓ 161 callersMethodassign
Assign an existing native descriptor to the descriptor. * This function opens the descriptor to hold an existing native descriptor. * * @param n
include/boost/asio/posix/basic_descriptor.hpp:293
↓ 160 callersFunctionget
Returns the packaged task's future.
include/boost/asio/packaged_task.hpp:52
↓ 151 callersMethodasync_send
include/boost/asio/basic_raw_socket.hpp:475
↓ 151 callersMethodbegin
test/buffer.cpp:481
↓ 147 callersMethodget_executor
test/read.cpp:48
↓ 138 callersMethodreset
test/read_until.cpp:45
↓ 135 callersMethodget_executor
include/boost/asio/impl/io_context.hpp:79
↓ 135 callersMethodsize
include/boost/asio/detail/socket_option.hpp:292
↓ 126 callersMethodset_option
include/boost/asio/detail/null_socket_service.hpp:226
↓ 125 callersMethodstopped
example/cpp11/timeouts/server.cpp:182
↓ 122 callersMethodexpires_after
Set the timer's expiry time relative to now. * This function sets the expiry time. Any pending asynchronous wait * operations will be cancelled. Th
include/boost/asio/basic_waitable_timer.hpp:512
↓ 118 callersMethodasync_receive
include/boost/asio/basic_raw_socket.hpp:913
↓ 118 callersMethodend
test/buffer.cpp:482
↓ 114 callersMethodvalue
test/post.cpp:41
↓ 110 callersMethodasync_send_to
include/boost/asio/basic_raw_socket.hpp:693
↓ 110 callersMethodrun
example/cpp11/http/server/server.cpp:49
↓ 108 callersMethoddata
include/boost/asio/detail/socket_option.hpp:278
↓ 107 callersMethodget_option
include/boost/asio/detail/null_socket_service.hpp:235
↓ 103 callersFunctionconnect
Connect the socket to the specified endpoint. * This function is used to connect a socket to the specified remote endpoint. * The function call wil
include/boost/asio/basic_socket.hpp:850
↓ 102 callersFunctionallocate
include/boost/asio/detail/thread_info_base.hpp:127
↓ 102 callersMethodsize
Get the size of the memory range.
include/boost/asio/buffer.hpp:188
↓ 102 callersMethodsize
Get the underlying size of the endpoint in the native type.
include/boost/asio/ip/detail/endpoint.hpp:74
↓ 100 callersMethodaccept
example/cpp11/timeouts/server.cpp:383
↓ 99 callersMethodasync_write_some
test/write.cpp:115
↓ 97 callersMethodasync_read_some
test/read.cpp:115
↓ 94 callersMethodcancel
Cancel any asynchronous operations that are waiting on the resolver. * This function forces the completion of any pending asynchronous * operations
include/boost/asio/ip/basic_resolver.hpp:224
↓ 91 callersMethodsend
example/cpp14/executors/actor.cpp:97
↓ 90 callersMethodnext_read_length
test/read_until.cpp:57
↓ 88 callersFunctionis_continuation
include/boost/asio/detail/handler_cont_helpers.hpp:30
↓ 87 callersMethodopen
Open a new socket implementation.
include/boost/asio/detail/null_socket_service.hpp:96
↓ 86 callersMethodclose
example/cpp11/chat/chat_client.cpp:47
↓ 85 callersMethodwrite_some
test/write.cpp:98
↓ 82 callersMethodreset
Reset pointer.
include/boost/asio/detail/scoped_ptr.hpp:62
↓ 79 callersFunctionasync_read_until
include/boost/asio/read_until.hpp:1660
↓ 78 callersMethodasync_accept
include/boost/asio/detail/null_socket_service.hpp:489
↓ 78 callersMethodis_connected
Returns whether the slot is connected to a signal.
include/boost/asio/cancellation_signal.hpp:187
↓ 77 callersMethodget
test/bind_immediate_executor.cpp:94
↓ 76 callersMethodcontext
Push the key on to the stack.
include/boost/asio/detail/call_stack.hpp:41
↓ 75 callersFunctionget_associated_cancellation_slot
include/boost/asio/associated_cancellation_slot.hpp:145
↓ 75 callersFunctionnow
test/system_timer.cpp:74
↓ 75 callersMethodsend_to
include/boost/asio/basic_raw_socket.hpp:575
↓ 74 callersFunctionread_until
include/boost/asio/impl/read_until.hpp:91
↓ 68 callersMethodvalue
test/properties/cpp14/prefer_static.cpp:20
↓ 67 callersMethodcomplete
include/boost/asio/detail/handler_work.hpp:427
↓ 67 callersMethodreceive
example/cpp11/fork/daemon.cpp:32
↓ 65 callersMethodbuffers
include/boost/asio/detail/buffer_sequence_adapter.hpp:121
↓ 61 callersMethodcount
include/boost/asio/detail/buffer_sequence_adapter.hpp:126
↓ 60 callersFunctionasync_connect
include/boost/asio/connect.hpp:632
↓ 60 callersMethodnative_handle
Get the underlying implementation in the native type. * This function may be used to obtain the underlying implementation of the * context. This is
include/boost/asio/ssl/stream.hpp:205
↓ 58 callersFunctionmake_address_v4
Create an IPv4 address from raw bytes in network order. * @relates address_v4 */
include/boost/asio/ip/address_v4.hpp:264
↓ 58 callersMethodread_some
test/read.cpp:97
↓ 58 callersMethodresolve
Perform forward resolution of a query to a list of entries. * This function is used to resolve host and service names into a list of * endpoint ent
include/boost/asio/ip/basic_resolver.hpp:262
↓ 57 callersMethodempty
Whether the queue is empty.
include/boost/asio/detail/op_queue.hpp:138
↓ 56 callersFunctionco_spawn
include/boost/asio/impl/co_spawn.hpp:358
↓ 56 callersMethodemit
Emits the signal and causes invocation of the slot's handler, if any.
include/boost/asio/cancellation_signal.hpp:97
↓ 56 callersMethodexecutor
test/execution/executor.cpp:27
↓ 55 callersMethodis_open
Check whether the coroutine is open, i.e. can be resumed.
include/boost/asio/experimental/coro.hpp:253
↓ 55 callersFunctionnoexcept
include/boost/asio/execution/prefer_only.hpp:230
↓ 53 callersMethodasync_receive_from
include/boost/asio/basic_raw_socket.hpp:1132
↓ 53 callersFunctionbind_handler
include/boost/asio/detail/bind_handler.hpp:78
↓ 52 callersMethodwait
Block until a message has been received.
example/cpp14/executors/actor.cpp:190
↓ 51 callersMethodexecute
test/execution/mapping.cpp:34
↓ 50 callersFunctionmake_network_v4
Create an IPv4 network from an address and prefix length. * @relates address_v4 */
include/boost/asio/ip/network_v4.hpp:162
↓ 49 callersMethodresize
include/boost/asio/detail/socket_option.hpp:299
↓ 48 callersMethodbind
Bind the socket to the specified local endpoint.
include/boost/asio/detail/null_socket_service.hpp:217
next →1–100 of 6,576, ranked by callers