Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h191 struct curl_slist *postquote; member
Dtool_cfgable.c152 curl_slist_free_all(config->postquote); in free_config_fields()
Dtool_getparam.c2407 err = add2list(&config->postquote, nextarg); in getparameter()
Dtool_operate.c2031 my_setopt_slist(curl, CURLOPT_POSTQUOTE, config->postquote); in single_transfer()
/third_party/curl/lib/vssh/
Dlibssh.c1014 if(data->set.postquote) { in myssh_statemach_act()
1016 sshc->quote_item = data->set.postquote; in myssh_statemach_act()
2555 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
Dlibssh2.c1479 if(data->set.postquote) { in ssh_statemach_act()
1481 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
3663 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
/third_party/curl/lib/
Durldata.h1754 struct curl_slist *postquote; /* after the transfer */ member
Dftp.c1660 item = data->set.postquote; in ftp_state_quote()
3447 if(!status && !result && !premature && data->set.postquote) in ftp_done()
3448 result = ftp_sendquote(data, conn, data->set.postquote); in ftp_done()
Dsetopt.c1358 data->set.postquote = va_arg(param, struct curl_slist *); in Curl_vsetopt()