Home
last modified time | relevance | path

Searched refs:my_setopt_slist (Results 1 – 2 of 2) sorted by relevance

/external/curl/src/
Dtool_setopt.h122 #define my_setopt_slist(x,y,z) \ macro
151 #define my_setopt_slist(x,y,z) \ macro
Dtool_operate.c1303 my_setopt_slist(curl, CURLOPT_HTTPHEADER, config->headers); in single_transfer()
1323 my_setopt_slist(curl, CURLOPT_PROXYHEADER, config->proxyheaders); in single_transfer()
1549 my_setopt_slist(curl, CURLOPT_QUOTE, config->quote); in single_transfer()
1550 my_setopt_slist(curl, CURLOPT_POSTQUOTE, config->postquote); in single_transfer()
1551 my_setopt_slist(curl, CURLOPT_PREQUOTE, config->prequote); in single_transfer()
1598 my_setopt_slist(curl, CURLOPT_TELNETOPTIONS, config->telnet_options); in single_transfer()
1752 my_setopt_slist(curl, CURLOPT_MAIL_RCPT, config->mail_rcpt); in single_transfer()
1779 my_setopt_slist(curl, CURLOPT_RESOLVE, config->resolve); in single_transfer()
1783 my_setopt_slist(curl, CURLOPT_CONNECT_TO, config->connect_to); in single_transfer()