• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/

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);
973 my_setopt_str(curl, CURLOPT_ACCEPT_ENCODING, "");
981 my_setopt_str(curl, CURLOPT_FTPPORT, config->ftpport);
995 my_setopt_str(curl, CURLOPT_SSLCERT, config->cert);
996 my_setopt_str(curl, CURLOPT_SSLCERTTYPE, config->cert_type);
997 my_setopt_str(curl, CURLOPT_SSLKEY, config->key);
998 my_setopt_str(curl, CURLOPT_SSLKEYTYPE, config->key_type);
999 my_setopt_str(curl, CURLOPT_KEYPASSWD, config->key_passwd);
1005 my_setopt_str(curl, CURLOPT_SSH_PRIVATE_KEYFILE, config->key);
1007 my_setopt_str(curl, CURLOPT_SSH_PUBLIC_KEYFILE, config->pubkey);
1011 my_setopt_str(curl, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5,
1016 my_setopt_str(curl, CURLOPT_CAINFO, config->cacert);
1018 my_setopt_str(curl, CURLOPT_CAPATH, config->capath);
1020 my_setopt_str(curl, CURLOPT_CRLFILE, config->crlfile);
1072 my_setopt_str(curl, CURLOPT_COOKIE, config->cookie);
1075 my_setopt_str(curl, CURLOPT_COOKIEFILE, config->cookiefile);
1079 my_setopt_str(curl, CURLOPT_COOKIEJAR, config->cookiejar);
1089 my_setopt_str(curl, CURLOPT_CUSTOMREQUEST, config->customrequest);
1093 my_setopt_str(curl, CURLOPT_INTERFACE, config->iface);
1094 my_setopt_str(curl, CURLOPT_KRBLEVEL, config->krblevel);
1107 my_setopt_str(curl, CURLOPT_DNS_SERVERS, config->dns_servers);
1111 my_setopt_str(curl, CURLOPT_DNS_INTERFACE, config->dns_interface);
1113 my_setopt_str(curl, CURLOPT_DNS_LOCAL_IP4, config->dns_ipv4_addr);
1115 my_setopt_str(curl, CURLOPT_DNS_LOCAL_IP6, config->dns_ipv6_addr);
1121 my_setopt_str(curl, CURLOPT_RANDOM_FILE, config->random_file);
1122 my_setopt_str(curl, CURLOPT_EGDSOCKET, config->egd_file);
1127 my_setopt_str(curl, CURLOPT_SSL_CIPHER_LIST, config->cipher_list);
1192 my_setopt_str(curl, CURLOPT_SOCKS5_GSSAPI_SERVICE,
1197 my_setopt_str(curl, CURLOPT_SOCKS5_GSSAPI_NEC,
1202 my_setopt_str(curl, CURLOPT_FTP_ACCOUNT, config->ftp_account);
1215 my_setopt_str(curl, CURLOPT_LOCALPORTRANGE,
1220 my_setopt_str(curl, CURLOPT_FTP_ALTERNATIVE_TO_USER,
1254 my_setopt_str(curl, CURLOPT_MAIL_FROM, config->mail_from);
1289 my_setopt_str(curl, CURLOPT_TLSAUTH_USERNAME,
1292 my_setopt_str(curl, CURLOPT_TLSAUTH_PASSWORD,
1295 my_setopt_str(curl, CURLOPT_TLSAUTH_TYPE,
1301 my_setopt_str(curl, CURLOPT_GSSAPI_DELEGATION,
1309 my_setopt_str(curl, CURLOPT_MAIL_AUTH, config->mail_auth);