Searched refs:DPRINTF (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/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.3/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 352 DPRINTF(("restarting from line %d\n", __LINE__));\ 355 DPRINTF(("jumped back to line %d\n", __LINE__));\ 1005 DPRINTF(("bracket %d failed\n", number)); in match() 1049 DPRINTF(("start non-capturing bracket\n")); in match() 1803 DPRINTF(("Recursion matched\n")); in match() 1833 DPRINTF(("Recursion didn't match\n")); in match() 6078 DPRINTF(("Unknown opcode %d\n", *ecode)); in match() 6947 DPRINTF(("Freeing temporary memory\n")); in pcre_exec() 6990 DPRINTF((">>>> returning %d\n", rc)); in pcre_exec() 7002 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 | 3755 if (lengthptr != NULL) DPRINTF((">> start branch\n")); in compile_branch() 3854 DPRINTF(("length=%d added %d c=%c (0x%x)\n", *lengthptr, in compile_branch() 3981 DPRINTF((">> end branch\n")); in compile_branch() 7267 DPRINTF(("fixed length = %d\n", fixed_length)); in compile_regex() 7996 DPRINTF(("------------------------------------------------------------------\n")); in pcre_compile2() 8000 DPRINTF(("\n")); in pcre_compile2() 8040 DPRINTF(("end pre-compile: length=%d workspace=%d\n", length, in pcre_compile2() 8210 DPRINTF(("fixed length = %d\n", fixed_length)); in pcre_compile2()
|
H A D | ChangeLog | 4759 + Reduce the ifdef's in pcre.c using macro DPRINTF, thereby eliminating
|
Completed in 107 milliseconds