Home
last modified time | relevance | path

Searched refs:fqma (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dsmtp.c106 static CURLcode smtp_parse_address(const char *fqma,
1760 * fqma [in] - The fully qualified mailbox address (which may or
1783 static CURLcode smtp_parse_address(const char *fqma, char **address, in smtp_parse_address() argument
1791 char *dup = strdup(fqma[0] == '<' ? fqma + 1 : fqma); in smtp_parse_address()

Completed in 3 milliseconds