Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c2232 UChar* backp; member
3078 tok->backp = p; /* point at '[' is read */ in fetch_token_in_cc()
3131 tok->backp = p; in fetch_token()
3137 tok->backp = p; in fetch_token()
3600 SAFE_ENC_LEN(enc, tok->backp, end, len); in fetch_token()
3601 p = tok->backp + len; in fetch_token()
4333 p = tok->backp; in parse_char_class()
5039 *np = node_new_str(tok->backp, *src); in parse_exp()
5047 r = onig_node_str_cat(*np, tok->backp, *src); in parse_exp()

Completed in 24 milliseconds