Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dsmtp.c109 static CURLcode smtp_parse_custom_request(struct Curl_easy *data);
1523 result = smtp_parse_custom_request(data); in smtp_do()
1719 static CURLcode smtp_parse_custom_request(struct Curl_easy *data) in smtp_parse_custom_request() function