Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c3718 pcre_uchar *tempcode; in compile_branch() local
4760 tempcode = previous; in compile_branch()
5511 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
5515 else if (*tempcode == OP_EXACT || *tempcode == OP_NOTEXACT) in compile_branch()
5517 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
5520 tempcode += GET_EXTRALEN(tempcode[-1]); in compile_branch()
5558 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len)); in compile_branch()
5561 tempcode[0] = OP_ONCE; in compile_branch()
5564 PUT(tempcode, 1, len); in compile_branch()
6539 tempcode = code; in compile_branch()
[all …]

Completed in 17 milliseconds