Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c740 if (tlen < 0) return tlen; in compile_length_quantifier_node()
820 if (tlen < 0) return tlen; in compile_quantifier_node()
973 if (tlen < 0) return tlen; in compile_length_quantifier_node()
1038 if (tlen < 0) return tlen; in compile_quantifier_node()
1161 int tlen; in compile_length_option_node() local
1168 if (tlen < 0) return tlen; in compile_length_option_node()
1208 int tlen; in compile_length_enclose_node() local
1215 if (tlen < 0) return tlen; in compile_length_enclose_node()
1250 if (tlen < 0) return tlen; in compile_length_enclose_node()
1379 if (tlen < 0) return tlen; in compile_length_anchor_node()
[all …]
H A Dregexec.c1247 LengthType tlen, tlen2; in match_at() local
1519 DATA_ENSURE(tlen); in match_at()
1534 endp = p + tlen; in match_at()
1632 tlen2 *= tlen; in match_at()
1638 sprev = s - tlen; in match_at()
1676 p += tlen; in match_at()
1692 p += tlen; in match_at()
1711 p += tlen; in match_at()
1725 p += tlen; in match_at()
1741 p += tlen; in match_at()
[all …]
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c186 apr_size_t len, tlen=0; in php_apache_sapi_read_post() local
204 tlen += len; in php_apache_sapi_read_post()
205 if (tlen == count_bytes || !len) { in php_apache_sapi_read_post()
209 len = count_bytes - tlen; in php_apache_sapi_read_post()
212 return tlen; in php_apache_sapi_read_post()

Completed in 47 milliseconds