Home
last modified time | relevance | path

Searched refs:poptions (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c87 uint64_t *poptions; member
111 if (cctx->poptions == NULL) in ssl_set_option()
127 *cctx->poptions |= option_value; in ssl_set_option()
129 *cctx->poptions &= ~option_value; in ssl_set_option()
1058 cctx->poptions = &ssl->options; in SSL_CONF_CTX_set_ssl()
1064 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl()
1077 cctx->poptions = &ctx->options; in SSL_CONF_CTX_set_ssl_ctx()
1083 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl_ctx()
/third_party/openssl/ssl/
H A Dssl_conf.c87 uint64_t *poptions; member
111 if (cctx->poptions == NULL) in ssl_set_option()
127 *cctx->poptions |= option_value; in ssl_set_option()
129 *cctx->poptions &= ~option_value; in ssl_set_option()
1050 cctx->poptions = &ssl->options; in SSL_CONF_CTX_set_ssl()
1056 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl()
1069 cctx->poptions = &ctx->options; in SSL_CONF_CTX_set_ssl_ctx()
1075 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl_ctx()
/third_party/pcre2/pcre2/src/
H A Dpcre2_dfa_match.c550 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()
551 BOOL utf_or_ucp = utf || (mb->poptions & PCRE2_UCP) != 0; in internal_dfa_match()
960 ((ptr != end_subject || (mb->poptions & PCRE2_ALT_CIRCUMFLEX) != 0 ) in internal_dfa_match()
1034 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()
1061 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()
1115 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()
1140 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()
3263 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()
3488 mb->poptions = re->overall_options; in pcre2_dfa_match()
H A Dpcre2_intmodedep.h891 uint32_t poptions; /* Pattern options */ member
920 uint32_t poptions; /* Pattern options */ member
H A Dpcre2_match.c369 if ((mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match_ref()
386 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()
388 if (utf || (mb->poptions & PCRE2_UCP) != 0) in match_ref()
627 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
628 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match()
862 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()
4979 if (Lmin == 0 || (mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match()
5930 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS; in match()
5986 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()
6062 if ((mb->poptions in match()
[all...]

Completed in 15 milliseconds