Home
last modified time | relevance | path

Searched defs:is_server (Results 1 – 14 of 14) sorted by relevance

/third_party/libsoup/tests/
Dsocket-test.c130 gboolean is_server; in do_socket_from_fd_client_test() local
189 gboolean is_server; in do_socket_from_fd_server_test() local
243 gboolean is_server; in do_socket_from_fd_bad_test() local
/third_party/glib/gio/
Dgdbusauthmechanismanon.c32 gboolean is_server; member
Dgdbusauthmechanismexternal.c35 gboolean is_server; member
Dgdbusauthmechanismsha1.c81 gboolean is_server; member
/third_party/libsoup/libsoup/
Dsoup-websocket.c464 gboolean is_server, in process_extensions()
Dsoup-socket.c81 guint is_server:1; member
/third_party/openssl/test/ossl_shim/
Dtest_config.h19 bool is_server = false; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dms_funcs.c359 int is_server) in get_asymetric_start_key()
/third_party/mindspore/mindspore/ccsrc/ps/
Dps_context.cc121 bool PSContext::is_server() const { in is_server() function in mindspore::ps::PSContext
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dms_funcs.c359 int is_server) in get_asymetric_start_key()
/third_party/node/src/
Dnode_crypto.h215 inline bool is_server() const { return kind_ == kServer; } in is_server() function
Dnode_crypto_common.cc1234 bool is_server) { in GetPeerCert()
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c671 altcp_tls_create_config(int is_server, uint8_t cert_count, uint8_t pkey_count, int have_ca) in altcp_tls_create_config()
/third_party/node/lib/
Dnet.js135 function createHandle(fd, is_server) { argument