Home
last modified time | relevance | path

Searched refs:pi_str (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/fileinfo/libmagic/
H A Dreadcdf.c184 len = info[i].pi_str.s_len; in cdf_file_property_info()
191 s = info[i].pi_str.s_buf; in cdf_file_property_info()
192 e = info[i].pi_str.s_buf + len; in cdf_file_property_info()
H A Dcdf.c1071 inp[i].pi_str.s_len = l; in cdf_read_property_info()
1072 inp[i].pi_str.s_buf = CAST(const char *, in cdf_read_property_info()
1078 inp[i].pi_str.s_buf)); in cdf_read_property_info()
1480 info[i].pi_str.s_len, in cdf_dump_property_info()
1481 info[i].pi_str.s_len, info[i].pi_str.s_buf); in cdf_dump_property_info()
1485 info[i].pi_str.s_len); in cdf_dump_property_info()
1486 for (j = 0; j < info[i].pi_str.s_len - 1; j++) in cdf_dump_property_info()
1487 (void)fputc(info[i].pi_str.s_buf[j << 1], stderr); in cdf_dump_property_info()
H A Dcdf.h193 #define pi_str pi_val._pi_str macro

Completed in 13 milliseconds