Home
last modified time | relevance | path

Searched refs:smtp_result_strs (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/lwip/core/src/apps/smtp/
H A Dsmtp.c212 static const char *smtp_result_strs[] = { variable
322 if (smtp_result >= LWIP_ARRAYSIZE(smtp_result_strs)) { in smtp_result_str()
325 return smtp_result_strs[smtp_result]; in smtp_result_str()