MCPcopy Create free account

hub / github.com/chriskohlhoff/asio / functions

Functions6,649 in github.com/chriskohlhoff/asio

↓ 1,687 callersMethodrun
src/tests/unit/connect.cpp:54
↓ 1,613 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/asio/basic_socket.hpp:789
↓ 1,531 callersMethodrestart
Restart in preparation for a subsequent run invocation.
include/asio/detail/win_iocp_io_context.hpp:99
↓ 1,197 callersFunctionbuffer
Obtain a buffer representing the entire registered buffer.
include/asio/registered_buffer.hpp:266
↓ 1,160 callersMethodsize
src/tests/unit/buffer.cpp:78
↓ 750 callersMethodcheck_buffers
src/tests/unit/write_at.cpp:64
↓ 750 callersMethodreset
src/tests/unit/write_at.cpp:52
↓ 680 callersMethodcheck_buffers
src/tests/unit/read_at.cpp:71
↓ 680 callersMethodreset
src/tests/unit/read_at.cpp:51
↓ 678 callersFunctiontransfer_at_least
include/asio/completion_condition.hpp:222
↓ 675 callersFunctiontransfer_exactly
include/asio/completion_condition.hpp:256
↓ 615 callersMethodconsume
src/examples/cpp11/http/server/request_parser.cpp:27
↓ 498 callersMethodnext_write_length
src/tests/unit/write_at.cpp:58
↓ 478 callersMethodcheck_buffers
src/tests/unit/write.cpp:70
↓ 478 callersMethodreset
src/tests/unit/write.cpp:54
↓ 455 callersMethodreset
src/tests/unit/read.cpp:53
↓ 450 callersMethodnext_read_length
src/tests/unit/read_at.cpp:65
↓ 444 callersMethodcheck_buffers
src/tests/unit/read.cpp:69
↓ 396 callersMethoddata
src/tests/unit/buffer.cpp:77
↓ 391 callersFunctionasync_write_at
include/asio/write_at.hpp:501
↓ 360 callersFunctionread_at
include/asio/impl/read_at.hpp:68
↓ 360 callersFunctionwrite_at
include/asio/impl/write_at.hpp:66
↓ 326 callersFunctionasync_write
include/asio/write.hpp:819
↓ 320 callersFunctionasync_read_at
include/asio/read_at.hpp:504
↓ 301 callersMethodnext_write_length
src/tests/unit/write.cpp:64
↓ 294 callersFunctionquery
include/asio/strand.hpp:169
↓ 292 callersMethodnext_read_length
src/tests/unit/read.cpp:63
↓ 291 callersMethodasync_wait
include/asio/basic_signal_set.hpp:609
↓ 266 callersFunctionthrow_error
include/asio/detail/throw_error.hpp:37
↓ 263 callersFunctionwrite
include/asio/impl/write.hpp:41
↓ 254 callersFunctionread
include/asio/impl/read.hpp:64
↓ 246 callersFunctionprefer
include/asio/strand.hpp:216
↓ 221 callersFunctionasync_read
include/asio/read.hpp:825
↓ 180 callersFunctionrequire
include/asio/strand.hpp:194
↓ 169 callersFunctionpost
include/asio/post.hpp:164
↓ 160 callersFunctionget
Returns the packaged task's future.
include/asio/packaged_task.hpp:51
↓ 155 callersMethodassign
Assign an existing native serial port to the serial port. * This function opens the serial port to hold an existing native serial port. * * @par
include/asio/basic_serial_port.hpp:433
↓ 152 callersMethodbegin
src/tests/unit/buffer.cpp:481
↓ 151 callersMethodasync_send
include/asio/basic_raw_socket.hpp:474
↓ 149 callersMethodget_executor
src/tests/unit/read.cpp:48
↓ 139 callersMethodwhat
Obtain message associated with exception.
include/asio/execution/bad_executor.hpp:42
↓ 138 callersMethodreset
src/tests/unit/read_until.cpp:45
↓ 135 callersMethodget_executor
include/asio/impl/io_context.hpp:78
↓ 135 callersMethodsize
include/asio/detail/socket_option.hpp:291
↓ 127 callersMethodset_option
include/asio/basic_serial_port.hpp:575
↓ 125 callersMethodstopped
src/examples/cpp11/timeouts/server.cpp:182
↓ 124 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/asio/basic_waitable_timer.hpp:511
↓ 120 callersMethodget
src/tests/unit/bind_immediate_executor.cpp:93
↓ 119 callersMethodend
src/tests/unit/buffer.cpp:482
↓ 118 callersMethodasync_receive
include/asio/basic_raw_socket.hpp:912
↓ 114 callersMethodvalue
src/tests/unit/post.cpp:41
↓ 111 callersMethodrun
src/examples/cpp11/http/server/server.cpp:49
↓ 110 callersMethodasync_send_to
include/asio/basic_raw_socket.hpp:692
↓ 108 callersMethoddata
include/asio/detail/socket_option.hpp:277
↓ 105 callersMethodget_option
include/asio/basic_serial_port.hpp:622
↓ 104 callersMethodasync_read_some
src/tests/unit/read.cpp:115
↓ 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/asio/basic_socket.hpp:849
↓ 102 callersFunctionallocate
include/asio/detail/thread_info_base.hpp:126
↓ 102 callersMethodsize
Get the size of the memory range.
include/asio/buffer.hpp:187
↓ 102 callersMethodsize
Get the underlying size of the endpoint in the native type.
include/asio/ip/detail/endpoint.hpp:73
↓ 100 callersMethodaccept
src/examples/cpp11/timeouts/server.cpp:383
↓ 99 callersMethodasync_write_some
src/tests/unit/write.cpp:115
↓ 91 callersMethodcancel
Cancel any asynchronous operations that are waiting on the resolver. * This function forces the completion of any pending asynchronous * operations
include/asio/ip/basic_resolver.hpp:223
↓ 91 callersMethodsend
src/examples/cpp14/executors/actor.cpp:97
↓ 90 callersMethodnext_read_length
src/tests/unit/read_until.cpp:57
↓ 88 callersFunctionis_continuation
include/asio/detail/handler_cont_helpers.hpp:30
↓ 87 callersMethodclose
src/examples/cpp11/chat/chat_client.cpp:47
↓ 86 callersMethodopen
Open the serial port using the specified device name. * This function opens the serial port for the specified device name. * * @param device The
include/asio/basic_serial_port.hpp:402
↓ 85 callersMethodwrite_some
src/tests/unit/write.cpp:98
↓ 82 callersMethodreset
Reset pointer.
include/asio/detail/scoped_ptr.hpp:61
↓ 80 callersMethodasync_accept
include/asio/detail/null_socket_service.hpp:488
↓ 79 callersFunctionasync_read_until
include/asio/read_until.hpp:1659
↓ 79 callersMethodis_connected
Returns whether the slot is connected to a signal.
include/asio/cancellation_signal.hpp:186
↓ 76 callersMethodcontext
Push the key on to the stack.
include/asio/detail/call_stack.hpp:40
↓ 76 callersFunctionget_associated_cancellation_slot
include/asio/associated_cancellation_slot.hpp:144
↓ 75 callersFunctionnow
src/tests/unit/system_timer.cpp:74
↓ 75 callersMethodsend_to
include/asio/basic_raw_socket.hpp:574
↓ 74 callersFunctionread_until
include/asio/impl/read_until.hpp:90
↓ 68 callersMethodvalue
src/tests/unit/execution/mapping.cpp:122
↓ 67 callersMethodcomplete
include/asio/detail/handler_work.hpp:426
↓ 67 callersMethodreceive
src/examples/cpp11/fork/daemon.cpp:32
↓ 65 callersMethodbuffers
include/asio/detail/buffer_sequence_adapter.hpp:120
↓ 61 callersFunctionasync_connect
include/asio/connect.hpp:631
↓ 61 callersMethodcount
include/asio/detail/buffer_sequence_adapter.hpp:125
↓ 60 callersMethodempty
Whether the queue is empty.
include/asio/detail/op_queue.hpp:137
↓ 59 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/asio/ssl/stream.hpp:228
↓ 59 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/asio/ip/basic_resolver.hpp:261
↓ 58 callersFunctionco_spawn
include/asio/impl/co_spawn.hpp:357
↓ 58 callersFunctionmake_address_v4
Create an IPv4 address from raw bytes in network order. * @relates address_v4 */
include/asio/ip/address_v4.hpp:263
↓ 58 callersMethodread_some
src/tests/unit/read.cpp:97
↓ 57 callersMethodemit
Emits the signal and causes invocation of the slot's handler, if any.
include/asio/cancellation_signal.hpp:96
↓ 56 callersMethodexecutor
src/tests/unit/execution/executor.cpp:27
↓ 55 callersFunctionnoexcept
include/asio/execution/prefer_only.hpp:229
↓ 54 callersMethodis_open
Check whether the coroutine is open, i.e. can be resumed.
include/asio/experimental/coro.hpp:252
↓ 53 callersMethodasync_receive_from
include/asio/basic_raw_socket.hpp:1131
↓ 53 callersFunctionbind_handler
include/asio/detail/bind_handler.hpp:77
↓ 52 callersMethodwait
Block until a message has been received.
src/examples/cpp14/executors/actor.cpp:190
↓ 51 callersMethodexecute
src/tests/unit/execution/mapping.cpp:34
↓ 50 callersFunctionmake_network_v4
Create an IPv4 network from an address and prefix length. * @relates address_v4 */
include/asio/ip/network_v4.hpp:161
↓ 49 callersMethodbind
Bind the socket to the specified local endpoint.
include/asio/detail/null_socket_service.hpp:216
next →1–100 of 6,649, ranked by callers