Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c6268 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6274 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
6286 pcre_uchar *scode = bracode; in compile_branch()
6291 *bracode += OP_SBRA - OP_BRA; in compile_branch()
6302 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
6303 *bracode = OP_SCOND; in compile_branch()
6314 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
6316 int nlen = (int)(code - bracode); in compile_branch()
6319 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen)); in compile_branch()
6322 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
[all …]

Completed in 21 milliseconds