Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ functions
Functions
3,161 in github.com/boostorg/beast
⨍
Functions
3,161
◇
Types & classes
1,011
↓ 20 callers
Method
local_endpoint
test/beast/core/basic_stream.cpp:246
↓ 20 callers
Function
mask_inplace
include/boost/beast/websocket/detail/mask.hpp:42
↓ 20 callers
Method
name
test/beast/websocket/_detail_prng.cpp:35
↓ 20 callers
Function
ref
include/boost/beast/core/buffer_ref.hpp:146
↓ 20 callers
Method
value
include/boost/beast/_experimental/test/immediate_executor.hpp:110
↓ 19 callers
Method
close
include/boost/beast/websocket/impl/stream_impl.hpp:182
↓ 19 callers
Method
prepare
include/boost/beast/core/detail/static_ostream.hpp:85
↓ 18 callers
Function
fail
Report a failure
example/websocket/server/coro/websocket_server_coro.cpp:38
↓ 18 callers
Method
get_executor
include/boost/beast/core/impl/basic_stream.hpp:86
↓ 18 callers
Function
test_buffer_sequence
test/beast/core/test_buffer.hpp:136
↓ 18 callers
Function
write
include/boost/beast/websocket/detail/frame.hpp:133
↓ 17 callers
Method
empty
include/boost/beast/http/detail/rfc7230.hpp:73
↓ 17 callers
Method
native_handle
Returns the native handle associated with the file.
include/boost/beast/core/file_posix.hpp:86
↓ 16 callers
Function
async_write
include/boost/beast/http/impl/write.hpp:752
↓ 16 callers
Method
fail
include/boost/beast/_experimental/unit_test/runner.hpp:267
↓ 16 callers
Function
inflateStateCheck
test/extern/zlib-1.3.1/inflate.c:94
↓ 16 callers
Method
next
include/boost/beast/core/impl/buffers_cat.hpp:217
↓ 16 callers
Method
nwrite_bytes
Return the number of bytes written
include/boost/beast/_experimental/test/stream.hpp:369
↓ 16 callers
Method
reset
include/boost/beast/websocket/impl/stream_impl.hpp:190
↓ 16 callers
Method
write
test/beast/zlib/deflate_stream.cpp:91
↓ 15 callers
Method
begin
include/boost/beast/http/impl/fields.hpp:127
↓ 15 callers
Method
change_status
Change the status of the stream
include/boost/beast/websocket/impl/stream_impl.hpp:379
↓ 15 callers
Method
consume
include/boost/beast/http/impl/message_generator.hpp:54
↓ 15 callers
Method
emit
Emits the signal to all child tasks and invokes the slot's handler, if any. @param type The completion type that will be emitted to c
example/advanced/server-flex-awaitable/advanced_server_flex_awaitable.cpp:292
↓ 15 callers
Method
fail
test/beast/core/basic_stream.cpp:177
↓ 15 callers
Function
is_valid_close_code
include/boost/beast/websocket/detail/frame.hpp:92
↓ 15 callers
Method
read_some
test/beast/websocket/test.hpp:1134
↓ 15 callers
Method
run
Get on the correct executor
example/websocket/server/async/websocket_server_async.cpp:59
↓ 15 callers
Function
run_for
include/boost/beast/_experimental/test/handler.hpp:186
↓ 15 callers
Method
write
include/boost/beast/zlib/detail/window.hpp:112
↓ 15 callers
Method
write_some
test/beast/websocket/test.hpp:1168
↓ 14 callers
Function
buffers_length
test/beast/core/test_buffer.hpp:97
↓ 14 callers
Method
clear
Put the stream in a newly constructed state. All dynamically allocated memory is de-allocated. */
include/boost/beast/zlib/inflate_stream.hpp:101
↓ 14 callers
Function
end
Return a const iterator to the end of the field sequence.
include/boost/beast/http/fields.hpp:382
↓ 14 callers
Method
failed
Returns the number of failures. */
include/boost/beast/_experimental/unit_test/results.hpp:214
↓ 14 callers
Method
run
test/beast/websocket/ping.cpp:574
↓ 14 callers
Function
send_bits
test/extern/zlib-1.3.1/trees.c:252
↓ 14 callers
Function
throughput
test/bench/wsload/wsload.cpp:261
↓ 14 callers
Method
write
test/bench/parser/nodejs_parser.hpp:263
↓ 13 callers
Method
body_limit
Set the limit on the payload body. This function sets the maximum allowed size of the payload body, before any encodings except chunk
include/boost/beast/http/basic_parser.hpp:299
↓ 13 callers
Function
buffers_front
include/boost/beast/core/buffers_prefix.hpp:186
↓ 13 callers
Function
fail
Report a failure
example/advanced/server-flex/advanced_server_flex.cpp:216
↓ 13 callers
Method
finish
Called when the body is complete. @param ec Set to the error, if any occurred. */
test/doc/exemplars.cpp:175
↓ 13 callers
Function
make_chunk
include/boost/beast/http/chunk_encode.hpp:686
↓ 13 callers
Method
run
test/beast/websocket/write.cpp:854
↓ 13 callers
Function
swap
include/boost/beast/core/impl/multi_buffer.hpp:1154
↓ 13 callers
Function
to_string_view
include/boost/beast/core/string_type.hpp:28
↓ 12 callers
Method
avail_in
test/beast/zlib/deflate_stream.cpp:78
↓ 12 callers
Method
avail_out
test/beast/zlib/deflate_stream.cpp:82
↓ 12 callers
Function
begin
Return a const iterator to the beginning of the field sequence.
include/boost/beast/http/fields.hpp:375
↓ 12 callers
Method
begin
test/beast/core/basic_stream.cpp:698
↓ 12 callers
Method
begin
include/boost/beast/core/impl/buffers_cat.hpp:447
↓ 12 callers
Function
deflateStateCheck
========================================================================= * Check for a valid deflate stream state. Return 0 if ok, 1 if not. */
test/extern/zlib-1.3.1/deflate.c:529
↓ 12 callers
Function
dist
include/boost/beast/core/flat_buffer.hpp:84
↓ 12 callers
Function
flush_pending
========================================================================= * Flush as much pending output as possible. All deflate() output, except fo
test/extern/zlib-1.3.1/deflate.c:915
↓ 12 callers
Function
get_next_chunk_body
test/doc/http_snippets.cpp:32
↓ 12 callers
Method
is_done
Return `true` if serialization is complete. The operation is complete when all octets corresponding to the serialized representation
include/boost/beast/http/serializer.hpp:315
↓ 12 callers
Function
never
include/boost/beast/websocket/stream.hpp:178
↓ 12 callers
Function
read_header
include/boost/beast/http/impl/read.hpp:488
↓ 11 callers
Method
cdata
Returns a constant buffer sequence representing the readable bytes
include/boost/beast/core/buffers_adaptor.hpp:144
↓ 11 callers
Function
chunked
Returns `true` if the chunked Transfer-Encoding is specified
include/boost/beast/http/message.hpp:723
↓ 11 callers
Function
deflateEnd
========================================================================= */
test/extern/zlib-1.3.1/deflate.c:1258
↓ 11 callers
Method
end
VFALCO need to use const_iterator to silence warning about unused types
test/beast/core/basic_stream.cpp:705
↓ 11 callers
Method
init
test/beast/zlib/deflate_stream.cpp:58
↓ 11 callers
Method
is_done
include/boost/beast/http/impl/message_generator.hpp:41
↓ 11 callers
Function
load_server_certificate
Load a signed certificate into the ssl context, and configure the context for use with a server. For this to work with the browser or operati
example/common/server_certificate.hpp:27
↓ 11 callers
Method
read_size
Set the maximum number of bytes returned by read_some
include/boost/beast/_experimental/test/stream.hpp:315
↓ 11 callers
Method
run
Start accepting incoming connections
example/http/server/flex/http_server_flex.cpp:596
↓ 11 callers
Method
run
test/beast/websocket/close.cpp:801
↓ 11 callers
Function
swap
include/boost/beast/core/impl/flat_buffer.hpp:497
↓ 10 callers
Function
async_read_header
include/boost/beast/http/impl/read.hpp:537
↓ 10 callers
Function
async_write_some
include/boost/beast/http/impl/write.hpp:598
↓ 10 callers
Method
base
include/boost/beast/core/impl/saved_handler.hpp:35
↓ 10 callers
Function
crc32
========================================================================= */
test/extern/zlib-1.3.1/crc32.c:1015
↓ 10 callers
Function
fail
Report a failure
example/http/server/flex/http_server_flex.cpp:208
↓ 10 callers
Function
fail
Report a failure
example/advanced/server/advanced_server.cpp:212
↓ 10 callers
Function
gz_comp
Compress whatever is at avail_in and next_in and write to the output file. Return -1 if there is an error writing to the output file or if gz_init(
test/extern/zlib-1.3.1/gzwrite.c:65
↓ 10 callers
Method
has_handler
test/beast/core/saved_handler.cpp:132
↓ 10 callers
Function
inflate_table
Build a set of tables to decode the provided canonical Huffman code. The code lengths are lens[0..codes-1]. The result starts at *table, whose
test/extern/zlib-1.3.1/inftrees.c:32
↓ 10 callers
Function
is_upgrade
include/boost/beast/websocket/impl/rfc6455.hpp:21
↓ 10 callers
Function
max_size
Set the maximum allowed capacity This function changes the currently configured upper limit on capacity to the specified value.
include/boost/beast/core/flat_buffer.hpp:333
↓ 10 callers
Method
next_in
test/beast/zlib/deflate_stream.cpp:80
↓ 10 callers
Method
run
Start accepting incoming connections
example/advanced/server-flex/advanced_server_flex.cpp:868
↓ 10 callers
Method
size
Returns the number of items in the container. */
include/boost/beast/_experimental/unit_test/detail/const_container.hpp:56
↓ 10 callers
Method
split
Returns `true` if we will pause after writing the complete header. */
include/boost/beast/http/serializer.hpp:279
↓ 10 callers
Function
varint_size
include/boost/beast/core/detail/varint.hpp:24
↓ 10 callers
Function
varint_write
include/boost/beast/core/detail/varint.hpp:58
↓ 10 callers
Method
write_some
include/boost/beast/core/buffered_read_stream.hpp:289
↓ 9 callers
Method
accept
example/http/server/fast/http_server_fast.cpp:128
↓ 9 callers
Function
async_detect_ssl
include/boost/beast/core/detect_ssl.hpp:403
↓ 9 callers
Function
async_read_some
include/boost/beast/http/impl/read.hpp:465
↓ 9 callers
Method
clear
include/boost/beast/core/detail/char_buffer.hpp:44
↓ 9 callers
Function
dynamic_buffer_prepare
include/boost/beast/core/detail/buffer.hpp:50
↓ 9 callers
Method
elapsed
test/bench/wsload/wsload.cpp:254
↓ 9 callers
Method
empty
include/boost/beast/core/detail/char_buffer.hpp:64
↓ 9 callers
Function
fail
Report a failure
example/http/server/coro-ssl/http_server_coro_ssl.cpp:209
↓ 9 callers
Function
fail
Report a failure
example/http/server/stackless-ssl/http_server_stackless_ssl.cpp:211
↓ 9 callers
Function
fail
Report a failure
example/http/server/async-ssl/http_server_async_ssl.cpp:209
↓ 9 callers
Function
fail
Report a failure
example/websocket/server/coro-ssl/websocket_server_coro_ssl.cpp:42
↓ 9 callers
Function
fail
Report a failure
example/websocket/server/stackless-ssl/websocket_server_stackless_ssl.cpp:44
← previous
next →
101–200 of 3,161, ranked by callers