Searched refs:postquote (Results 1 – 9 of 9) sorted by relevance
172 struct curl_slist *postquote; member
142 curl_slist_free_all(config->postquote); in free_config_fields()
1921 err = add2list(&config->postquote, nextarg); in getparameter()
1211 my_setopt_slist(curl, CURLOPT_POSTQUOTE, config->postquote); in operate_do()
873 if(data->set.postquote) { in myssh_statemach_act()875 sshc->quote_item = data->set.postquote; in myssh_statemach_act()2398 if(!premature && conn->data->set.postquote && !conn->bits.retry) in sftp_done()
1136 if(data->set.postquote) { in ssh_statemach_act()1138 sshc->quote_item = data->set.postquote; in ssh_statemach_act()3226 if(!premature && conn->data->set.postquote && !conn->bits.retry) in sftp_done()
1582 struct curl_slist *postquote; /* after the transfer */ member
1697 item = data->set.postquote; in ftp_state_quote()3343 if(!status && !result && !premature && data->set.postquote) in ftp_done()3344 result = ftp_sendquote(conn, data->set.postquote); in ftp_done()
1336 data->set.postquote = va_arg(param, struct curl_slist *); in vsetopt()