/third_party/libcoap/src/ |
H A D | coap_dtls.c | 21 coap_dtls_establish(coap_session_t *session) { in coap_dtls_establish() argument 40 coap_dtls_close(coap_session_t *session) coap_dtls_close() argument 50 coap_tls_establish(coap_session_t *session) coap_tls_establish() argument 69 coap_tls_close(coap_session_t *session) coap_tls_close() argument [all...] |
H A D | coap_io_riot.c | 53 coap_socket_send(coap_socket_t *sock, const coap_session_t *session, const uint8_t *data, size_t datalen) coap_socket_send() argument
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | io.c | 58 SPDYF_io_set_session(struct SPDY_Session *session, in SPDYF_io_set_session() argument [all...] |
H A D | stream.c | 32 SPDYF_stream_new (struct SPDY_Session *session) in SPDYF_stream_new() argument 159 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session) SPDYF_stream_find() argument [all...] |
H A D | io_raw.c | 62 SPDYF_raw_new_session(struct SPDY_Session *session) in SPDYF_raw_new_session() argument 86 SPDYF_raw_close_session(struct SPDY_Session *session) in SPDYF_raw_close_session() argument 93 SPDYF_raw_recv(struct SPDY_Session *session, in SPDYF_raw_recv() argument 122 SPDYF_raw_send(struct SPDY_Session *session, const void * buffer, size_t size) SPDYF_raw_send() argument 151 SPDYF_raw_is_pending(struct SPDY_Session *session) SPDYF_raw_is_pending() argument 160 SPDYF_raw_before_write(struct SPDY_Session *session) SPDYF_raw_before_write() argument 179 SPDYF_raw_after_write(struct SPDY_Session *session, int was_written) SPDYF_raw_after_write() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.h | 36 mfxSession session; member
|
/third_party/curl/lib/vtls/ |
H A D | gtls.h | 49 gnutls_session_t session; member
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-schema-agent-impl.cc | 12 V8SchemaAgentImpl::V8SchemaAgentImpl(V8InspectorSessionImpl* session, in V8SchemaAgentImpl() argument
|
H A D | v8-console-agent-impl.cc | 19 V8ConsoleAgentImpl( V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel, protocol::DictionaryValue* state) V8ConsoleAgentImpl() argument
|
/third_party/libcoap/include/coap3/ |
H A D | coap_async_internal.h | 39 coap_session_t *session; /**< transaction session */ member
|
H A D | coap_cache_internal.h | 44 coap_session_t *session; member
|
H A D | coap_subscribe_internal.h | 59 struct coap_session_t *session; /**< subscriber session */ member [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolbox.h | 51 VTDecompressionSessionRef session; member
|
H A D | qsv.h | 41 mfxSession session; member
|
/third_party/glfw/src/ |
H A D | platform.c | 89 const char* const session = getenv("XDG_SESSION_TYPE"); in _glfwSelectPlatform() local
|
/third_party/backends/backend/genesys/ |
H A D | calibration.h | 43 ScanSession session; member
|
H A D | settings.cpp | 115 std::ostream& operator<<(std::ostream& out, const ScanSession& session) in operator <<() argument [all...] |
/third_party/nghttp2/fuzz/ |
H A D | fuzz_target.cc | 4 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() argument 11 int on_begin_headers_callback(nghttp2_session *session, in on_begin_headers_callback() argument 18 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2() argument 26 int before_frame_send_callback(nghttp2_session *session, in before_frame_send_callback() argument 33 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() argument 40 void send_pending(nghttp2_session *session) { in send_pending() argument 52 nghttp2_session *session; in LLVMFuzzerTestOneInput() local [all...] |
H A D | fuzz_target_fdp.cc | 8 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() argument 15 int on_begin_headers_callback(nghttp2_session *session, in on_begin_headers_callback() argument 22 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2() argument 30 int before_frame_send_callback(nghttp2_session *session, in before_frame_send_callback() argument 37 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() argument 44 void send_pending(nghttp2_session *session) { in send_pending() argument 56 nghttp2_session *session; in LLVMFuzzerTestOneInput() local [all...] |
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
H A D | ServerHello.pm | 194 sub session subroutine
|
H A D | ClientHello.pm | 192 sub session subroutine
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_https_time_out.c | 47 test_tls_session_time_out (gnutls_session_t session) in test_tls_session_time_out() argument 105 gnutls_session_t session; in main() local
|
/third_party/openssl/util/perl/TLSProxy/ |
H A D | ServerHello.pm | 194 sub session subroutine
|
/third_party/mbedtls/port/src/ |
H A D | tls_client.c | 32 static int MbedtlsSslCertificateVerify(MbedTLSSession *session)
in MbedtlsSslCertificateVerify() argument 48 int MbedtlsClientInit(MbedTLSSession *session, voi argument 69 MbedtlsClientClose(MbedTLSSession *session) MbedtlsClientClose() argument 85 MbedtlsClientContext(MbedTLSSession *session) MbedtlsClientContext() argument 133 MbedtlsClientConnect(MbedTLSSession *session) MbedtlsClientConnect() argument 170 MbedtlsClientRead(MbedTLSSession *session, unsigned char *buf, size_t len) MbedtlsClientRead() argument 182 MbedtlsClientWrite(MbedTLSSession *session, const unsigned char *buf, size_t len) MbedtlsClientWrite() argument [all...] |
/third_party/nghttp2/src/ |
H A D | tls.cc | 103 auto session = SSL_get_session(ssl); in get_tls_session_info() local
|