Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dtool_cfgable.h191 struct curl_slist *postquote; member
H A Dtool_cfgable.c153 curl_slist_free_all(config->postquote); in free_config_fields()
H A Dtool_getparam.c2497 err = add2list(&config->postquote, nextarg); in getparameter()
H A Dtool_operate.c1828 my_setopt_slist(curl, CURLOPT_POSTQUOTE, config->postquote); in single_transfer()
/third_party/curl/lib/vssh/
H A Dlibssh.c1005 if(data->set.postquote) { in myssh_statemach_act()
1007 sshc->quote_item = data->set.postquote; in myssh_statemach_act()
2543 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
H A Dlibssh2.c1477 if(data->set.postquote) { in ssh_statemach_act()
1479 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
3665 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
/third_party/curl/lib/
H A Dftp.c1659 item = data->set.postquote; in ftp_state_quote()
3440 if(!status && !result && !premature && data->set.postquote) in ftp_done()
3441 result = ftp_sendquote(data, conn, data->set.postquote); in ftp_done()
H A Durldata.h1766 struct curl_slist *postquote; /* after the transfer */ member
H A Dsetopt.c1349 data->set.postquote = va_arg(param, struct curl_slist *); in Curl_vsetopt()

Completed in 27 milliseconds