Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c734 int len, mod_tlen, cklen; in compile_length_quantifier_node() local
759 mod_tlen = tlen; in compile_length_quantifier_node()
776 len += mod_tlen + SIZE_OP_PUSH + cklen; in compile_length_quantifier_node()
814 int r, mod_tlen; in compile_quantifier_node() local
862 mod_tlen = tlen; in compile_quantifier_node()
886 -(mod_tlen + (int )SIZE_OP_JUMP in compile_quantifier_node()
968 int len, mod_tlen; in compile_length_quantifier_node() local
988 mod_tlen = tlen; in compile_length_quantifier_node()
1008 len += SIZE_OP_JUMP + mod_tlen + SIZE_OP_PUSH; in compile_length_quantifier_node()
1033 int i, r, mod_tlen; in compile_quantifier_node() local
[all …]

Completed in 17 milliseconds