Searched refs:match_all (Results 1 – 4 of 4) sorted by relevance
78 int match_all; member
638 ((state->match_all && ctx->ptr != state->end) || in SRE()948 ((state->match_all && ctx->ptr != state->end) || in SRE()
458 state->match_all = 0; in state_init()693 state.match_all = 1; in _sre_SRE_Pattern_fullmatch_impl()
319 let match_all = a.r_ifs_all.iter().all(|(other, val)| { in validate_required() localVariable322 if match_all && !a.r_ifs_all.is_empty() { in validate_required()