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

/external/pcre/dist2/src/
H A Dpcre2_compile.c5653 PCRE2_UCHAR *bracode = ketcode - GET(ketcode, 1); local
5657 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) &&
5658 possessive_quantifier) *bracode = OP_BRA;
5663 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC)
5676 PCRE2_UCHAR *scode = bracode;
5689 *bracode += OP_SBRA - OP_BRA;
5699 if (*bracode == OP_COND && bracode[GE
[all...]

Completed in 100 milliseconds