Home
last modified time | relevance | path

Searched refs:last_codeunit (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c204 re->last_codeunit : 0; in pcre2_pattern_info()
H A Dpcre2_study.c1775 re->last_codeunit != (uint32_t)a && in PRIV()
1776 (b < 0 || re->last_codeunit != (uint32_t)b) in PRIV()
H A Dpcre2_intmodedep.h633 uint32_t last_codeunit; /* This codeunit must be seen */ member
H A Dpcre2_dfa_match.c3550 req_cu = req_cu2 = (PCRE2_UCHAR)(re->last_codeunit); in pcre2_dfa_match()
H A Dpcre2_compile.c10153 re->last_codeunit = 0; in pcre2_compile()
10415 re->last_codeunit = reqcu; in pcre2_compile()
H A Dpcre2_match.c6685 req_cu = req_cu2 = (PCRE2_UCHAR)(re->last_codeunit); in pcre2_match()
H A Dpcre2_jit_compile.c13673 …reqcu_not_found = search_requested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PCR… in jit_compile()

Completed in 89 milliseconds