Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c549 PCRE2_SPTR start_code = mb->start_code; in internal_dfa_match() local
680 ADD_NEW((int)(end_code - start_code + length), 0); in internal_dfa_match()
789 code = start_code + state_offset; in internal_dfa_match()
911 ADD_ACTIVE((int)(code - start_code), 0); in internal_dfa_match()
919 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
943 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
950 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match()
2699 next_state_offset = (int)(ecode - start_code); in internal_dfa_match()
2944 PCRE2_SPTR callpat = start_code + GET(code, 1); in internal_dfa_match()
2945 uint32_t recno = (callpat == mb->start_code)? 0 : in internal_dfa_match()
[all …]
H A Dpcre2_intmodedep.h729 PCRE2_SPTR start_code; /* The start of the compiled code */ member
883 PCRE2_SPTR start_code; /* For use in pattern recursion */ member
913 PCRE2_SPTR start_code; /* Start of the compiled pattern */ member
H A Dpcre2_match.c793 fprintf(stderr, "++ %2ld op=%3d %s\n", Fecode - mb->start_code, *Fecode, in match()
5428 bracode = mb->start_code + GET(Fecode, 1); in match()
5429 number = (bracode == mb->start_code)? 0 : GET2(bracode, 1 + LINK_SIZE); in match()
6979 mb->start_code = mb->name_table + re->name_count * re->name_entry_size; in pcre2_match()
7514 rc = match(start_match, mb->start_code, re->top_bracket, frame_size, in pcre2_match()
H A Dpcre2_compile.c10268 cb.start_code = cworkspace; in pcre2_compile()
10675 cb.start_code = codestart; in pcre2_compile()

Completed in 90 milliseconds