MCPcopy Create free account

hub / github.com/an-tao/trantor / functions

Functions724 in github.com/an-tao/trantor

Methodappend
trantor/net/inner/AsyncStreamBufferNode.cc:49
Methodappend
trantor/net/inner/MemBufferNode.cc:24
MethodappendInt16
trantor/utils/MsgBuffer.cc:80
MethodappendInt32
trantor/utils/MsgBuffer.cc:85
MethodappendInt64
trantor/utils/MsgBuffer.cc:90
FunctionappendInt8
* @brief Append a byte value to the end of the buffer. * * @param b */
trantor/utils/MsgBuffer.h:190
MethodappendToWriteBuffer
trantor/net/inner/TLSProvider.h:80
MethodapplicationProtocol
trantor/net/inner/TcpConnectionImpl.h:165
Methodares_hostcallback_
trantor/net/inner/AresResolver.cc:256
Methodares_sock_createcallback_
trantor/net/inner/AresResolver.cc:274
Methodares_sock_statecallback_
trantor/net/inner/AresResolver.cc:282
Methodavailable
trantor/net/inner/AsyncStreamBufferNode.cc:24
Methodavailable
trantor/net/inner/FileBufferNodeUnix.cc:133
Methodavailable
trantor/net/inner/FileBufferNodeWin.cc:155
Functionblake2b
trantor/utils/crypto/botan.cc:47
Functionblake2b
trantor/utils/crypto/openssl.cc:119
FunctionbufferData
const Buffer& buffer() const { return buffer_; }
trantor/utils/LogStream.h:220
FunctionbufferLength
trantor/utils/LogStream.h:229
MethodbytesReceived
trantor/net/inner/TcpConnectionImpl.h:146
MethodbytesSent
trantor/net/inner/TcpConnectionImpl.h:142
FunctionclearContext
* @brief Clear the custom data. * */
trantor/net/TcpConnection.h:223
Methodclose
trantor/net/inner/tlsprovider/OpenSSLProvider.cc:524
Methodclose
trantor/net/inner/tlsprovider/BotanTLSProvider.cc:249
Methodconnect
trantor/net/inner/Connector.cc:78
Methodconnect
trantor/net/inner/Socket.h:69
Methodconnecting
trantor/net/inner/Connector.cc:142
Functionconnection
* @brief Get the TCP connection to the server. * * @return TcpConnectionPtr */
trantor/net/TcpClient.h:76
MethodconnectionClosed
trantor/net/TcpServer.cc:199
MethodcookieEnd
trantor/utils/LogStream.cc:99
MethodcookieStart
trantor/utils/LogStream.cc:94
MethodcreateNonblockingSocketOrDie
trantor/net/inner/Socket.h:31
Functioncurrent
write to data_ directly
trantor/utils/LogStream.h:67
Functiondata
trantor/utils/LogStream.h:57
Methoddate
trantor/utils/Date.cc:52
MethoddebugString
trantor/utils/LogStream.cc:87
FunctiondefaultConnectionCallback
trantor/net/TcpClient.cc:42
FunctiondefaultFlushFunction
trantor/utils/Logger.h:271
FunctiondefaultMessageCallback
trantor/net/TcpClient.cc:51
MethoddeleteOldFiles
trantor/utils/AsyncFileLogger.cc:374
FunctiondisableAll
* @brief Disable all events on the socket. * */
trantor/net/Channel.h:165
FunctiondisableReading
* @brief Disable the read event on the socket. * */
trantor/net/Channel.h:201
FunctiondisableSpdLog
* @brief Disable logging with spdlog for the default channel * @remarks The spdlog::logger object is unregistered and * destroyed o
trantor/utils/Logger.h:220
MethoddisableSpdLog
trantor/utils/Logger.cc:400
FunctiondisableWriting
* @brief Disable the write event on the socket. * */
trantor/net/Channel.h:221
Methoddisconnect
trantor/net/TcpClient.cc:120
FunctiondisplayLocalTime
* @brief Check whether it shows local time or UTC time. */
trantor/utils/Logger.h:164
MethoddoRunInLoopFuncs
trantor/net/EventLoop.cc:337
FunctionenableReading
* @brief Enable the read event on the socket. * */
trantor/net/Channel.h:191
FunctionenableRetry
* @brief Enable retrying. * */
trantor/net/TcpClient.h:107
FunctionenableSSL
* @brief Enable SSL encryption. */
trantor/net/TcpClient.h:228
FunctionenableSSL
* @brief Enable SSL encryption. */
trantor/net/TcpServer.h:257
MethodenableSSL
trantor/net/TcpClient.cc:223
MethodenableSpdLog
trantor/utils/Logger.cc:387
FunctionenableWriting
* @brief Enable the write event on the socket. * */
trantor/net/Channel.h:211
Functionevents
* @brief Return the events enabled on the socket. * * @return int */
trantor/net/Channel.h:135
MethodextendLife
trantor/net/inner/TcpConnectionImpl.cc:187
Functionfamily
* @brief Return the sin_family of the endpoint. * * @return sa_family_t */
trantor/net/InetAddress.h:96
Functionfd
* @brief Return the fd of the socket. * * @return int */
trantor/net/Channel.h:125
FunctionfileCallback
trantor/tests/SendstreamTest.cc:121
MethodfillActiveChannels
trantor/net/inner/poller/EpollPoller.cc:110
MethodfillActiveChannels
trantor/net/inner/poller/KQueue.cc:85
MethodfillActiveChannels
trantor/net/inner/poller/PollPoller.cc:65
FunctionfindCRLF
* @brief Find the position of the buffer where the CRLF is found. * * @return const char* */
trantor/utils/MsgBuffer.h:295
Methodfind_cert_chain
trantor/net/inner/tlsprovider/BotanTLSProvider.cc:68
MethodformatInteger
trantor/utils/LogStream.cc:104
MethodformatTime
trantor/utils/Logger.cc:104
MethodfromDbString
trantor/utils/Date.cc:359
MethodfromDbStringLocal
trantor/utils/Date.cc:289
MethodfromISOString
trantor/utils/Date.cc:421
FunctiongetAllowBrokenChain
trantor/net/TLSPolicy.h:166
FunctiongetCloseCallback
trantor/net/TcpConnection.h:354
FunctiongetContext
trantor/net/TcpConnection.h:203
MethodgetData
trantor/net/inner/AsyncStreamBufferNode.cc:28
MethodgetData
trantor/net/inner/FileBufferNodeUnix.cc:77
MethodgetData
trantor/net/inner/StreamBufferNode.cc:16
MethodgetData
trantor/net/inner/FileBufferNodeWin.cc:96
MethodgetDefaultSpdLogger
trantor/utils/Logger.cc:306
MethodgetEventLoopOfCurrentThread
trantor/net/EventLoop.cc:150
MethodgetExpired
trantor/net/inner/TimerQueue.cc:252
MethodgetFd
trantor/net/inner/FileBufferNodeUnix.cc:73
MethodgetFd
trantor/net/inner/FileBufferNodeWin.cc:150
FunctiongetIoLoops
* @brief Get the I/O event loops of the server. * * @return std::vector<EventLoop *> */
trantor/net/TcpServer.h:215
MethodgetLocalAddr
trantor/net/inner/Socket.cc:122
FunctiongetLoop
trantor/utils/TimingWheel.h:86
FunctiongetLoop
* @brief Get the pointer of the event loop of the thread. * * @return EventLoop* */
trantor/net/EventLoopThread.h:49
FunctiongetLoop
* @brief Get the event loop of the server. * * @return EventLoop* */
trantor/net/TcpServer.h:205
FunctiongetName
* @brief Get the name of the queue. * * @return std::string */
trantor/utils/ConcurrentTaskQueue.h:56
FunctiongetName
* @brief Get the name of the queue. * * @return std::string */
trantor/utils/SerialTaskQueue.h:47
MethodgetNextLoop
trantor/net/EventLoopThreadPool.cc:46
MethodgetObject
trantor/utils/ObjectPool.h:35
MethodgetPeerAddr
trantor/net/inner/Socket.cc:136
MethodgetRecvBuffer
trantor/net/inner/TcpConnectionImpl.h:158
FunctiongetSockAddr
* @brief Get the pointer to the sockaddr struct. * * @return const struct sockaddr* */
trantor/net/InetAddress.h:169
MethodgetSocketError
trantor/net/inner/Socket.h:50
MethodgetSpdLogger
trantor/utils/Logger.cc:338
MethodgetTaskCount
trantor/utils/ConcurrentTaskQueue.cc:76
FunctiongetUseOldTLS
trantor/net/TLSPolicy.h:158
FunctiongetUseSystemCertStore
trantor/net/TLSPolicy.h:179
FunctiongetValidate
trantor/net/TLSPolicy.h:162
MethodhandleCloseInLoop
trantor/net/TcpServer.cc:185
← previousnext →301–400 of 724, ranked by callers