Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dder.c277 uint32_t tlen = getlength(b, &offs, len); in der_offs() local
278 if (tlen == DER_BAD) { in der_offs()
283 offs, tlen)); in der_offs()
293 if (offs + tlen > nbytes) in der_offs()
308 uint32_t tag, tlen; in der_cmp() local
322 tlen = getlength(b, &offs, len); in der_cmp()
323 if (tlen == DER_BAD) { in der_cmp()
356 __func__, slen, tlen); in der_cmp()
357 if (tlen != slen) in der_cmp()
363 tlen)); in der_cmp()
[all …]
/PHP-8.1/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 8 milliseconds