Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h189 struct curl_slist *postquote; member
Dtool_cfgable.c147 curl_slist_free_all(config->postquote); in free_config_fields()
Dtool_getparam.c1992 err = add2list(&config->postquote, nextarg); in getparameter()
Dtool_operate.c1743 my_setopt_slist(curl, CURLOPT_POSTQUOTE, config->postquote); in single_transfer()
/external/curl/lib/vssh/
Dlibssh.c983 if(data->set.postquote) { in myssh_statemach_act()
985 sshc->quote_item = data->set.postquote; in myssh_statemach_act()
2524 if(!premature && conn->data->set.postquote && !conn->bits.retry) in sftp_done()
Dlibssh2.c1302 if(data->set.postquote) { in ssh_statemach_act()
1304 sshc->quote_item = data->set.postquote; in ssh_statemach_act()
3466 if(!premature && conn->data->set.postquote && !conn->bits.retry) in sftp_done()
/external/curl/lib/
Durldata.h1674 struct curl_slist *postquote; /* after the transfer */ member
Dftp.c1674 item = data->set.postquote; in ftp_state_quote()
3355 if(!status && !result && !premature && data->set.postquote) in ftp_done()
3356 result = ftp_sendquote(conn, data->set.postquote); in ftp_done()
Dsetopt.c1428 data->set.postquote = va_arg(param, struct curl_slist *); in Curl_vsetopt()