Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c547 PCRE2_SPTR start_code = mb->start_code; in internal_dfa_match() local
678 ADD_NEW((int)(end_code - start_code + length), 0); in internal_dfa_match()
787 code = start_code + state_offset; in internal_dfa_match()
909 ADD_ACTIVE((int)(code - start_code), 0); in internal_dfa_match()
917 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
941 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
948 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
2595 next_state_offset = (int)(ecode - start_code); in internal_dfa_match()
2841 PCRE2_SPTR callpat = start_code + GET(code, 1); in internal_dfa_match()
2842 uint32_t recno = (callpat == mb->start_code)? 0 : in internal_dfa_match()
[all …]
H A Dpcre2_intmodedep.h722 PCRE2_SPTR start_code; /* The start of the compiled code */ member
867 PCRE2_SPTR start_code; /* For use when recursing */ member
896 PCRE2_SPTR start_code; /* Start of the compiled pattern */ member
H A Dpcre2_match.c5124 bracode = mb->start_code + GET(Fecode, 1); in match()
5125 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE); in match()
6552 mb->start_code = mb->name_table + re->name_count * re->name_entry_size; in pcre2_match()
7052 rc = match(start_match, mb->start_code, match_data->ovector, in pcre2_match()
H A Dpcre2_compile.c9777 cb.start_code = cworkspace; in pcre2_compile()
10178 cb.start_code = codestart; in pcre2_compile()

Completed in 63 milliseconds