Searched refs:DPRINTF (Results 1 – 7 of 7) sorted by relevance
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | cdf.c | 71 #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 D | encoding.c | 56 #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.4/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 368 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() 7067 DPRINTF(("Freeing temporary memory\n")); in pcre_exec() 7111 DPRINTF((">>>> returning %d\n", rc)); in pcre_exec() 7123 DPRINTF(("Freeing temporary memory\n")); in pcre_exec() [all …]
|
H A D | pcre_internal.h | 97 #undef DPRINTF 99 #define DPRINTF(p) printf p macro 101 #define DPRINTF(p) /* Nothing */ macro
|
H A D | pcre_compile.c | 4497 if (lengthptr != NULL) DPRINTF((">> start branch\n")); in compile_branch() 4599 DPRINTF(("length=%d added %d c=%c (0x%x)\n", *lengthptr, in compile_branch() 4735 DPRINTF((">> end branch\n")); in compile_branch() 8301 DPRINTF(("fixed length = %d\n", fixed_length)); in compile_regex() 9149 DPRINTF(("------------------------------------------------------------------\n")); in pcre_compile2() 9153 DPRINTF(("\n")); in pcre_compile2() 9199 DPRINTF(("end pre-compile: length=%d workspace=%d\n", length, in pcre_compile2() 9405 DPRINTF(("fixed length = %d\n", fixed_length)); in pcre_compile2()
|
H A D | ChangeLog | 5520 + Reduce the ifdef's in pcre.c using macro DPRINTF, thereby eliminating
|
/PHP-5.4/ext/fileinfo/ |
H A D | libmagic.patch | 913 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 93 milliseconds