Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c311 pcre_uchar *codestart, *code; in pcre_printint() local
330 code = codestart = (pcre_uchar *)re + offset + count * size; in pcre_printint()
342 fprintf(f, "%3d ", (int)(code - codestart)); in pcre_printint()
H A Dpcre_compile.c9012 const pcre_uchar *codestart; in pcre_compile2() local
9394 cd->start_code = codestart; in pcre_compile2()
9422 code = (pcre_uchar *)codestart; in pcre_compile2()
9447 if (code - codestart > length) errorcode = ERR23; in pcre_compile2()
9479 recno = GET(codestart, offset); in pcre_compile2()
9486 else PUT(((pcre_uchar *)codestart), offset, (int)(groupptr - codestart)); in pcre_compile2()
9511 pcre_uchar *temp = (pcre_uchar *)codestart; in pcre_compile2()
9525 pcre_uchar *cc = (pcre_uchar *)codestart; in pcre_compile2()
9702 if (code - codestart > length) in pcre_compile2()
9722 codestart += GET(codestart, 1); in pcre_compile2()
[all …]

Completed in 22 milliseconds