Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dder.c278 uint32_t tlen = getlength(b, &offs, len); in der_offs() local
279 if (tlen == DER_BAD) { in der_offs()
284 offs, tlen)); in der_offs()
295 if (offs + tlen > nbytes) in der_offs()
310 uint32_t tag, tlen; in der_cmp() local
324 tlen = getlength(b, &offs, len); in der_cmp()
325 if (tlen == DER_BAD) { in der_cmp()
363 __func__, slen, tlen); in der_cmp()
364 if (tlen != slen) { in der_cmp()
372 tlen)); in der_cmp()
[all …]
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c181 apr_size_t len, tlen=0; in php_apache_sapi_read_post() local
200 tlen += len; in php_apache_sapi_read_post()
201 if (tlen == count_bytes || !len) { in php_apache_sapi_read_post()
205 len = count_bytes - tlen; in php_apache_sapi_read_post()
212 return tlen; in php_apache_sapi_read_post()

Completed in 12 milliseconds