Searched refs:start_code (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_dfa_match.c | 547 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() 2652 next_state_offset = (int)(ecode - start_code); in internal_dfa_match() 2898 PCRE2_SPTR callpat = start_code + GET(code, 1); in internal_dfa_match() 2899 uint32_t recno = (callpat == mb->start_code)? 0 : in internal_dfa_match() [all …]
|
H A D | pcre2_intmodedep.h | 726 PCRE2_SPTR start_code; /* The start of the compiled code */ member 878 PCRE2_SPTR start_code; /* For use when recursing */ member 907 PCRE2_SPTR start_code; /* Start of the compiled pattern */ member
|
H A D | pcre2_match.c | 5333 bracode = mb->start_code + GET(Fecode, 1); in match() 5334 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE); in match() 6758 mb->start_code = mb->name_table + re->name_count * re->name_entry_size; in pcre2_match() 7289 rc = match(start_match, mb->start_code, re->top_bracket, frame_size, in pcre2_match()
|
H A D | pcre2_compile.c | 9903 cb.start_code = cworkspace; in pcre2_compile() 10305 cb.start_code = codestart; in pcre2_compile()
|
Completed in 72 milliseconds