Lines Matching refs:ALLOW_BLANK
52 #define ALLOW_BLANK TRUE macro
625 err = getstr(&postdata, p, ALLOW_BLANK); in data_urlencode()
907 err = getstr(&postdata, nextarg, ALLOW_BLANK); in set_data()
1202 err = getstr(&config->doh_url, nextarg, ALLOW_BLANK); in getparameter()
1607 err = getstr(&config->noproxy, nextarg, ALLOW_BLANK); in getparameter()
1816 err = getstr(&config->useragent, nextarg, ALLOW_BLANK); in getparameter()
1822 err = getstr(&config->altsvc, nextarg, ALLOW_BLANK); in getparameter()
1828 err = getstr(&config->hsts, nextarg, ALLOW_BLANK); in getparameter()
1887 err = getstr(&config->referer, ptr, ALLOW_BLANK); in getparameter()
2000 err = getstr(&config->tls_password, nextarg, ALLOW_BLANK); in getparameter()
2055 err = getstr(&config->proxy_tls_username, nextarg, ALLOW_BLANK); in getparameter()
2082 err = getstr(&config->proxy_key, nextarg, ALLOW_BLANK); in getparameter()
2088 err = getstr(&config->proxy_key_passwd, nextarg, ALLOW_BLANK); in getparameter()
2102 err = getstr(&config->login_options, nextarg, ALLOW_BLANK); in getparameter()
2490 err = getstr(&config->userpwd, nextarg, ALLOW_BLANK); in getparameter()
2495 err = getstr(&config->proxyuserpwd, nextarg, ALLOW_BLANK); in getparameter()
2587 err = getstr(&config->writeout, nextarg, ALLOW_BLANK); in getparameter()
2594 err = getstr(&config->proxy, nextarg, ALLOW_BLANK); in getparameter()