MCPcopy Create free account

hub / github.com/devsisters/libquic / functions

Functions9,545 in github.com/devsisters/libquic

↓ 3 callersFunctionContainsValue
src/base/stl_util.h:196
↓ 3 callersMethodConvert
src/base/json/json_parser.cc:325
↓ 3 callersFunctionConvertIPv4NumberToIPv6Number
src/net/base/ip_address_number.cc:192
↓ 3 callersFunctionConvertUTF16ToUTF8
src/url/url_canon_internal.cc:288
↓ 3 callersMethodCopyFrom
src/net/spdy/spdy_framer.cc:660
↓ 3 callersFunctionCreateDirectory
src/base/files/file_util.cc:186
↓ 3 callersFunctionCreateThread
src/base/threading/platform_thread_posix.cc:78
↓ 3 callersFunctionDES_decrypt3
boringssl/crypto/des/des.c:521
↓ 3 callersFunctionDSA_SIG_free
boringssl/crypto/dsa/dsa.c:468
↓ 3 callersFunctionDTLS_method
boringssl/ssl/d1_meth.c:79
↓ 3 callersFunctionDTLSv1_handle_timeout
boringssl/ssl/d1_lib.c:274
↓ 3 callersMethodDebugString
src/net/quic/crypto/crypto_handshake_message.cc:202
↓ 3 callersFunctionDecodeBase64
boringssl/ssl/ssl_test.cc:516
↓ 3 callersFunctionDecodeECPrivateKey
DecodeECPrivateKey decodes |in| as an ECPrivateKey structure and returns the result or nullptr on error.
boringssl/crypto/ec/ec_test.cc:68
↓ 3 callersMethodDecodeNextUint32
src/net/spdy/hpack/hpack_input_stream.cc:66
↓ 3 callersMethodDeepCopy
src/base/json/json_parser.cc:150
↓ 3 callersFunctionDeleteFile
TODO(erikkay): The Windows version of this accepts paths like "foo/bar/*" which works both with and without the recursive flag. I'm not sure we need
src/base/files/file_util_posix.cc:202
↓ 3 callersMethodDeletePromised
src/net/quic/quic_client_session_base.cc:166
↓ 3 callersFunctionDirectoryExists
src/base/files/file_util_posix.cc:381
↓ 3 callersMethodDone
src/base/metrics/sample_map.cc:68
↓ 3 callersFunctionECDSA_SIG_new
boringssl/crypto/ecdsa/ecdsa_asn1.c:97
↓ 3 callersFunctionECDSA_sign
boringssl/crypto/ecdsa/ecdsa.c:66
↓ 3 callersFunctionEC_KEY_check_key
boringssl/crypto/ec/ec_key.c:296
↓ 3 callersFunctionEC_KEY_get_conv_form
boringssl/crypto/ec/ec_key.c:281
↓ 3 callersFunctionEC_POINT_add
boringssl/crypto/ec/ec.c:829
↓ 3 callersFunctionEC_POINT_is_on_curve
boringssl/crypto/ec/ec.c:757
↓ 3 callersFunctionERR_reason_error_string
boringssl/crypto/err/err.c:515
↓ 3 callersFunctionEVP_CIPHER_CTX_cipher
boringssl/crypto/cipher/cipher.c:505
↓ 3 callersFunctionEVP_CIPHER_CTX_set_padding
boringssl/crypto/cipher/cipher.c:562
↓ 3 callersFunctionEVP_DecodeUpdate
boringssl/crypto/base64/base64.c:272
↓ 3 callersFunctionEVP_DecryptInit_ex
boringssl/crypto/cipher/cipher.c:249
↓ 3 callersFunctionEVP_DigestSignAlgorithm
boringssl/crypto/evp/algorithm.c:69
↓ 3 callersFunctionEVP_DigestSignUpdate
boringssl/crypto/evp/digestsign.c:116
↓ 3 callersFunctionEVP_DigestVerifyInitFromAlgorithm
boringssl/crypto/evp/algorithm.c:113
↓ 3 callersFunctionEVP_PKEY_CTX_get0_pkey
boringssl/crypto/evp/evp_ctx.c:194
↓ 3 callersFunctionEVP_PKEY_asn1_find_str
boringssl/crypto/evp/evp.c:314
↓ 3 callersFunctionEVP_PKEY_bits
boringssl/crypto/evp/evp.c:188
↓ 3 callersFunctionEVP_PKEY_verify_init
boringssl/crypto/evp/evp_ctx.c:257
↓ 3 callersFunctionEVP_aead_chacha20_poly1305_rfc7539
boringssl/crypto/cipher/e_chacha20poly1305.c:246
↓ 3 callersFunctionEVP_get_digestbynid
boringssl/crypto/digest/digests.c:290
↓ 3 callersFunctionEVP_md5_sha1
boringssl/crypto/digest/digests.c:254
↓ 3 callersMethodEmpty
Returns true if this IntervalSet is empty.
src/net/quic/interval_set.h:124
↓ 3 callersFunctionEncodeECPrivateKey
EncodeECPrivateKey encodes |key| as an ECPrivateKey structure into |*out|. It returns true on success or false on error.
boringssl/crypto/ec/ec_test.cc:79
↓ 3 callersMethodEncodeHeaderSet
src/net/spdy/hpack/hpack_encoder.cc:30
↓ 3 callersMethodEncodeHeaderSetWithoutCompression
src/net/spdy/hpack/hpack_encoder.cc:90
↓ 3 callersFunctionEndsWith
src/base/strings/string_util.cc:637
↓ 3 callersMethodEquals
src/base/values.cc:151
↓ 3 callersFunctionEscapeJSONString
src/base/json/string_escape.cc:117
↓ 3 callersMethodEstimateMaxPacketsInFlight
src/net/quic/quic_sent_packet_manager.cc:911
↓ 3 callersFunctionFinalExtensionSeparatorPosition
Find the position of the '.' that separates the extension from the rest of the file name. The position is relative to BaseName(), not value(). Returns
src/base/files/file_path.cc:109
↓ 3 callersMethodFindIntersectionCandidate
src/net/quic/interval_set.h:575
↓ 3 callersMethodFlowControlViolation
src/net/quic/quic_flow_controller.cc:91
↓ 3 callersMethodFlushAllQueuedFrames
src/net/quic/quic_packet_generator.cc:228
↓ 3 callersFunctionFromString
Converts a string representation of time to a Time object. An example of a time string which is converted is as below:- "Tue, 15 Nov 1994 12:45:26 GMT
src/base/time/time.h:533
↓ 3 callersFunctionGetAddressFamily
src/net/base/address_family.cc:13
↓ 3 callersMethodGetAllocSize
src/base/metrics/persistent_memory_allocator.cc:291
↓ 3 callersMethodGetComponents
src/base/files/file_path.cc:220
↓ 3 callersMethodGetControlFrameHeaderSize
Size, in bytes, of the control frame header.
src/net/spdy/spdy_framer.cc:212
↓ 3 callersMethodGetDataFrameMinimumSize
src/net/spdy/spdy_framer.cc:207
↓ 3 callersMethodGetDictionary
src/base/values.cc:603
↓ 3 callersMethodGetInitialStreamFlowControlWindowToSend
src/net/quic/quic_config.cc:483
↓ 3 callersMethodGetLastPacketSentTime
src/net/quic/quic_unacked_packet_map.cc:297
↓ 3 callersFunctionGetPersistentHistogramMemoryAllocator
src/base/metrics/histogram_persistence.cc:192
↓ 3 callersMethodGetSendValue
src/net/quic/quic_config.cc:206
↓ 3 callersMethodGetServerConfig
src/net/quic/crypto/quic_crypto_client_config.cc:110
↓ 3 callersFunctionGetStartOfEncryptedData
src/net/quic/quic_protocol.cc:49
↓ 3 callersMethodHasInFlightPackets
src/net/quic/quic_unacked_packet_map.cc:283
↓ 3 callersMethodHasValidChecksum
src/base/metrics/bucket_ranges.cc:127
↓ 3 callersFunctionHashInts
src/base/hash.h:100
↓ 3 callersFunctionHexStringToInt
src/base/strings/string_number_conversions.cc:462
↓ 3 callersFunctionHostToNet16
Converts the bytes in |x| from host to network order (endianness), and returns the result.
src/base/sys_byteorder.h:91
↓ 3 callersFunctionIMPLEMENT_ASN1_DUP_FUNCTION
boringssl/crypto/x509/x_crl.c:382
↓ 3 callersFunctionIMPLEMENT_ASN1_FUNCTIONS
boringssl/crypto/x509/x_algor.c:70
↓ 3 callersFunctionIPAddressToPackedString
src/net/base/ip_address.cc:98
↓ 3 callersFunctionInitReferrerSchemes
Ensures that the referrer_schemes list is initialized, does nothing if it already has values.
src/url/url_util.cc:83
↓ 3 callersFunctionInitStandardSchemes
Ensures that the standard_schemes list is initialized, does nothing if it already has values.
src/url/url_util.cc:77
↓ 3 callersFunctionInitialize
src/url/url_util.cc:425
↓ 3 callersFunctionInt64ToString
src/base/strings/string_number_conversions.cc:347
↓ 3 callersFunctionInvalidValue
src/base/mac/scoped_mach_port.h:19
↓ 3 callersFunctionIsAwaitingPacket
src/net/quic/quic_protocol.cc:283
↓ 3 callersMethodIsContentUri
src/base/files/file_path.cc:1325
↓ 3 callersMethodIsDoneReading
src/net/quic/quic_data_reader.cc:114
↓ 3 callersMethodIsEmpty
src/net/quic/crypto/quic_crypto_client_config.cc:106
↓ 3 callersFunctionIsEmptyOrSpecialCase
Returns true if path is "", ".", or "..".
src/base/files/file_path.cc:160
↓ 3 callersFunctionIsHexChar
src/url/url_canon_internal.h:69
↓ 3 callersMethodIsIPv4
src/net/base/ip_address.cc:35
↓ 3 callersFunctionLoadPrivateKey
boringssl/ssl/test/bssl_shim.cc:136
↓ 3 callersMethodLookupOrCreate
src/net/quic/crypto/quic_crypto_client_config.cc:382
↓ 3 callersFunctionMETHOD_ref
boringssl/crypto/engine/engine.c:83
↓ 3 callersMethodMaxStreamsPerConnection
src/net/quic/quic_config.cc:432
↓ 3 callersMethodMaybeSendFecPacketAndCloseGroup
src/net/quic/quic_packet_creator.cc:779
↓ 3 callersFunctionMin
Returns the smaller delta of time1 and time2.
src/net/quic/quic_time.h:95
↓ 3 callersFunctionNCONF_new_section
boringssl/crypto/conf/conf.c:155
↓ 3 callersMethodNotifyAndClearListeners
src/net/quic/quic_unacked_packet_map.cc:230
↓ 3 callersMethodNow
static
src/base/time/time_mac.cc:134
↓ 3 callersMethodNumReceivedPackets
src/net/quic/quic_fec_group.cc:184
↓ 3 callersFunctionOBJ_find_sigid_algs
boringssl/crypto/obj/obj_xref.c:71
↓ 3 callersFunctionOPENSSL_realloc_clean
boringssl/crypto/mem.c:77
↓ 3 callersMethodOnDataAvailable
src/net/quic/quic_crypto_stream.cc:46
↓ 3 callersMethodOnError
src/net/quic/quic_connection.cc:464
← previousnext →1,401–1,500 of 9,545, ranked by callers