Home
last modified time | relevance | path

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

/PHP-7.1/ext/fileinfo/libmagic/
H A Dencoding.c56 #define DPRINTF(a) printf a macro
58 #define DPRINTF(a) macro
91 DPRINTF(("ascii %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
95 DPRINTF(("utf8/bom %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
99 DPRINTF(("utf8 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
110 DPRINTF(("ucs16 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
112 DPRINTF(("latin1 %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
116 DPRINTF(("extended %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
123 DPRINTF(("ebcdic %" SIZE_T_FORMAT "u\n", *ulen)); in file_encoding()
127 DPRINTF(("ebcdic/international %" SIZE_T_FORMAT "u\n", in file_encoding()
[all …]
H A Dcdf.c71 #define DPRINTF(a) printf a, fflush(stdout) macro
73 #define DPRINTF(a)
347 DPRINTF(("Bad short sector size 0x%u\n", in cdf_read_header()
456 DPRINTF(("Reading sector %d", in cdf_read_sat()
481 DPRINTF(("Chain:")); in cdf_count_chain()
484 DPRINTF((" empty\n")); in cdf_count_chain()
489 DPRINTF((" %d", sid)); in cdf_count_chain()
491 DPRINTF(("Counting chain loop limit")); in cdf_count_chain()
503 DPRINTF((" none, sid: %d\n", sid)); in cdf_count_chain()
507 DPRINTF(("\n")); in cdf_count_chain()
[all …]
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c366 DPRINTF(("restarting from line %d\n", __LINE__));\
369 DPRINTF(("jumped back to line %d\n", __LINE__));\
1013 DPRINTF(("bracket %d failed\n", number)); in match()
1057 DPRINTF(("start non-capturing bracket\n")); in match()
1812 DPRINTF(("Recursion matched\n")); in match()
1851 DPRINTF(("Recursion didn't match\n")); in match()
6191 DPRINTF(("Unknown opcode %d\n", *ecode)); in match()
7066 DPRINTF(("Freeing temporary memory\n")); in pcre_exec()
7110 DPRINTF((">>>> returning %d\n", rc)); in pcre_exec()
7122 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.c4511 if (lengthptr != NULL) DPRINTF((">> start branch\n")); in compile_branch()
4613 DPRINTF(("length=%d added %d c=%c (0x%x)\n", *lengthptr, in compile_branch()
4748 DPRINTF((">> end branch\n")); in compile_branch()
8439 DPRINTF(("fixed length = %d\n", fixed_length)); in compile_regex()
9287 DPRINTF(("------------------------------------------------------------------\n")); in pcre_compile2()
9291 DPRINTF(("\n")); in pcre_compile2()
9338 DPRINTF(("end pre-compile: length=%d workspace=%d\n", length, in pcre_compile2()
9554 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

Completed in 100 milliseconds