MCPcopy Create free account

hub / github.com/DiscordMessenger/dm / functions

Functions7,787 in github.com/DiscordMessenger/dm

↓ 1 callersMethodread
deps/websocketpp/transport/iostream/connection.hpp:603
↓ 1 callersFunctionread_at_buffer_sequence
deps/asio/asio/impl/read_at.hpp:44
↓ 1 callersFunctionread_buffer_seq
deps/asio/asio/impl/read.hpp:44
↓ 1 callersFunctionread_content_chunked
deps/httplib/httplib.h:3595
↓ 1 callersFunctionread_content_without_length
deps/httplib/httplib.h:3576
↓ 1 callersFunctionread_file
deps/httplib/httplib.h:2295
↓ 1 callersMethodread_handshake
deps/websocketpp/impl/connection_impl.hpp:774
↓ 1 callersFunctionread_some
deps/asio/asio/ssl/stream.hpp:805
↓ 1 callersMethodread_some
Manual input supply (read some) * Copies bytes from buf into WebSocket++'s input buffers. Bytes will be * copied from the supplied buffer to fulf
deps/websocketpp/transport/iostream/connection.hpp:165
↓ 1 callersMethodread_some_at
deps/asio/asio/detail/win_iocp_file_service.hpp:233
↓ 1 callersMethodread_some_impl
deps/websocketpp/transport/debug/connection.hpp:339
↓ 1 callersFunctionready
Determine whether a message can be received without blocking.
deps/asio/asio/experimental/basic_channel.hpp:326
↓ 1 callersMethodready
deps/websocketpp/processors/hybi00.hpp:309
↓ 1 callersMethodrecycle
Recycle the message * A request to recycle this message was received. Forward that request to * the connection message manager for processing. Er
deps/websocketpp/message_buffer/pool.hpp:137
↓ 1 callersFunctionregex_grep
deps/boost/regex/v5/regex_grep.hpp:30
↓ 1 callersFunctionregex_grep
deps/boost/regex/v4/regex_grep.hpp:41
↓ 1 callersMethodregister_ostream
Register a default output stream * The specified output stream will be assigned to future connections as the * default output stream. *
deps/websocketpp/transport/iostream/endpoint.hpp:80
↓ 1 callersMethodremote_endpoint
Get the remote endpoint.
deps/asio/asio/detail/win_iocp_socket_service.hpp:292
↓ 1 callersMethodremove_header
deps/websocketpp/http/impl/parser.hpp:87
↓ 1 callersFunctionremove_sign
* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
deps/nlohmann/json.h:18862
↓ 1 callersMethodremove_timer_queue
deps/asio/asio/detail/impl/epoll_reactor.hpp:40
↓ 1 callersMethodreserve
Increase the fd_set_ capacity to at least the specified number of elements.
deps/asio/asio/detail/win_fd_set_adapter.hpp:115
↓ 1 callersMethodreset
Reset to empty.
deps/asio/asio/detail/win_iocp_overlapped_ptr.hpp:64
↓ 1 callersMethodreset_cancellation_state
deps/asio/asio/experimental/impl/co_composed.hpp:291
↓ 1 callersFunctionresume
deps/asio/asio/impl/awaitable.hpp:496
↓ 1 callersMethodrun
deps/asio/asio/detail/wince_thread.hpp:97
↓ 1 callersMethodrun
deps/asio/asio/detail/winapp_thread.hpp:97
↓ 1 callersMethodrun_until
deps/asio/asio/impl/io_context.hpp:68
↓ 1 callersMethodrunning_in_this_thread
deps/asio/asio/impl/io_context.hpp:266
↓ 1 callersFunctionsax_parse
deps/nlohmann/json.h:23297
↓ 1 callersMethodschedule_timer
deps/asio/asio/detail/impl/epoll_reactor.hpp:46
↓ 1 callersMethodsend_close_frame
deps/websocketpp/impl/connection_impl.hpp:2065
↓ 1 callersMethodsend_http_request
deps/websocketpp/impl/connection_impl.hpp:1434
↓ 1 callersFunctionsend_socket
deps/httplib/httplib.h:2444
↓ 1 callersMethodset_boundary
deps/httplib/httplib.h:4023
↓ 1 callersMethodset_ca_cert_store
deps/httplib/httplib.h:7465
↓ 1 callersMethodset_close_handshake_timeout
Set close handshake timeout * Sets the length of time the library will wait after a closing handshake * has been initiated before cancelling it.
deps/websocketpp/endpoint.hpp:377
↓ 1 callersMethodset_completion
deps/asio/asio/experimental/impl/promise.hpp:123
↓ 1 callersMethodset_follow_location
deps/httplib/httplib.h:7404
↓ 1 callersMethodset_handle
Set Connection Handle * See common/connection_hdl.hpp for information * * @param hdl A connection_hdl that the transport will use to refer
deps/websocketpp/transport/asio/connection.hpp:1004
↓ 1 callersMethodset_http_handler
deps/websocketpp/endpoint.hpp:312
↓ 1 callersMethodset_interrupt_handler
deps/websocketpp/endpoint.hpp:307
↓ 1 callersMethodset_max_body_size
Set body size limit * Set the maximum number of bytes to parse and buffer before canceling a * request. * * @since 0.5.0 * *
deps/websocketpp/http/parser.hpp:542
↓ 1 callersMethodset_max_http_body_size
Set maximum HTTP message body size * Set maximum HTTP message body size. Maximum message body size determines * the point at which the connection
deps/websocketpp/endpoint.hpp:466
↓ 1 callersMethodset_name
deps/boost/regex/v5/basic_regex.hpp:114
↓ 1 callersMethodset_name
deps/boost/regex/v4/basic_regex.hpp:121
↓ 1 callersMethodset_open_handshake_timeout
Set open handshake timeout * Sets the length of time the library will wait after an opening handshake * has been initiated before cancelling it.
deps/websocketpp/endpoint.hpp:352
↓ 1 callersMethodset_ping_handler
deps/websocketpp/endpoint.hpp:292
↓ 1 callersMethodset_pong_handler
deps/websocketpp/endpoint.hpp:297
↓ 1 callersMethodset_pong_timeout
Set pong timeout * Sets the length of time the library will wait for a pong response to a * ping. This can be used as a keepalive or to detect br
deps/websocketpp/endpoint.hpp:399
↓ 1 callersMethodset_pong_timeout_handler
deps/websocketpp/endpoint.hpp:302
↓ 1 callersMethodset_shutdown_handler
Sets the shutdown handler * The shutdown handler is called when the iostream transport receives a * notification from the core library that it is
deps/websocketpp/transport/iostream/endpoint.hpp:154
↓ 1 callersMethodset_socket_init_handler
Set socket init handler * The socket init handler is called after a connection's socket is created * but before it is used. This gives the end ap
deps/websocketpp/transport/asio/security/none.hpp:346
↓ 1 callersMethodset_tcp_post_init_handler
Sets the tcp post init handler * The tcp post init handler is called after the tcp connection has been * established and all additional wrappers
deps/websocketpp/transport/asio/endpoint.hpp:384
↓ 1 callersMethodset_tcp_pre_init_handler
Sets the tcp pre init handler * The tcp pre init handler is called after the raw tcp connection has been * established but before any additional
deps/websocketpp/transport/asio/endpoint.hpp:355
↓ 1 callersMethodset_terminal
Set the terminal flag * This flag should not be set by end user code without a very good reason. * * @see get_terminal() * * @para
deps/websocketpp/message_buffer/message.hpp:181
↓ 1 callersMethodset_timer
Call back a function after a period of time. * Sets a timer that calls back a function after the specified period of * milliseconds. Returns a ha
deps/websocketpp/transport/asio/connection.hpp:313
↓ 1 callersMethodset_validate_handler
deps/websocketpp/endpoint.hpp:317
↓ 1 callersMethodset_verify_mode
Set the peer verification mode. * This function may be used to configure the peer verification mode used by * the stream. The new mode will overrid
deps/asio/asio/ssl/stream.hpp:289
↓ 1 callersMethodset_write_handler
Sets the write handler * The write handler is called when the iostream transport receives data * that needs to be written to the appropriate outp
deps/websocketpp/transport/iostream/endpoint.hpp:134
↓ 1 callersMethodsetf
deps/boost/regex/v4/perl_matcher.hpp:412
↓ 1 callersMethodsignal
deps/asio/asio/detail/std_event.hpp:49
↓ 1 callersMethodsignal_all
deps/asio/asio/detail/std_event.hpp:56
↓ 1 callersMethodsignal_all
deps/asio/asio/detail/posix_event.hpp:54
↓ 1 callersMethodsignal_all
deps/asio/asio/detail/win_event.hpp:51
↓ 1 callersMethodsize
Return the amount of unread data the is in the buffer.
deps/asio/asio/detail/buffered_stream_storage.hpp:73
↓ 1 callersMethodsize
Get the underlying size of the endpoint in the native type.
deps/asio/asio/generic/basic_endpoint.hpp:124
↓ 1 callersFunctionskip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
deps/nlohmann/json.h:8791
↓ 1 callersFunctionskip_content_with_length
deps/httplib/httplib.h:3565
↓ 1 callersFunctionsplit
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
deps/nlohmann/json.h:14385
↓ 1 callersMethodstart_perpetual
Marks the endpoint as perpetual, stopping it from exiting when empty * Marks the endpoint as perpetual. Perpetual endpoints will not * automatic
deps/websocketpp/transport/asio/endpoint.hpp:756
↓ 1 callersFunctionstart_read_at_op
deps/asio/asio/impl/read_at.hpp:348
↓ 1 callersFunctionstart_write_at_op
deps/asio/asio/impl/write_at.hpp:333
↓ 1 callersMethodstop_perpetual
Clears the endpoint's perpetual flag, allowing it to exit when empty * Clears the endpoint's perpetual flag. This will cause the endpoint's run
deps/websocketpp/transport/asio/endpoint.hpp:768
↓ 1 callersMethodstopped
Determine whether the io_context is stopped.
deps/asio/asio/detail/win_iocp_io_context.hpp:87
↓ 1 callersMethodstr
deps/boost/regex/v5/match_results.hpp:164
↓ 1 callersFunctionstrcasecmp
deps/httplib/httplib.h:215
↓ 1 callersMethodswap
deps/boost/regex/v5/match_results.hpp:389
↓ 1 callersMethodswap
deps/boost/regex/v4/match_results.hpp:422
↓ 1 callersMethodsync
deps/asio/asio/detail/winrt_async_manager.hpp:67
↓ 1 callersMethodtarget
deps/asio/asio/impl/executor.hpp:279
↓ 1 callersMethodtarget_type
!defined(ASIO_NO_TYPEID) || defined(GENERATING_DOCUMENTATION)
deps/asio/asio/executor.hpp:218
↓ 1 callersFunctionterminal
Determine if the code represents an unrecoverable error * There is a class of errors for which once they are discovered normal * WebSocket functi
deps/websocketpp/close.hpp:217
↓ 1 callersFunctiontoString
src/windows/ChannelViewOld.cpp:103
↓ 1 callersFunctionto_cbor
@brief create a CBOR serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_cbor/
deps/nlohmann/json.h:23435
↓ 1 callersFunctionto_json_tuple_impl
deps/nlohmann/json.h:5713
↓ 1 callersMethodto_msec
deps/asio/asio/detail/timer_queue.hpp:342
↓ 1 callersMethodto_usec
deps/asio/asio/detail/timer_queue.hpp:356
↓ 1 callersFunctionto_utf8
deps/httplib/httplib.h:2092
↓ 1 callersFunctionto_ws
Converts a processor error_code into a websocket close code * Looks up the appropriate WebSocket close code that should be sent after an * error of t
deps/websocketpp/processors/base.hpp:261
↓ 1 callersMethodtotal_size
deps/asio/asio/detail/buffer_sequence_adapter.hpp:129
↓ 1 callersMethodtransform
deps/boost/regex/concepts.hpp:152
↓ 1 callersMethodtransform_primary
deps/boost/regex/concepts.hpp:155
↓ 1 callersMethodtransform_primary
deps/boost/regex/v5/w32_regex_traits.hpp:461
↓ 1 callersMethodtransform_primary
deps/boost/regex/v5/cpp_regex_traits.hpp:430
↓ 1 callersMethodtransform_primary
deps/boost/regex/v4/w32_regex_traits.hpp:341
↓ 1 callersMethodtransform_primary
deps/boost/regex/v4/cpp_regex_traits.hpp:500
↓ 1 callersMethodtranslate
deps/boost/regex/concepts.hpp:148
↓ 1 callersMethodtranslate_nocase
deps/boost/regex/concepts.hpp:149
↓ 1 callersMethodtranslate_nocase
deps/boost/regex/v5/icu.hpp:162
← previousnext →2,101–2,200 of 7,787, ranked by callers