Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c254 uint32_t tlen = getlength(b, &offs, len); in der_offs() local
255 if (tlen == DER_BAD) in der_offs()
258 offs, tlen)); in der_offs()
268 if (offs + tlen > nbytes) in der_offs()
283 uint32_t tag, tlen; in der_cmp() local
290 tlen = getlength(b, &offs, len); in der_cmp()
291 if (tlen == DER_BAD) in der_cmp()
322 __func__, slen, tlen); in der_cmp()
323 if (tlen != slen) in der_cmp()
329 tlen)); in der_cmp()
[all …]
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c177 apr_size_t len, tlen=0; in php_apache_sapi_read_post() local
195 tlen += len; in php_apache_sapi_read_post()
196 if (tlen == count_bytes || !len) { in php_apache_sapi_read_post()
200 len = count_bytes - tlen; in php_apache_sapi_read_post()
203 return tlen; in php_apache_sapi_read_post()

Completed in 8 milliseconds