Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c71 #define DPRINTF(a) printf a, fflush(stdout) macro
73 #define DPRINTF(a)
342 DPRINTF(("Bad short sector size 0x%u\n", in cdf_read_header()
436 DPRINTF(("Reading master sector %d", mid)); in cdf_read_sat()
451 DPRINTF(("Reading sector %d", in cdf_read_sat()
476 DPRINTF(("Chain:")); in cdf_count_chain()
478 DPRINTF((" %d", sid)); in cdf_count_chain()
480 DPRINTF(("Counting chain loop limit")); in cdf_count_chain()
491 DPRINTF(("\n")); in cdf_count_chain()
624 DPRINTF(("Read dir loop limit")); in cdf_read_dir()
[all …]
H A Dencoding.c56 #define DPRINTF(a) printf a macro
58 #define DPRINTF(a) macro
87 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
91 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
95 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
107 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
109 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
113 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
120 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
124 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n", in file_encoding()
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c368 DPRINTF(("restarting from line %d\n", __LINE__));\
371 DPRINTF(("jumped back to line %d\n", __LINE__));\
1015 DPRINTF(("bracket %d failed\n", number)); in match()
1059 DPRINTF(("start non-capturing bracket\n")); in match()
1814 DPRINTF(("Recursion matched\n")); in match()
1853 DPRINTF(("Recursion didn't match\n")); in match()
6193 DPRINTF(("Unknown opcode %d\n", *ecode)); in match()
7068 DPRINTF(("Freeing temporary memory\n")); in pcre_exec()
7112 DPRINTF((">>>> returning %d\n", rc)); in pcre_exec()
7124 DPRINTF(("Freeing temporary memory\n")); in pcre_exec()
[all …]
H A Dpcre_internal.h97 #undef DPRINTF
99 #define DPRINTF(p) printf p macro
101 #define DPRINTF(p) /* Nothing */ macro
H A Dpcre_compile.c4513 if (lengthptr != NULL) DPRINTF((">> start branch\n")); in compile_branch()
4615 DPRINTF(("length=%d added %d c=%c (0x%x)\n", *lengthptr, in compile_branch()
4750 DPRINTF((">> end branch\n")); in compile_branch()
8427 DPRINTF(("fixed length = %d\n", fixed_length)); in compile_regex()
9275 DPRINTF(("------------------------------------------------------------------\n")); in pcre_compile2()
9279 DPRINTF(("\n")); in pcre_compile2()
9326 DPRINTF(("end pre-compile: length=%d workspace=%d\n", length, in pcre_compile2()
9542 DPRINTF(("fixed length = %d\n", fixed_length)); in pcre_compile2()
H A DChangeLog5696 + Reduce the ifdef's in pcre.c using macro DPRINTF, thereby eliminating
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch913 DPRINTF(("%d: offset begin %p < end %p || %" SIZE_T_FORMAT "u"
939 DPRINTF(("Out of bounds read %" SIZE_T_FORMAT "u > %"
954 DPRINTF(("Chain:"));
961 - DPRINTF(("Sector %d > %d\n", sid, maxsector));
963 + DPRINTF(("Sector %d >= %d\n", sid, maxsector));
982 DPRINTF(("Ran of the end %p > %p\n", q, e));
990 + DPRINTF(("CDF_VECTOR with nelements == 0\n"));
998 DPRINTF(("nelements = %" SIZE_T_FORMAT "u\n",
1027 - DPRINTF(("Unpack summary info loop limit"));

Completed in 83 milliseconds