Lines Matching refs:ALLOW_BLANK
48 #define ALLOW_BLANK TRUE macro
621 err = getstr(&postdata, p, ALLOW_BLANK); in data_urlencode()
903 err = getstr(&postdata, nextarg, ALLOW_BLANK); in set_data()
1512 err = getstr(&config->writeout, nextarg, ALLOW_BLANK); in parse_writeout()
1737 err = getstr(&config->doh_url, nextarg, ALLOW_BLANK); in getparameter()
2086 err = getstr(&config->noproxy, nextarg, ALLOW_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()
2357 err = getstr(&config->referer, ptr, ALLOW_BLANK); in getparameter()
2426 err = getstr(&config->tls_password, nextarg, ALLOW_BLANK); in getparameter()
2481 err = getstr(&config->proxy_tls_username, nextarg, ALLOW_BLANK); in getparameter()
2508 err = getstr(&config->proxy_key, nextarg, ALLOW_BLANK); in getparameter()
2514 err = getstr(&config->proxy_key_passwd, nextarg, ALLOW_BLANK); in getparameter()
2528 err = getstr(&config->login_options, nextarg, ALLOW_BLANK); in getparameter()
2781 err = getstr(&config->userpwd, nextarg, ALLOW_BLANK); in getparameter()
2786 err = getstr(&config->proxyuserpwd, nextarg, ALLOW_BLANK); in getparameter()
2804 err = getstr(&config->proxy, nextarg, ALLOW_BLANK); in getparameter()