Searched refs:tlen (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/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.3/ext/mbstring/oniguruma/src/ |
H A D | regcomp.c | 1100 if (tlen < 0) return tlen; in compile_length_quantifier_node() 1174 if (tlen < 0) return tlen; in compile_quantifier_node() 1339 int tlen; in compile_length_option_node() local 1366 int tlen; in compile_length_bag_node() local 1373 if (tlen < 0) return tlen; in compile_length_bag_node() 1376 tlen = 0; in compile_length_bag_node() 1422 if (tlen < 0) return tlen; in compile_length_bag_node() 1446 if (tlen < 0) return tlen; in compile_length_bag_node() 1454 if (tlen < 0) return tlen; in compile_length_bag_node() 1664 if (tlen < 0) return tlen; in compile_length_anchor_node() [all …]
|
H A D | regexec.c | 2701 LengthType tlen, tlen2; in match_at() local 2962 tlen = p->exact_n.n; in match_at() 2963 DATA_ENSURE(tlen); in match_at() 2965 while (tlen-- > 0) { in match_at() 2979 endp = ps + tlen; in match_at() 3045 tlen = p->exact_n.n; in match_at() 3048 while (tlen-- > 0) { in match_at() 3059 tlen = p->exact_n.n; in match_at() 3062 while (tlen-- > 0) { in match_at() 3077 tlen2 *= tlen; in match_at() [all …]
|
/PHP-7.3/sapi/apache2handler/ |
H A D | sapi_apache2.c | 177 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 46 milliseconds