Searched refs:result_code (Results 1 – 2 of 2) sorted by relevance
653 extern const char *PORT_GetResultString (const uint8_t result_code);
1889 const char *PORT_GetResultString (const uint8_t result_code) { in PORT_GetResultString() argument1890 if (result_code > PORT_ERR_MAX) { in PORT_GetResultString()1894 return result_code_strings[result_code]; in PORT_GetResultString()