Home | History | Annotate | Download | only in src

Lines Matching full:error_text

145 				    char const * const error_text);
148 char const * const error_text);
2460 char const * const error_text)
2470 newerror->error_text = strdup(error_text);
2489 char const * const error_text)
2498 snprintf(outstr, sizeof(outstr), "PTP Layer error %04x: %s", ptp_error, error_text);
2549 if (tmp->error_text != NULL) {
2550 free(tmp->error_text);
2574 if (tmp->error_text != NULL) {
2575 LIBMTP_ERROR("Error %d: %s\n", tmp->errornumber, tmp->error_text);