Home
last modified time | relevance | path

Searched refs:hdrfile (Results 1 – 1 of 1) sorted by relevance

/external/curl/src/
Dtool_formparse.c556 char *hdrfile; in get_param_part() local
564 hdrfile = get_param_word(&p, &endpos, endchar); in get_param_part()
566 if(hdrfile == tp) in get_param_part()
567 while(endpos > hdrfile && ISSPACE(endpos[-1])) in get_param_part()
572 fp = fopen(hdrfile, FOPEN_READTEXT); in get_param_part()
574 warnf(config->global, "Cannot read from %s: %s\n", hdrfile, in get_param_part()
577 int i = read_field_headers(config, hdrfile, fp, &headers); in get_param_part()