Searched refs:error_desc (Results 1 – 2 of 2) sorted by relevance
189 const char *error_desc = nullptr; in DoExecute() local193 error_desc = real_stop_info_sp->GetDescription(); in DoExecute()195 if (error_desc) in DoExecute()198 error_desc); in DoExecute()
723 const char *error_desc = NULL; in DumpPacket() local725 error_desc = "error: invalid packet (too short): "; in DumpPacket()1146 error_desc = "error: invalid packet command: "; in DumpPacket()1150 if (error_desc) { in DumpPacket()1151 s.PutCString(error_desc); in DumpPacket()