Home
last modified time | relevance | path

Searched refs:name_flags (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
Dssl_conf.c26 unsigned int name_flags; member
33 unsigned int name_flags; member
106 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
113 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
115 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
146 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
154 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
878 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/third_party/openssl/ssl/
Dssl_conf.c26 unsigned int name_flags; member
33 unsigned int name_flags; member
106 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
113 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
115 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
146 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
154 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
878 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/
Dname_to_handle_at01.c30 int name_flags; member
86 tc->name_flags)); in run()
/third_party/curl/lib/vtls/
Dschannel_verify.c365 DWORD name_flags = in cert_get_name_string() local
369 name_flags, in cert_get_name_string()
/third_party/exfatprogs/include/
Dexfat_ondisk.h216 #define name_flags dentry.name.flags macro