Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c1781 item = data->set.postquote; in ftp_state_quote()
3561 if(!status && !result && !premature && data->set.postquote) in ftp_done()
3562 result = ftp_sendquote(data, conn, data->set.postquote); in ftp_done()
H A Dsetopt.c1333 data->set.postquote = va_arg(param, struct curl_slist *); in Curl_vsetopt()
H A Durldata.h1700 struct curl_slist *postquote; /* after the transfer */ member
/curl/lib/vssh/
H A Dlibssh.c1007 if(data->set.postquote) { in myssh_statemach_act()
1009 sshc->quote_item = data->set.postquote; in myssh_statemach_act()
2547 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
H A Dlibssh2.c1481 if(data->set.postquote) { in ssh_statemach_act()
1483 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
3671 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
/curl/src/
H A Dtool_cfgable.c155 curl_slist_free_all(config->postquote); in free_config_fields()
H A Dtool_cfgable.h191 struct curl_slist *postquote; member
H A Dtool_getparam.c2550 err = add2list(&config->postquote, nextarg); in getparameter()
H A Dtool_operate.c1830 my_setopt_slist(curl, CURLOPT_POSTQUOTE, config->postquote); in single_transfer()

Completed in 76 milliseconds