Home
last modified time | relevance | path

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

/aosp_15_r20/external/curl/src/
H A Dtool_paramhlp.h31 ParameterError file2string(char **bufp, FILE *file);
H A Dtool_paramhlp.c93 ParameterError file2string(char **bufp, FILE *file) in file2string() function
H A Dtool_getparam.c885 err = file2string(&postdata, file); in set_data()
1950 err = file2string(&tmpcfg, file); in getparameter()
2574 err = file2string(&config->writeout, file); in getparameter()
H A Dtool_operate.c1951 if((PARAM_OK == file2string(&etag_from_file, file)) && in single_transfer()