Home
last modified time | relevance | path

Searched refs:DPRINTF (Results 1 – 6 of 6) sorted by path

/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1098 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1108 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1118 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %"
1205 DPRINTF(("Out of bounds read %" SIZE_T_FORMAT "u > %"
1272 - DPRINTF(("CDF_VECTOR with nelements == 0\n"));
1274 + DPRINTF(("CDF_VECTOR with nelements == %"
1283 - DPRINTF(("nelements = %" SIZE_T_FORMAT "u\n",
1488 DPRINTF("Zmagic returns %d\n", rv);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c69 #define DPRINTF(a) printf a, fflush(stdout) macro
71 #define DPRINTF(a)
376 DPRINTF(("Bad short sector size %hu\n", in cdf_read_header()
486 DPRINTF(("Reading sector %d", in cdf_read_sat()
513 DPRINTF(("Chain:")); in cdf_count_chain()
516 DPRINTF((" empty\n")); in cdf_count_chain()
521 DPRINTF((" %d", sid)); in cdf_count_chain()
533 DPRINTF((" none, sid: %d\n", sid)); in cdf_count_chain()
537 DPRINTF(("\n")); in cdf_count_chain()
676 DPRINTF(("Read dir loop limit")); in cdf_read_dir()
[all …]
H A Dcompress.c75 #define DPRINTF(...) do { \ macro
83 #define DPRINTF(...) macro
312 DPRINTF("rv = %d\n", rv); in file_zmagic()
320 DPRINTF("Zmagic returns %d\n", rv); in file_zmagic()
632 DPRINTF("Fork failed (%s)\n", strerror(errno)); in writechild()
638 DPRINTF("Write failed (%s)\n", strerror(errno)); in writechild()
657 DPRINTF("Filter error[[[%s]]]\n", buf); in filter_error()
669 DPRINTF("Filter error after[[[%s]]]\n", (char *)ubuf); in filter_error()
811 DPRINTF("Child wait return %#x\n", status); in uncompressbuf()
813 DPRINTF("Child not exited (%#x)\n", status); in uncompressbuf()
[all …]
H A Dder.c121 #define DPRINTF(a) printf a macro
123 #define DPRINTF(a) macro
251 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs()
257 DPRINTF(("%s2: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs()
261 DPRINTF(("cont_level = %d\n", m->cont_level)); in der_offs()
271 DPRINTF(("cont_level[%u] = %u\n", m->cont_level - 1, in der_offs()
328 DPRINTF(("%s: before data %" SIZE_T_FORMAT "u %u\n", __func__, offs, in der_cmp()
H A Dencoding.c58 #define DPRINTF(a) printf a macro
60 #define DPRINTF(a) macro
105 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
109 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
114 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
118 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
129 DPRINTF(("ucs32 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
138 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
140 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
151 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
[all …]
H A Dis_json.c44 #define DPRINTF(a, b, c) \ macro
165 DPRINTF("Bad string: ", uc, *ucp); in json_parse_string()
198 DPRINTF("Bad array: ", uc, *ucp); in json_parse_array()
214 DPRINTF("not string", uc, *ucp); in json_parse_object()
217 DPRINTF("next field", uc, *ucp); in json_parse_object()
219 DPRINTF("not string", uc, *ucp); in json_parse_object()
226 DPRINTF("not colon", uc, *ucp); in json_parse_object()
230 DPRINTF("not json", uc, *ucp); in json_parse_object()
244 DPRINTF("not more", uc, *ucp); in json_parse_object()
249 DPRINTF("Bad object: ", uc, *ucp); in json_parse_object()
[all …]

Completed in 32 milliseconds