Home | History | Annotate | Download | only in mux

Lines Matching refs:error_str_

100   char error_str_[ERROR_STR_MAX_LENGTH];  // Error string. Empty if no error.
219 enc->error_str_[0] = '\0'; // Empty string.
223 if (snprintf(enc->error_str_, ERROR_STR_MAX_LENGTH, "%s.", str) < 0) {
230 if (snprintf(enc->error_str_, ERROR_STR_MAX_LENGTH, "%s: %d.", str,
1578 return enc->error_str_;