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