Lines Matching defs:DX

34 #define DX(x) do { x } while (0);
36 #define DX(x) do { } while (0);
651 DX(fprintf(stderr, "init set_target_revision %ld\n", target_revision);)
667 DX(fprintf(stderr, "init open_root\n");)
671 DX(fprintf(stderr, " %s\n", db->process ? "EXPORT" : "IGNORE");)
695 DX(fprintf(stderr, "init add_directory %s\n", path);)
700 DX(fprintf(stderr, " %s\n", db->process ? "EXPORT" : "IGNORE");)
728 DX(fprintf(stderr, "init close_directory\n");)
729 DX(fprintf(stderr, " %s\n", db->process ? "EXPORT" : "IGNORE");)
748 DX(fprintf(stderr, "init add_file %s\n", path);)
752 DX(fprintf(stderr, " %s\n", fb->process ? "EXPORT" : "IGNORE");)
784 DX(fprintf(stderr, "init apply_textdelta\n");)
785 DX(fprintf(stderr, " %s\n", fb->process ? "EXPORT" : "IGNORE");)
809 DX(fprintf(stderr, "init close_file\n");)
810 DX(fprintf(stderr, " %s\n", fb->process ? "EXPORT" : "IGNORE");)
827 DX(fprintf(stderr, "init change_file_prop %s\n", name);)
828 DX(fprintf(stderr, " %s\n", fb->process ? "EXPORT" : "IGNORE");)
862 DX(fprintf(stderr, "init change_dir_prop %s\n", name);)
863 DX(fprintf(stderr, " %s\n", db->process ? "EXPORT" : "IGNORE");)
894 DX(fprintf(stderr, "init close_edit\n");)
1431 DX(fprintf(stderr, "set_target_revision %ld\n", target_revision);)
1447 DX(fprintf(stderr, "open_root\n");)
1455 DX(fprintf(stderr, " %s (prev %s)\n", db->process ? "EXPORT" : "IGNORE", db->prev_process ? "EXPORT" : "IGNORE");)
1494 DX(fprintf(stderr, "delete_entry %s\n", path);)
1519 DX(fprintf(stderr, " %s\n", prev_process ? "EXPORT" : "IGNORE");)
1557 DX(fprintf(stderr, "add_directory %s\n", path);)
1568 DX(fprintf(stderr, " %s\n", b->process ? "EXPORT" : "IGNORE");)
1676 DX(fprintf(stderr, "open_directory %s\n", path);)
1719 DX(fprintf(stderr, " %s (prev %s)\n", db->process ? "EXPORT" : "IGNORE", db->prev_process ? "EXPORT" : "IGNORE");)
1821 DX(fprintf(stderr, "add_file %s\n", path);)
1832 DX(fprintf(stderr, " %s\n", fb->process ? "EXPORT" : "IGNORE");)
1918 DX(fprintf(stderr, "open_file %s\n", path);)
1942 DX(fprintf(stderr, " %s (prev %s)\n", fb->process ? "EXPORT" : "IGNORE", fb->prev_process ? "EXPORT" : "IGNORE");)
2036 DX(fprintf(stderr, "apply_textdelta\n");)
2037 DX(fprintf(stderr, " %s (ignore_everything %d)\n", fb->process ? "EXPORT" : "IGNORE", fb->ignore_everything);)
2068 DX(fprintf(stderr, "close_file\n");)
2069 DX(fprintf(stderr, " %s\n", fb->process ? "EXPORT" : "IGNORE");)
2085 DX(fprintf(stderr, "absent_file\n");)
2086 DX(fprintf(stderr, " %s\n", fb->process ? "EXPORT" : "IGNORE");)
2100 DX(fprintf(stderr, "close_directory\n");)
2101 DX(fprintf(stderr, " %s\n", db->process ? "EXPORT" : "IGNORE");)
2116 DX(fprintf(stderr, "absent_directory\n");)
2117 DX(fprintf(stderr, " %s\n", db->process ? "EXPORT" : "IGNORE");)
2135 DX(fprintf(stderr, "change_file_prop %s\n", name);)
2136 DX(fprintf(stderr, " %s (ignore_everything %d)\n", fb->process ? "EXPORT" : "IGNORE", fb->ignore_everything);)
2175 DX(fprintf(stderr, "change_dir_prop %s\n", name);)
2176 DX(fprintf(stderr, " %s (ignore_everything %d)\n", db->process ? "EXPORT" : "IGNORE", db->ignore_everything);)
2212 DX(fprintf(stderr, "close_edit\n");)
2217 DX(fprintf(stderr, " discard empty commit\n");)