Home
last modified time | relevance | path

Searched refs:poptions (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/ssl/
Dssl_conf.c86 uint32_t *poptions; member
109 if (cctx->poptions == NULL) in ssl_set_option()
124 pflags = cctx->poptions; in ssl_set_option()
969 cctx->poptions = &ssl->options; in SSL_CONF_CTX_set_ssl()
975 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl()
988 cctx->poptions = &ctx->options; in SSL_CONF_CTX_set_ssl_ctx()
994 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl_ctx()
/third_party/pcre2/pcre2/src/
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()
3206 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()
3429 mb->poptions = re->overall_options; in pcre2_dfa_match()
Dpcre2_intmodedep.h880 uint32_t poptions; /* Pattern options */ member
909 uint32_t poptions; /* Pattern options */ member
Dpcre2_match.c367 if ((mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match_ref()
384 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()
386 if (utf || (mb->poptions & PCRE2_UCP) != 0) in match_ref()
618 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
619 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match()
848 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()
4772 if (Lmin == 0 || (mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match()
5723 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS; in match()
5779 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()
5855 if ((mb->poptions & PCRE2_UCP) != 0) in match()
[all …]
/third_party/glib/glib/pcre/
Dpcre_dfa_exec.c420 BOOL utf = (md->poptions & PCRE_UTF8) != 0; in internal_dfa_exec()
932 ((md->poptions & PCRE_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_exec()
959 ((md->poptions & PCRE_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_exec()
1013 if ((md->poptions & PCRE_UCP) != 0) in internal_dfa_exec()
1030 if ((md->poptions & PCRE_UCP) != 0) in internal_dfa_exec()
3232 md->poptions = re->options; in pcre_dfa_exec()
Dpcre_internal.h2154 int poptions; /* Pattern options */ member