Home
last modified time | relevance | path

Searched refs:codestart (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_printint.c313 pcre_uchar *codestart, *code; in pcre_printint() local
332 code = codestart = (pcre_uchar *)re + offset + count * size; in pcre_printint()
344 fprintf(f, "%3d ", (int)(code - codestart)); in pcre_printint()
H A Dpcre_compile.c9072 const pcre_uchar *codestart; in pcre_compile2() local
9454 cd->start_code = codestart; in pcre_compile2()
9482 code = (pcre_uchar *)codestart; in pcre_compile2()
9507 if (code - codestart > length) errorcode = ERR23; in pcre_compile2()
9539 recno = GET(codestart, offset); in pcre_compile2()
9546 else PUT(((pcre_uchar *)codestart), offset, (int)(groupptr - codestart)); in pcre_compile2()
9571 pcre_uchar *temp = (pcre_uchar *)codestart; in pcre_compile2()
9585 pcre_uchar *cc = (pcre_uchar *)codestart; in pcre_compile2()
9762 if (code - codestart > length) in pcre_compile2()
9782 codestart += GET(codestart, 1); in pcre_compile2()
[all …]

Completed in 50 milliseconds