Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dis_json.c47 #define DPRINTF(a, b, c) \ macro
174 DPRINTF("Bad string: ", uc, *ucp); in json_parse_string()
211 DPRINTF("Bad array: ", uc, *ucp); in json_parse_array()
231 DPRINTF("not string", uc, *ucp); in json_parse_object()
234 DPRINTF("next field", uc, *ucp); in json_parse_object()
236 DPRINTF("not string", uc, *ucp); in json_parse_object()
243 DPRINTF("not colon", uc, *ucp); in json_parse_object()
247 DPRINTF("not json", uc, *ucp); in json_parse_object()
261 DPRINTF("not more", uc, *ucp); in json_parse_object()
267 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
219 DPRINTF(("%s:[3] bad len %zu + %zu >= %zu\n", in getlength()
272 DPRINTF(("%s: bad tag 1\n", __func__)); in der_offs()
280 DPRINTF(("%s: bad tag 2\n", __func__)); in der_offs()
287 DPRINTF(("cont_level = %d\n", m->cont_level)); in der_offs()
317 DPRINTF(("%s: bad tag 1\n", __func__)); in der_cmp()
326 DPRINTF(("%s: bad tag 2\n", __func__)); in der_cmp()
346 DPRINTF(("%s: EOF match\n", __func__)); in der_cmp()
353 DPRINTF(("%s: no digit %c\n", __func__, *s)); in der_cmp()
[all …]
H A Dcompress.c96 #define DPRINTF(...) do { \ macro
104 #define DPRINTF(...) macro
370 DPRINTF("rv = %d\n", rv); in file_zmagic()
378 DPRINTF("Zmagic returns %d\n", rv); in file_zmagic()
615 DPRINTF("builtin zlib decompression\n"); in uncompresszlib()
738 DPRINTF("builtin zstd decompression\n"); in uncompresszstd()
844 DPRINTF("Makeerror %s\n", fmt); in makeerror()
850 DPRINTF("Makeerror failed"); in makeerror()
970 DPRINTF("Filter error[[[%s]]]\n", buf); in filter_error()
1161 DPRINTF("Write to child failed\n"); in uncompressbuf()
[all …]
H A Dcdf.c71 #define DPRINTF(a) printf a, fflush(stdout) macro
73 #define DPRINTF(a)
388 DPRINTF(("Bad short sector size %hu\n", in cdf_read_header()
510 DPRINTF(("Reading sector %d", in cdf_read_sat()
537 DPRINTF(("Chain:")); in cdf_count_chain()
540 DPRINTF((" empty\n")); in cdf_count_chain()
545 DPRINTF((" %d", sid)); in cdf_count_chain()
557 DPRINTF((" none, sid: %d\n", sid)); in cdf_count_chain()
561 DPRINTF(("\n")); in cdf_count_chain()
700 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
107 DPRINTF(("utf-7 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
111 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
116 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
120 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
131 DPRINTF(("ucs32 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
140 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
142 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
160 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
[all …]
H A Dis_simh.c53 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
55 #define DPRINTF(fmt, ...)
/php-src/ext/fileinfo/
H A Dlibmagic.patch999 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1011 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u\n",
1021 - DPRINTF(("%s,%" SIZE_T_FORMAT "u: %s %" SIZE_T_FORMAT "u %"
1253 DPRINTF("uncompressbuf = %d, %s, %" SIZE_T_FORMAT "u\n", urv,
1293 DPRINTF("Zmagic returns %d\n", rv);

Completed in 27 milliseconds