Searched refs:tlen (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | der.c | 253 uint32_t tlen = getlength(b, &offs, len); in der_offs() local 254 if (tlen == DER_BAD) in der_offs() 265 if (offs + tlen > nbytes) in der_offs() 267 ms->c.li[m->cont_level - 1].off = CAST(int, offs + tlen); in der_offs() 280 uint32_t tag, tlen; in der_cmp() local 287 tlen = getlength(b, &offs, len); in der_cmp() 288 if (tlen == DER_BAD) in der_cmp() 319 slen, tlen); in der_cmp() 320 if (tlen != slen) in der_cmp() 325 DPRINTF(("%s: before data %zu %u\n", __func__, offs, tlen)); in der_cmp() [all …]
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regcomp.c | 740 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() 1255 if (tlen < 0) return tlen; in compile_length_enclose_node() 1392 if (tlen < 0) return tlen; in compile_length_anchor_node() [all …]
|
H A D | regexec.c | 1301 LengthType tlen, tlen2; in match_at() local 1562 DATA_ENSURE(tlen); in match_at() 1577 endp = p + tlen; in match_at() 1675 tlen2 *= tlen; in match_at() 1681 sprev = s - tlen; in match_at() 1719 p += tlen; in match_at() 1735 p += tlen; in match_at() 1754 p += tlen; in match_at() 1768 p += tlen; in match_at() 1784 p += tlen; in match_at() [all …]
|
/PHP-7.2/sapi/apache2handler/ |
H A D | sapi_apache2.c | 179 apr_size_t len, tlen=0; in php_apache_sapi_read_post() local 197 tlen += len; in php_apache_sapi_read_post() 198 if (tlen == count_bytes || !len) { in php_apache_sapi_read_post() 202 len = count_bytes - tlen; in php_apache_sapi_read_post() 205 return tlen; in php_apache_sapi_read_post()
|
Completed in 51 milliseconds