Home | History | Annotate | Download | only in dump_cache

Lines Matching defs:DEBUGMSG

33 #define DEBUGMSG(...) {}
35 #define DEBUGMSG(...) { printf(__VA_ARGS__); }
319 DEBUGMSG("Master DoInit\n");
356 DEBUGMSG("Master SendGetPrevEntry\n");
365 DEBUGMSG("Master DoGetEntry\n");
384 DEBUGMSG("Master DoGetKey\n");
420 DEBUGMSG("Entry \"%s\" created\n", key.c_str());
429 DEBUGMSG("Master DoGetUseTimes\n");
442 DEBUGMSG("Master SendGetDataSize (%d)\n", stream_);
452 DEBUGMSG("Master DoGetDataSize: %d\n", input_->msg.arg2);
468 DEBUGMSG("Master CloseEntry\n");
478 DEBUGMSG("Master SendReadData (%d): %d bytes at %d\n", stream_, read_size,
498 DEBUGMSG("Master DoReadData: %d bytes\n", input_->msg.buffer_bytes);
541 DEBUGMSG("Master SendQuit\n");
551 DEBUGMSG("Master DoEnd\n");
556 DEBUGMSG("Master Fail\n");
680 DEBUGMSG("\t\t\tSlave DoInit\n");
690 DEBUGMSG("\t\t\tSlave DoGetNextEntry\n");
705 DEBUGMSG("\t\t\tSlave DoGetPrevEntry\n");
726 DEBUGMSG("\t\t\tSlave GetEntryFromList\n");
750 DEBUGMSG("\t\t\tSlave DoGetEntryComplete\n");
753 DEBUGMSG("\t\t\tSlave end of list\n");
762 DEBUGMSG("\t\t\tSlave DoCloseEntry\n");
778 DEBUGMSG("\t\t\tSlave DoGetKey\n");
800 DEBUGMSG("\t\t\tSlave DoGetUseTimes\n");
815 DEBUGMSG("\t\t\tSlave DoGetDataSize\n");
832 DEBUGMSG("\t\t\tSlave DoReadData\n");
859 DEBUGMSG("\t\t\tSlave DoReadDataComplete\n");
867 DEBUGMSG("\t\t\tSlave DoEnd\n");
872 DEBUGMSG("\t\t\tSlave Fail\n");