Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.h195 struct curl_slist *postquote; member
H A Dtool_cfgable.c157 curl_slist_free_all(config->postquote); in free_config_fields()
H A Dtool_getparam.c2383 err = add2list(&config->postquote, nextarg); in getparameter()
H A Dtool_operate.c1987 my_setopt_slist(curl, CURLOPT_POSTQUOTE, config->postquote); in single_transfer()
/curl/lib/vssh/
H A Dlibssh.c1006 if(data->set.postquote) { in myssh_statemach_act()
1008 sshc->quote_item = data->set.postquote; in myssh_statemach_act()
2544 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
H A Dlibssh2.c1482 if(data->set.postquote) { in ssh_statemach_act()
1484 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
3671 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
/curl/lib/
H A Durldata.h1671 struct curl_slist *postquote; /* after the transfer */ member
H A Dftp.c1790 item = data->set.postquote; in ftp_state_quote()
3568 if(!status && !result && !premature && data->set.postquote) in ftp_done()
3569 result = ftp_sendquote(data, conn, data->set.postquote); in ftp_done()
H A Dsetopt.c1377 data->set.postquote = va_arg(param, struct curl_slist *); in Curl_vsetopt()

Completed in 73 milliseconds