Searched refs:poptions (Results 1 – 6 of 6) sorted by relevance
86 uint32_t *poptions; member109 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()
550 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()
880 uint32_t poptions; /* Pattern options */ member909 uint32_t poptions; /* Pattern options */ member
367 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 …]
420 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()
2154 int poptions; /* Pattern options */ member