Searched refs:codestart (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_printint.c | 310 PCRE2_SPTR codestart, nametable, code; in pcre2_printint() local 315 code = codestart = nametable + re->name_count * re->name_entry_size; in pcre2_printint() 326 fprintf(f, "%3d ", (int)(code - codestart)); in pcre2_printint()
|
H A D | pcre2_compile.c | 9649 cb.start_code = codestart; in pcre2_compile() 9670 code = (PCRE2_UCHAR *)codestart; in pcre2_compile() 9691 usedlength = code - codestart; in pcre2_compile() 9714 for (rcode = (PCRE2_UCHAR *)find_recurse(codestart, utf); in pcre2_compile() 9721 if (groupnumber == 0) rgroup = codestart; else in pcre2_compile() 9723 PCRE2_SPTR search_from = codestart; in pcre2_compile() 9755 PUT(rcode, 1, rgroup - codestart); in pcre2_compile() 9776 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile() 9791 is_anchored(codestart, 0, &cb, 0, FALSE)) in pcre2_compile() 9808 firstcu = find_firstassertedcu(codestart, &firstcuflags, 0); in pcre2_compile() [all …]
|
Completed in 40 milliseconds