Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conght/quic
/ functions
Functions
2,848 in github.com/conght/quic
⨍
Functions
2,848
◇
Types & classes
687
↓ 2 callers
Method
set_ssl_info
src/net/test_tools/mock_crypto_client_stream_factory.h:31
↓ 2 callers
Method
set_strike_register_no_startup_period
src/net/crypto/quic_crypto_server_config.cc:1164
↓ 2 callers
Function
write_side_closed
src/net/reliable_quic_stream.h:84
↓ 1 callers
Method
AbsoluteDifference
src/net/quic_time.cc:147
↓ 1 callers
Method
ActivateSession
src/net/quic_stream_factory.cc:618
↓ 1 callers
Method
ActivateStream
src/net/quic_session.cc:519
↓ 1 callers
Method
AddObserver
src/net/quic_client_session.cc:196
↓ 1 callers
Method
AddPacket
TODO(ianswett): Combine this method with OnPacketSent once packets are always sent in order and the connection tracks RetransmittableFrames for longer
src/net/quic_unacked_packet_map.cc:75
↓ 1 callers
Method
AddSequenceNumber
src/net/quic_ack_notifier.cc:26
↓ 1 callers
Method
AddSequenceNumbers
src/net/quic_ack_notifier.cc:31
↓ 1 callers
Method
AdvanceByAndCallCallbacks
Advances the virtual 'now' by advancement_usec, and calls WaitForEventAndExecteCallbacks. Note that the WaitForEventsAndExecuteCallbacks invocation ma
src/tools/test_tools/mock_epoll_server.h:39
↓ 1 callers
Method
AppendToBody
src/tools/quic_in_memory_cache.cc:53
↓ 1 callers
Method
BeforePlaintext
src/net/quic_protocol.cc:591
↓ 1 callers
Method
BlockOnNextWrite
src/net/quic_connection_test.cc:327
↓ 1 callers
Method
BuildDataPacket
src/net/quic_framer.cc:337
↓ 1 callers
Method
CanFindEndOfResponse
src/net/quic_http_stream.cc:225
↓ 1 callers
Method
CanPool
src/net/quic_client_session.cc:305
↓ 1 callers
Function
CanTruncate
src/net/quic_framer.cc:135
↓ 1 callers
Method
CanWrite
src/net/quic_connection.cc:1111
↓ 1 callers
Method
CanWriteStreamData
src/net/quic_connection.cc:1618
↓ 1 callers
Method
Cancel
src/net/quic_crypto_server_stream.cc:181
↓ 1 callers
Method
Cancel
src/net/quic_crypto_client_stream.cc:63
↓ 1 callers
Method
CancelOutstandingCallbacks
src/net/quic_crypto_server_stream.cc:30
↓ 1 callers
Method
CancelRequest
src/net/quic_stream_factory.cc:466
↓ 1 callers
Function
CertEntriesSize
CertEntriesSize returns the size, in bytes, of the serialised form of |entries|.
src/net/crypto/cert_compressor.cc:235
↓ 1 callers
Method
CheckForTimeout
src/net/quic_connection.cc:1653
↓ 1 callers
Method
Clear
src/net/quic_connection_helper_test.cc:26
↓ 1 callers
Method
ClearEntropyBefore
src/net/quic_sent_entropy_manager.cc:72
↓ 1 callers
Method
ClearPreviousRetransmissions
src/net/quic_unacked_packet_map.cc:117
↓ 1 callers
Method
ClearProof
src/net/crypto/quic_crypto_client_config.cc:162
↓ 1 callers
Method
CloseAllSessions
src/net/quic_stream_factory.cc:473
↓ 1 callers
Method
CloseReadSide
src/net/reliable_quic_stream.cc:201
↓ 1 callers
Method
CloseStreamOnData
src/tools/quic_server_session_test.cc:80
↓ 1 callers
Function
Compare
Compare returns a value less than, equal to or greater than zero if |a| is lexicographically less than, equal to or greater than |b|, respectively.
src/net/crypto/common_cert_set.cc:49
↓ 1 callers
Function
ConstructPacketFromHandshakeMessage
src/net/test_tools/quic_test_utils.cc:466
↓ 1 callers
Method
CreateAckFrame
src/net/quic_connection.cc:774
↓ 1 callers
Method
CreateFeedbackFrame
src/net/quic_connection.cc:783
↓ 1 callers
Method
CreateQuicCryptoClientStream
src/net/test_tools/mock_crypto_client_stream_factory.cc:20
↓ 1 callers
Method
CreateReliableClientStream
src/tools/quic_client.cc:203
↓ 1 callers
Method
CreateSession
src/net/quic_stream_factory.cc:530
↓ 1 callers
Method
CryptoConnect
src/net/test_tools/mock_crypto_client_stream.cc:30
↓ 1 callers
Method
Decrypt
src/net/crypto/null_decrypter.cc:22
↓ 1 callers
Function
DecryptWithNonce
DecryptWithNonce wraps the |Decrypt| method of |decrypter| to allow passing in an nonce and also to allocate the buffer needed for the plaintext.
src/net/crypto/aes_128_gcm_12_decrypter_test.cc:255
↓ 1 callers
Method
DelayedAckTime
Ensures that the Delayed Ack timer is always set to a value lesser than the retransmission timer's minimum value (MinRTO). We want the delayed ack to
src/net/quic_sent_packet_manager.cc:663
↓ 1 callers
Method
DeleteSessions
src/tools/quic_dispatcher.cc:248
↓ 1 callers
Method
DoHandshakeLoop
src/net/quic_crypto_client_stream.cc:148
↓ 1 callers
Method
DownloadOnePage
Download a page emulated by a list of urls. Args: urls: list of URLs to fetch. Returns: A tuple (page download time, max packet n
src/tools/benchmark/run_client.py:88
↓ 1 callers
Method
Encrypt
src/net/crypto/null_encrypter.cc:24
↓ 1 callers
Function
EncryptWithNonce
EncryptWithNonce wraps the |Encrypt| method of |encrypter| to allow passing in an nonce and also to allocate the buffer needed for the ciphertext.
src/net/crypto/aes_128_gcm_12_encrypter_test.cc:211
↓ 1 callers
Method
FillClientHello
src/net/crypto/quic_crypto_client_config.cc:385
↓ 1 callers
Function
FindMostSignificantBit
Find last bit in a 64-bit word.
src/net/congestion_control/cube_root.cc:12
↓ 1 callers
Method
FinishProcessingHandshakeMessage
src/net/quic_crypto_server_stream.cc:68
↓ 1 callers
Method
GenerateCongestionFeedback
src/net/quic_received_packet_manager.cc:126
↓ 1 callers
Method
GetCommonHashes
CommonCertSets interface.
src/net/crypto/common_cert_set.cc:72
↓ 1 callers
Method
GetCryptoStream
src/tools/quic_server_session.cc:84
↓ 1 callers
Method
GetCryptoStream
src/net/quic_session_test.cc:104
↓ 1 callers
Method
GetFirstPendingPacketSentTime
src/net/quic_unacked_packet_map.cc:253
↓ 1 callers
Method
GetInfoAsValue
src/net/quic_client_session.cc:495
↓ 1 callers
Method
GetLastPacketSentTime
src/net/quic_unacked_packet_map.cc:239
↓ 1 callers
Method
GetNoncePrefixSize
src/net/crypto/null_encrypter.cc:49
↓ 1 callers
Method
GetNthValue24
src/net/crypto/crypto_handshake_message.cc:132
↓ 1 callers
Method
GetNumUnackedPackets
src/net/quic_unacked_packet_map.cc:265
↓ 1 callers
Method
GetQuicVersionFromGuid
src/tools/quic_time_wait_list_manager.cc:126
↓ 1 callers
Method
GetRandomGenerator
src/tools/quic_epoll_connection_helper.cc:78
↓ 1 callers
Method
GetRequestHeaders
src/net/test_tools/quic_test_packet_maker.cc:187
↓ 1 callers
Method
GetResponseHeaders
src/net/test_tools/quic_test_packet_maker.cc:208
↓ 1 callers
Method
GetSerializedFrameLength
src/net/quic_framer.cc:279
↓ 1 callers
Method
GetServerConfig
src/net/crypto/quic_crypto_client_config.cc:78
↓ 1 callers
Method
GetStrikeRegisterClientLock
src/net/crypto/quic_crypto_server_config_test.cc:47
↓ 1 callers
Method
GetStrikeRegisterClientLock
src/net/crypto/crypto_server_test.cc:31
↓ 1 callers
Method
GetTag
src/net/quic_config.cc:132
↓ 1 callers
Function
GetTestParams
Constructs various test permutations.
src/tools/end_to_end_test.cc:101
↓ 1 callers
Method
GetUint16
src/net/crypto/crypto_handshake_message.cc:168
↓ 1 callers
Method
HasActiveSession
src/net/quic_stream_factory_test.cc:48
↓ 1 callers
Function
HasCryptoHandshake
src/net/quic_sent_packet_manager.cc:56
↓ 1 callers
Method
HasDataToWrite
src/net/quic_session.cc:671
↓ 1 callers
Method
HasMultiplePendingPackets
src/net/quic_unacked_packet_map.cc:269
↓ 1 callers
Method
HasNewMissingPackets
src/net/quic_received_packet_manager.cc:233
↓ 1 callers
Method
HasRetransmittableFrames
src/net/quic_sent_packet_manager.cc:216
↓ 1 callers
Method
HasSendHeadersComplete
src/net/quic_http_stream.cc:342
↓ 1 callers
Method
HasUnackedRetransmittableFrames
src/net/quic_unacked_packet_map.cc:283
↓ 1 callers
Function
HashCerts
HashCerts returns the FNV-1a hashes of |certs|.
src/net/crypto/cert_compressor.cc:320
↓ 1 callers
Method
Initialize
src/tools/quic_server.cc:65
↓ 1 callers
Method
Initialize
src/tools/test_tools/quic_test_client.cc:169
↓ 1 callers
Method
Initialize
Configures the test fixture to use the list of expected writes.
src/net/quic_http_stream_test.cc:163
↓ 1 callers
Method
InitializeFrom
src/net/crypto/quic_crypto_client_config.cc:222
↓ 1 callers
Method
InvalidateServerConfig
src/net/crypto/quic_crypto_client_config.cc:132
↓ 1 callers
Method
IsComplete
src/net/crypto/quic_crypto_client_config.cc:53
↓ 1 callers
Function
IsCompleteMessage
Returns true if the message represents a complete request or response. Messages are considered complete if: - Transfer-Encoding: chunked is present an
src/tools/test_tools/http_message_test_utils.cc:56
↓ 1 callers
Method
IsConnectionReusable
src/net/quic_http_stream.cc:238
↓ 1 callers
Function
IsEmpty
src/net/quic_ack_notifier.h:54
↓ 1 callers
Method
IsEncryptionEstablished
src/net/quic_session.cc:470
↓ 1 callers
Method
IsMissing
src/net/quic_received_packet_manager.cc:77
↓ 1 callers
Method
IsWriteBlockedDataBuffered
src/tools/quic_packet_writer_wrapper.cc:27
↓ 1 callers
Method
LoadQuicServerInfo
TODO(rtenneti): LoadQuicServerInfo and SaveQuicServerInfo have duplication of data in CachedState and QuicServerInfo. We should eliminate the duplicat
src/net/crypto/quic_crypto_client_config.cc:242
↓ 1 callers
Method
MakeAckAndRstPacket
src/net/test_tools/quic_test_packet_maker.cc:44
↓ 1 callers
Method
MakeConnectionClosePacket
src/net/test_tools/quic_test_packet_maker.cc:84
↓ 1 callers
Function
MatchCerts
MatchCerts returns a vector of CertEntries describing how to most efficiently represent |certs| to a peer who has the common sets identified by |clien
src/net/crypto/cert_compressor.cc:178
↓ 1 callers
Method
MaybeEnablePacing
src/net/quic_sent_packet_manager.cc:758
↓ 1 callers
Function
MungeHeaders
src/tools/test_tools/quic_test_client.cc:76
← previous
next →
601–700 of 2,848, ranked by callers