Home
last modified time | relevance | path

Searched refs:DPRINTF (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/fileinfo/libmagic/
H A Dis_json.c44 #define DPRINTF(a, b, c) \ macro
166 DPRINTF("Bad string: ", uc, *ucp); in json_parse_string()
200 DPRINTF("Bad array: ", uc, *ucp); in json_parse_array()
220 DPRINTF("not string", uc, *ucp); in json_parse_object()
223 DPRINTF("next field", uc, *ucp); in json_parse_object()
225 DPRINTF("not string", uc, *ucp); in json_parse_object()
232 DPRINTF("not colon", uc, *ucp); in json_parse_object()
236 DPRINTF("not json", uc, *ucp); in json_parse_object()
251 DPRINTF("not more", uc, *ucp); in json_parse_object()
256 DPRINTF("Bad object: ", uc, *ucp); in json_parse_object()
[all …]
H A Dder.c131 #define DPRINTF(a) printf a macro
133 #define DPRINTF(a) macro
191 DPRINTF(("%s:[1] %zu >= %zu\n", __func__, *p, l)); in getlength()
219 DPRINTF(("%s:[3] bad len %zu + %zu >= %zu\n", in getlength()
271 DPRINTF(("%s: bad tag 1\n", __func__)); in der_offs()
279 DPRINTF(("%s: bad tag 2\n", __func__)); in der_offs()
286 DPRINTF(("cont_level = %d\n", m->cont_level)); in der_offs()
296 DPRINTF(("cont_level[%u] = %u\n", m->cont_level - 1, in der_offs()
311 DPRINTF(("%s: compare %zu bytes\n", __func__, len)); in der_cmp()
315 DPRINTF(("%s: bad tag 1\n", __func__)); in der_cmp()
[all …]
H A Dcdf.c73 #define DPRINTF(a) printf a, fflush(stdout) macro
75 #define DPRINTF(a)
380 DPRINTF(("Bad short sector size %hu\n", in cdf_read_header()
502 DPRINTF(("Reading sector %d", in cdf_read_sat()
529 DPRINTF(("Chain:")); in cdf_count_chain()
532 DPRINTF((" empty\n")); in cdf_count_chain()
537 DPRINTF((" %d", sid)); in cdf_count_chain()
549 DPRINTF((" none, sid: %d\n", sid)); in cdf_count_chain()
553 DPRINTF(("\n")); in cdf_count_chain()
692 DPRINTF(("Read dir loop limit")); in cdf_read_dir()
[all …]
H A Dis_csv.c47 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
49 #define DPRINTF(fmt, ...)
106 DPRINTF("%zu %zu %zu\n", nl, nf, tf); in csv_parse()
H A Dencoding.c63 #define DPRINTF(a) printf a macro
65 #define DPRINTF(a) macro
115 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
119 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
124 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
128 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
139 DPRINTF(("ucs32 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
148 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
150 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
161 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
[all …]
H A Dcompress.c82 #define DPRINTF(...) do { \ macro
90 #define DPRINTF(...) macro
342 DPRINTF("rv = %d\n", rv); in file_zmagic()
350 DPRINTF("Zmagic returns %d\n", rv); in file_zmagic()
747 DPRINTF("Fork failed (%s)\n", strerror(errno)); in writechild()
753 DPRINTF("Write failed (%s)\n", strerror(errno)); in writechild()
772 DPRINTF("Filter error[[[%s]]]\n", buf); in filter_error()
784 DPRINTF("Filter error after[[[%s]]]\n", (char *)ubuf); in filter_error()
970 DPRINTF("Child wait return %#x\n", status); in uncompressbuf()
972 DPRINTF("Child not exited (%#x)\n", status); in uncompressbuf()
[all …]
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1050 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1060 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1070 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %"
1383 DPRINTF("Zmagic returns %d\n", rv);

Completed in 75 milliseconds