Lines Matching refs:my_setopt_str
842 my_setopt_str(curl, CURLOPT_URL, this_url); /* what to fetch */
855 my_setopt_str(curl, CURLOPT_XOAUTH2_BEARER, config->xoauth2_bearer);
861 my_setopt_str(curl, CURLOPT_PROXY, config->proxy);
862 my_setopt_str(curl, CURLOPT_PROXYUSERPWD, config->proxyuserpwd);
873 my_setopt_str(curl, CURLOPT_PROXY, config->socksproxy);
916 my_setopt_str(curl, CURLOPT_LOGIN_OPTIONS, config->login_options);
917 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd);
918 my_setopt_str(curl, CURLOPT_RANGE, config->range);
933 my_setopt_str(curl, CURLOPT_POSTFIELDS,
945 my_setopt_str(curl, CURLOPT_REFERER, config->referer);
947 my_setopt_str(curl, CURLOPT_USERAGENT, config->useragent);
979 my_setopt_str(curl, CURLOPT_ACCEPT_ENCODING, "");
987 my_setopt_str(curl, CURLOPT_FTPPORT, config->ftpport);
1001 my_setopt_str(curl, CURLOPT_KEYPASSWD, config->key_passwd);
1007 my_setopt_str(curl, CURLOPT_SSH_PRIVATE_KEYFILE, config->key);
1009 my_setopt_str(curl, CURLOPT_SSH_PUBLIC_KEYFILE, config->pubkey);
1013 my_setopt_str(curl, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5,
1018 my_setopt_str(curl, CURLOPT_CAINFO, config->cacert);
1020 my_setopt_str(curl, CURLOPT_CAPATH, config->capath);
1022 my_setopt_str(curl, CURLOPT_CRLFILE, config->crlfile);
1025 my_setopt_str(curl, CURLOPT_PINNEDPUBLICKEY, config->pinnedpubkey);
1028 my_setopt_str(curl, CURLOPT_SSLCERT, config->cert);
1029 my_setopt_str(curl, CURLOPT_SSLCERTTYPE, config->cert_type);
1030 my_setopt_str(curl, CURLOPT_SSLKEY, config->key);
1031 my_setopt_str(curl, CURLOPT_SSLKEYTYPE, config->key_type);
1089 my_setopt_str(curl, CURLOPT_COOKIE, config->cookie);
1092 my_setopt_str(curl, CURLOPT_COOKIEFILE, config->cookiefile);
1096 my_setopt_str(curl, CURLOPT_COOKIEJAR, config->cookiejar);
1110 my_setopt_str(curl, CURLOPT_CUSTOMREQUEST, config->customrequest);
1114 my_setopt_str(curl, CURLOPT_INTERFACE, config->iface);
1115 my_setopt_str(curl, CURLOPT_KRBLEVEL, config->krblevel);
1128 my_setopt_str(curl, CURLOPT_DNS_SERVERS, config->dns_servers);
1132 my_setopt_str(curl, CURLOPT_DNS_INTERFACE, config->dns_interface);
1134 my_setopt_str(curl, CURLOPT_DNS_LOCAL_IP4, config->dns_ipv4_addr);
1136 my_setopt_str(curl, CURLOPT_DNS_LOCAL_IP6, config->dns_ipv6_addr);
1142 my_setopt_str(curl, CURLOPT_RANDOM_FILE, config->random_file);
1143 my_setopt_str(curl, CURLOPT_EGDSOCKET, config->egd_file);
1148 my_setopt_str(curl, CURLOPT_SSL_CIPHER_LIST, config->cipher_list);
1213 my_setopt_str(curl, CURLOPT_SOCKS5_GSSAPI_SERVICE,
1218 my_setopt_str(curl, CURLOPT_SOCKS5_GSSAPI_NEC,
1223 my_setopt_str(curl, CURLOPT_PROXY_SERVICE_NAME,
1228 my_setopt_str(curl, CURLOPT_SERVICE_NAME,
1234 my_setopt_str(curl, CURLOPT_FTP_ACCOUNT, config->ftp_account);
1247 my_setopt_str(curl, CURLOPT_LOCALPORTRANGE,
1252 my_setopt_str(curl, CURLOPT_FTP_ALTERNATIVE_TO_USER,
1286 my_setopt_str(curl, CURLOPT_MAIL_FROM, config->mail_from);
1321 my_setopt_str(curl, CURLOPT_TLSAUTH_USERNAME,
1324 my_setopt_str(curl, CURLOPT_TLSAUTH_PASSWORD,
1327 my_setopt_str(curl, CURLOPT_TLSAUTH_TYPE,
1333 my_setopt_str(curl, CURLOPT_GSSAPI_DELEGATION,
1341 my_setopt_str(curl, CURLOPT_MAIL_AUTH, config->mail_auth);
1357 my_setopt_str(curl, CURLOPT_UNIX_SOCKET_PATH,