Searched refs:reportedby (Results 1 – 4 of 4) sorted by relevance
251 hdr.reportedbylen = getlen(rec->reportedby); in create_log_event()276 myfile.write((char*) rec->reportedby, hdr.reportedbylen); in create_log_event()322 (*rec)->reportedby = new char[hdr.reportedbylen]; in open()323 f.read((*rec)->reportedby, hdr.reportedbylen); in open()339 delete[] rec->reportedby; in close()
182 p = rec->reportedby; in prop_message()238 char *reportedby) in accept_message() argument263 rec.reportedby = reportedby; in accept_message()304 rec.reportedby = (char*) "Test"; in method_accept_test_message()
22 char *reportedby; member
12 const char* reportedby, in build_event_record() argument20 const_cast<char*> (reportedby), in build_event_record()