Searched refs:gfolded_len (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-regex/regex-2020.7.14/regex_3/ |
H A D | _regex.c | 10796 if (!push_int(state, &state->bstack, gfolded_len)) in fuzzy_match_group_fld() 10839 int gfolded_len; in retry_fuzzy_match_group_fld() local 10861 if (!pop_int(state, &state->bstack, &gfolded_len)) in retry_fuzzy_match_group_fld() 10902 if (!push_int(state, &state->bstack, gfolded_len)) in retry_fuzzy_match_group_fld() 13840 int gfolded_len; in basic_match() local 13866 gfolded_len = 0; in basic_match() 13892 if (gfolded_pos >= gfolded_len) { in basic_match() 13921 if (gfolded_pos >= gfolded_len) in basic_match() 13941 int gfolded_len; in basic_match() local 13967 gfolded_len = 0; in basic_match() [all …]
|
/dports/textproc/py-regex/regex-2020.7.14/regex_2/ |
H A D | _regex.c | 10734 if (!push_int(state, &state->bstack, gfolded_len)) in fuzzy_match_group_fld() 10777 int gfolded_len; in retry_fuzzy_match_group_fld() local 10799 if (!pop_int(state, &state->bstack, &gfolded_len)) in retry_fuzzy_match_group_fld() 10840 if (!push_int(state, &state->bstack, gfolded_len)) in retry_fuzzy_match_group_fld() 13778 int gfolded_len; in basic_match() local 13804 gfolded_len = 0; in basic_match() 13830 if (gfolded_pos >= gfolded_len) { in basic_match() 13859 if (gfolded_pos >= gfolded_len) in basic_match() 13879 int gfolded_len; in basic_match() local 13905 gfolded_len = 0; in basic_match() [all …]
|