Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Dregcomp.c720 if (tlen < 0) return tlen; in compile_length_quantifier_node()
800 if (tlen < 0) return tlen; in compile_quantifier_node()
953 if (tlen < 0) return tlen; in compile_length_quantifier_node()
1018 if (tlen < 0) return tlen; in compile_quantifier_node()
1141 int tlen; in compile_length_option_node() local
1148 if (tlen < 0) return tlen; in compile_length_option_node()
1188 int tlen; in compile_length_effect_node() local
1195 if (tlen < 0) return tlen; in compile_length_effect_node()
1230 if (tlen < 0) return tlen; in compile_length_effect_node()
1359 if (tlen < 0) return tlen; in compile_length_anchor_node()
[all …]
H A Dregexec.c1429 LengthType tlen, tlen2; in match_at() local
1701 DATA_ENSURE(tlen); in match_at()
1716 endp = p + tlen; in match_at()
1816 tlen2 *= tlen; in match_at()
1822 sprev = s - tlen; in match_at()
1860 p += tlen; in match_at()
1876 p += tlen; in match_at()
1895 p += tlen; in match_at()
1909 p += tlen; in match_at()
1925 p += tlen; in match_at()
[all …]
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_statistics.c208 int ulen, tlen; in mysqlnd_fill_stats_hash() local
215 zend_string_to_unicode(UG(utf8_conv), &tstr, &tlen, tmp, strlen(tmp) + 1 TSRMLS_CC); in mysqlnd_fill_stats_hash()
/PHP-5.4/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 40 milliseconds