Lines Matching refs:DEBUGMSG
28 #define DEBUGMSG(...) {} macro
30 #define DEBUGMSG(...) { printf(__VA_ARGS__); } macro
299 DEBUGMSG("Master DoInit\n"); in DoInit()
329 DEBUGMSG("Master SendGetPrevEntry\n"); in SendGetPrevEntry()
338 DEBUGMSG("Master DoGetEntry\n"); in DoGetEntry()
357 DEBUGMSG("Master DoGetKey\n"); in DoGetKey()
384 DEBUGMSG("Entry \"%s\" created\n", key.c_str()); in DoGetKey()
393 DEBUGMSG("Master DoGetUseTimes\n"); in DoGetUseTimes()
406 DEBUGMSG("Master SendGetDataSize (%d)\n", stream_); in SendGetDataSize()
416 DEBUGMSG("Master DoGetDataSize: %d\n", input_->msg.arg2); in DoGetDataSize()
432 DEBUGMSG("Master CloseEntry\n"); in CloseEntry()
442 DEBUGMSG("Master SendReadData (%d): %d bytes at %d\n", stream_, read_size, in SendReadData()
462 DEBUGMSG("Master DoReadData: %d bytes\n", input_->msg.buffer_bytes); in DoReadData()
487 DEBUGMSG("Master SendQuit\n"); in SendQuit()
497 DEBUGMSG("Master DoEnd\n"); in DoEnd()
502 DEBUGMSG("Master Fail\n"); in Fail()
608 DEBUGMSG("\t\t\tSlave DoInit\n"); in DoInit()
615 DEBUGMSG("\t\t\tSlave DoGetNextEntry\n"); in DoGetNextEntry()
630 DEBUGMSG("\t\t\tSlave DoGetPrevEntry\n"); in DoGetPrevEntry()
646 DEBUGMSG("\t\t\tSlave GetEntryFromList\n"); in GetEntryFromList()
668 DEBUGMSG("\t\t\tSlave end of list\n"); in GetEntryFromList()
674 DEBUGMSG("\t\t\tSlave DoCloseEntry\n"); in DoCloseEntry()
690 DEBUGMSG("\t\t\tSlave DoGetKey\n"); in DoGetKey()
712 DEBUGMSG("\t\t\tSlave DoGetUseTimes\n"); in DoGetUseTimes()
727 DEBUGMSG("\t\t\tSlave DoGetDataSize\n"); in DoGetDataSize()
744 DEBUGMSG("\t\t\tSlave DoReadData\n"); in DoReadData()
765 DEBUGMSG("\t\t\tSlave DoEnd\n"); in DoEnd()
770 DEBUGMSG("\t\t\tSlave Fail\n"); in Fail()