Home
last modified time | relevance | path

Searched refs:end_code (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c538 PCRE2_SPTR end_code; in internal_dfa_match() local
589 end_code = this_start_code; in internal_dfa_match()
594 end_code += GET(end_code, 1); in internal_dfa_match()
596 while (*end_code == OP_ALT); in internal_dfa_match()
633 end_code = this_start_code; in internal_dfa_match()
643 end_code += GET(end_code, 1); in internal_dfa_match()
645 while (*end_code == OP_ALT); in internal_dfa_match()
656 end_code = this_start_code; in internal_dfa_match()
662 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT); in internal_dfa_match()
679 end_code += GET(end_code, 1); in internal_dfa_match()
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c88 int clear_code, end_code; member
440 sd->end_code = sd->clear_code + 1; in LWZReadByte_()
485 } else if (code == sd->end_code) { in LWZReadByte_()

Completed in 15 milliseconds