Lines Matching refs:getstr
51 static ParameterError getstr(char **str, const char *val, bool allowblank) in getstr() function
621 err = getstr(&postdata, p, ALLOW_BLANK); in data_urlencode()
903 err = getstr(&postdata, nextarg, ALLOW_BLANK); in set_data()
1048 err = getstr(&url->url, nextarg, DENY_BLANK); in parse_url()
1135 err = getstr(&config->ech_public, nextarg, DENY_BLANK); in parse_ech()
1141 err = getstr(&config->ech_config, nextarg, DENY_BLANK); in parse_ech()
1175 err = getstr(&config->ech, nextarg, DENY_BLANK); in parse_ech()
1258 err = getstr(&url->outfile, nextarg, DENY_BLANK); in parse_output()
1375 err = getstr(&config->range, nextarg, DENY_BLANK); in parse_range()
1413 err = getstr(&url->infile, nextarg, DENY_BLANK); in parse_upload_file()
1512 err = getstr(&config->writeout, nextarg, ALLOW_BLANK); in parse_writeout()
1717 err = getstr(&config->dns_ipv4_addr, nextarg, DENY_BLANK); in getparameter()
1724 err = getstr(&config->dns_ipv6_addr, nextarg, DENY_BLANK); in getparameter()
1727 err = getstr(&config->oauth_bearer, nextarg, DENY_BLANK); in getparameter()
1737 err = getstr(&config->doh_url, nextarg, ALLOW_BLANK); in getparameter()
1743 err = getstr(&config->cipher_list, nextarg, DENY_BLANK); in getparameter()
1750 err = getstr(&config->dns_interface, nextarg, DENY_BLANK); in getparameter()
1766 err = getstr(&config->dns_servers, nextarg, DENY_BLANK); in getparameter()
1769 err = getstr(&global->trace_dump, nextarg, DENY_BLANK); in getparameter()
1780 err = getstr(&global->trace_dump, nextarg, DENY_BLANK); in getparameter()
1866 err = getstr(&config->ipfs_gateway, nextarg, DENY_BLANK); in getparameter()
1881 err = getstr(&config->aws_sigv4, nextarg, DENY_BLANK); in getparameter()
1888 err = getstr(&config->iface, nextarg, DENY_BLANK); in getparameter()
1895 err = getstr(&config->krblevel, nextarg, DENY_BLANK); in getparameter()
1901 err = getstr(&config->haproxy_clientip, nextarg, DENY_BLANK); in getparameter()
1938 err = getstr(&config->proxy, nextarg, DENY_BLANK); in getparameter()
1942 err = getstr(&config->proxy, nextarg, DENY_BLANK); in getparameter()
1946 err = getstr(&config->proxy, nextarg, DENY_BLANK); in getparameter()
1950 err = getstr(&config->proxy, nextarg, DENY_BLANK); in getparameter()
2005 err = getstr(&config->ftp_account, nextarg, DENY_BLANK); in getparameter()
2026 err = getstr(&config->ftp_alternative_to_user, nextarg, DENY_BLANK); in getparameter()
2060 err = getstr(&global->libcurl, nextarg, DENY_BLANK); in getparameter()
2086 err = getstr(&config->noproxy, nextarg, ALLOW_BLANK); in getparameter()
2093 err = getstr(&config->proxy, nextarg, DENY_BLANK); in getparameter()
2100 err = getstr(&config->mail_from, nextarg, DENY_BLANK); in getparameter()
2126 err = getstr(&config->mail_auth, nextarg, DENY_BLANK); in getparameter()
2133 err = getstr(&config->sasl_authzid, nextarg, DENY_BLANK); in getparameter()
2148 err = getstr(&config->unix_socket_path, nextarg, DENY_BLANK); in getparameter()
2154 err = getstr(&config->proxy_service_name, nextarg, DENY_BLANK); in getparameter()
2157 err = getstr(&config->service_name, nextarg, DENY_BLANK); in getparameter()
2160 err = getstr(&config->proto_default, nextarg, DENY_BLANK); in getparameter()
2175 err = getstr(&config->unix_socket_path, nextarg, DENY_BLANK); in getparameter()
2273 err = getstr(&config->cipher13_list, nextarg, DENY_BLANK); in getparameter()
2276 err = getstr(&config->proxy_cipher13_list, nextarg, DENY_BLANK); in getparameter()
2295 err = getstr(&config->useragent, nextarg, ALLOW_BLANK); in getparameter()
2301 err = getstr(&config->altsvc, nextarg, ALLOW_BLANK); in getparameter()
2307 err = getstr(&config->hsts, nextarg, ALLOW_BLANK); in getparameter()
2324 err = getstr(&config->cookiejar, nextarg, DENY_BLANK); in getparameter()
2344 err = getstr(&config->headerfile, nextarg, DENY_BLANK); in getparameter()
2357 err = getstr(&config->referer, ptr, ALLOW_BLANK); in getparameter()
2365 err = getstr(&config->cacert, nextarg, DENY_BLANK); in getparameter()
2374 err = getstr(&config->cert_type, nextarg, DENY_BLANK); in getparameter()
2377 err = getstr(&config->key, nextarg, DENY_BLANK); in getparameter()
2380 err = getstr(&config->key_type, nextarg, DENY_BLANK); in getparameter()
2383 err = getstr(&config->key_passwd, nextarg, DENY_BLANK); in getparameter()
2387 err = getstr(&config->engine, nextarg, DENY_BLANK); in getparameter()
2397 err = getstr(&config->capath, nextarg, DENY_BLANK); in getparameter()
2400 err = getstr(&config->pubkey, nextarg, DENY_BLANK); in getparameter()
2403 err = getstr(&config->hostpubmd5, nextarg, DENY_BLANK); in getparameter()
2410 err = getstr(&config->hostpubsha256, nextarg, DENY_BLANK); in getparameter()
2413 err = getstr(&config->crlfile, nextarg, DENY_BLANK); in getparameter()
2419 err = getstr(&config->tls_username, nextarg, DENY_BLANK); in getparameter()
2426 err = getstr(&config->tls_password, nextarg, ALLOW_BLANK); in getparameter()
2433 err = getstr(&config->tls_authtype, nextarg, DENY_BLANK); in getparameter()
2451 err = getstr(&config->pinnedpubkey, nextarg, DENY_BLANK); in getparameter()
2454 err = getstr(&config->proxy_pinnedpubkey, nextarg, DENY_BLANK); in getparameter()
2481 err = getstr(&config->proxy_tls_username, nextarg, ALLOW_BLANK); in getparameter()
2488 err = getstr(&config->proxy_tls_password, nextarg, DENY_BLANK); in getparameter()
2494 err = getstr(&config->proxy_tls_authtype, nextarg, DENY_BLANK); in getparameter()
2505 err = getstr(&config->proxy_cert_type, nextarg, DENY_BLANK); in getparameter()
2508 err = getstr(&config->proxy_key, nextarg, ALLOW_BLANK); in getparameter()
2511 err = getstr(&config->proxy_key_type, nextarg, DENY_BLANK); in getparameter()
2514 err = getstr(&config->proxy_key_passwd, nextarg, ALLOW_BLANK); in getparameter()
2518 err = getstr(&config->proxy_cipher_list, nextarg, DENY_BLANK); in getparameter()
2521 err = getstr(&config->proxy_crlfile, nextarg, DENY_BLANK); in getparameter()
2528 err = getstr(&config->login_options, nextarg, ALLOW_BLANK); in getparameter()
2531 err = getstr(&config->proxy_cacert, nextarg, DENY_BLANK); in getparameter()
2534 err = getstr(&config->proxy_capath, nextarg, DENY_BLANK); in getparameter()
2561 err = getstr(&config->etag_save_file, nextarg, DENY_BLANK); in getparameter()
2569 err = getstr(&config->etag_compare_file, nextarg, DENY_BLANK); in getparameter()
2572 err = getstr(&config->ssl_ec_curves, nextarg, DENY_BLANK); in getparameter()
2627 err = getstr(&config->request_target, nextarg, DENY_BLANK); in getparameter()
2704 err = getstr(&config->netrc_file, nextarg, DENY_BLANK); in getparameter()
2720 err = getstr(&config->output_dir, nextarg, DENY_BLANK); in getparameter()
2742 err = getstr(&config->ftpport, nextarg, DENY_BLANK); in getparameter()
2781 err = getstr(&config->userpwd, nextarg, ALLOW_BLANK); in getparameter()
2786 err = getstr(&config->proxyuserpwd, nextarg, ALLOW_BLANK); in getparameter()
2800 err = getstr(&config->preproxy, nextarg, DENY_BLANK); in getparameter()
2804 err = getstr(&config->proxy, nextarg, ALLOW_BLANK); in getparameter()
2810 err = getstr(&config->customrequest, nextarg, DENY_BLANK); in getparameter()