Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h90 char *mail_auth; member
Dtool_cfgable.c86 Curl_safefree(config->mail_auth); in free_config_fields()
Dtool_operate.c1388 if(config->mail_auth) in operate_do()
1389 my_setopt_str(curl, CURLOPT_MAIL_AUTH, config->mail_auth); in operate_do()
Dtool_getparam.c987 GetStr(&config->mail_auth, nextarg); in getparameter()