Searched refs:s_error_msg (Results 1 – 1 of 1) sorted by relevance
48 static const char *s_error_msg[] = {"error code 0", "boolean true", variable1673 for (ix = 0; ix < res && s_error_msg[ix] != NULL; ++ix) in mp_error_string()1676 if (s_error_msg[ix] != NULL) { in mp_error_string()1677 return s_error_msg[ix]; in mp_error_string()