Searched refs:sdp_error_code (Results 1 – 1 of 1) sorted by relevance
43 } sdp_error_code[] = { variable70 for (size_t i = 0; i < sizeof(sdp_error_code) / sizeof(sdp_error_code_s); in SdpErrorCodeToString()72 if (sdp_error_code[i].error_code == code) { in SdpErrorCodeToString()73 return sdp_error_code[i].name; in SdpErrorCodeToString()