| /third_party/nghttp2/lib/ |
| H A D | nghttp2_session.h | 368 uint8_t server; member [all...] |
| /third_party/nghttp2/src/ |
| H A D | shrpx_https_upstream.cc | 1282 auto server = resp.fs.header(http2::HD_SERVER); in on_downstream_header_complete() local
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_private.h | 155 struct server_state *server; member
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_qlog.c | 197 static uint8_t *write_trace(uint8_t *p, int server, const ngtcp2_cid *odcid) { in write_trace() argument 211 void ngtcp2_qlog_start(ngtcp2_qlog *qlog, const ngtcp2_cid *odcid, int server) { in ngtcp2_qlog_start() argument 926 ngtcp2_qlog_parameters_set_transport_params( ngtcp2_qlog *qlog, const ngtcp2_transport_params *params, int server, ngtcp2_qlog_side side) ngtcp2_qlog_parameters_set_transport_params() argument
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_session.h | 358 uint8_t server; member [all...] |
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_conn.c | 213 static int conn_new(nghttp3_conn **pconn, int server, int callbacks_version, in conn_new() argument [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
| H A D | shared.c | 486 int server = ngtcp2_conn_is_server(conn); in ngtcp2_crypto_derive_and_install_initial_key() local 628 int server = ngtcp2_conn_is_server(conn); in ngtcp2_crypto_derive_and_install_vneg_initial_key() local
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | s3_lib.c | 4564 ssl_fill_hello_random(SSL *s, int server, unsigned char *result, size_t len, DOWNGRADE dgrd) ssl_fill_hello_random() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/http/ |
| H A D | http_client.c | 54 char *server; /* Optional server host name */ member 170 OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, const char *server, const char *port, const char *path) OSSL_HTTP_REQ_CTX_set_request_line() argument 371 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument 927 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument 1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument 1296 OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, const char *proxyuser, const char *proxypass, int timeout, BIO *bio_err, const char *prog) OSSL_HTTP_proxy_connect() argument [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | stream.c | 568 int uv_accept(uv_stream_t* server, uv_stream_t* client) { in uv_accept() argument [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_oscore.c | 66 coap_new_client_session_oscore(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, coap_oscore_conf_t *oscore_conf) coap_new_client_session_oscore() argument 85 coap_new_client_session_oscore_psk(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, coap_dtls_cpsk_t *psk_data, coap_oscore_conf_t *oscore_conf) coap_new_client_session_oscore_psk() argument 105 coap_new_client_session_oscore_pki(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, coap_dtls_pki_t *pki_data, coap_oscore_conf_t *oscore_conf) coap_new_client_session_oscore_pki() argument 2110 coap_new_client_session_oscore(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, coap_oscore_conf_t *oscore_conf) coap_new_client_session_oscore() argument 2124 coap_new_client_session_oscore_psk(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, coap_dtls_cpsk_t *psk_data, coap_oscore_conf_t *oscore_conf) coap_new_client_session_oscore_psk() argument 2140 coap_new_client_session_oscore_pki(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, coap_dtls_pki_t *pki_data, coap_oscore_conf_t *oscore_conf) coap_new_client_session_oscore_pki() argument [all...] |
| /third_party/pulseaudio/src/pulse/ |
| H A D | internal.h | 119 char *server; member
|
| H A D | context.c | 986 pa_context_connect( pa_context *c, const char *server, pa_context_flags_t flags, const pa_spawn_api *api) global() argument [all...] |
| /third_party/openssl/crypto/http/ |
| H A D | http_client.c | 54 char *server; /* Optional server host name */ member 169 OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, const char *server, const char *port, const char *path) OSSL_HTTP_REQ_CTX_set_request_line() argument 364 http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int use_ssl, const char *proxy, const char *server, const char *port, int buf_size, int overall_timeout) http_req_ctx_new() argument 916 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument 1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument 1285 OSSL_HTTP_proxy_connect(BIO *bio, const char *server, const char *port, const char *proxyuser, const char *proxypass, int timeout, BIO *bio_err, const char *prog) OSSL_HTTP_proxy_connect() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkRemoteGlyphCache.cpp | 785 GlyphTrackingDevice( const SkISize& dimensions, const SkSurfaceProps& props, SkStrikeServerImpl* server, sk_sp<SkColorSpace> colorSpace, bool DFTSupport) GlyphTrackingDevice() argument
|
| /third_party/openssl/ssl/ |
| H A D | s3_lib.c | 4564 ssl_fill_hello_random(SSL *s, int server, unsigned char *result, size_t len, DOWNGRADE dgrd) ssl_fill_hello_random() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_ftplib.py | 1067 def server(self): global() member in TestTimeouts [all...] |
| H A D | test_httpservers.py | 9 from http import server, HTTPStatus namespace [all...] |
| H A D | test_smtplib.py | 44 def server(evt, buf, serv): function [all...] |
| /third_party/pulseaudio/src/utils/ |
| H A D | pacat.c | 744 char *bn, *server = NULL; in main() local [all...] |
| /third_party/python/Lib/xmlrpc/ |
| H A D | client.py | 1517 server = ServerProxy("http://localhost:8000") global() variable [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
| H A D | mod.rs | 41 mod server; modules 49 let mut server = Server::builder(); in verify_untrusted() variables 106 let mut server = Server::builder(); verify_untrusted_callback_override_bad() variables 140 let mut server = Server::builder(); verify_trusted_callback_override_bad() variables 194 let mut server = Server::builder(); verify_trusted_get_error_err() variables 299 let mut server = Server::builder(); pending() variables 457 let mut server = Server::builder(); test_alpn_server_advertise_multiple() variables 472 let mut server = Server::builder(); test_alpn_server_select_none_fatal() variables 490 let mut server = Server::builder(); test_alpn_server_select_none() variables 536 let mut server = Server::builder(); write_panic() variables 567 let mut server = Server::builder(); read_panic() variables 599 let mut server = Server::builder(); flush_panic() variables 676 let mut server = Server::builder(); verify_invalid_hostname() variables 707 let mut server = Server::builder(); connector_invalid_hostname() variables 738 let mut server = Server::builder(); connector_no_hostname_still_verifies() variables 879 let mut server = Server::builder(); shutdown() variables 924 let mut server = Server::builder(); tmp_dh_callback() variables 952 let mut server = Server::builder(); tmp_ecdh_callback() variables 972 let mut server = Server::builder(); tmp_dh_callback_ssl() variables 1002 let mut server = Server::builder(); tmp_ecdh_callback_ssl() variables 1050 let mut server = Server::builder(); status_callbacks() variables 1090 let mut server = Server::builder(); new_session_callback() variables 1115 let mut server = Server::builder(); new_session_callback_swapped_ctx() variables 1189 let mut server = Server::builder(); no_version_overlap() variables 1217 let mut server = Server::builder(); custom_extensions() variables 1394 let mut server = Server::builder(); psk_ciphers() variables 1430 let mut server = Server::builder(); sni_callback_swapped_ctx() variables 1453 let mut server = Server::builder(); client_hello() variables [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | tls_gnutls.c | 31 int server; member 881 gnutls_datum_t client, server; in tls_connection_get_random() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | tls_gnutls.c | 31 int server; member 881 gnutls_datum_t client, server; in tls_connection_get_random() local [all...] |
| /base/startup/appspawn/standard/ |
| H A D | appspawn_service.c | 367 static int OnConnection(const LoopHandle loopHandle, const TaskHandle server) in OnConnection() argument 1057 static int CreateAppSpawnServer(TaskHandle *server, const char *socketName) in CreateAppSpawnServer() argument [all...] |