Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h153 char *writeout; /* %-styled format string to output */ member
Dtool_cfgable.c133 Curl_safefree(config->writeout); in free_config_fields()
Dtool_getparam.c1915 err = file2string(&config->writeout, file); in getparameter()
1920 if(!config->writeout) in getparameter()
1924 GetStr(&config->writeout, nextarg); in getparameter()
Dtool_operate.c1655 if(config->writeout) in operate_do()
1656 ourWriteOut(curl, &outs, config->writeout); in operate_do()
/external/curl/docs/
DINTERNALS.md497 When the operation is done, the ourWriteOut() function in src/writeout.c may
/external/curl/
DCHANGES.07073 - Now curl warns if an unknown variable is used in the -w/--writeout argument.
8197 num_redirects support to the -w writeout option for the command line tool.
12237 - Bug report #556869 pointed out that src/writeout.c didn't compile on freebsd
12251 - Paul Harrington found out that src/writeout.c needed an additional header
12447 to values. The names are the same ones as for the -w/--writeout option.
15928 getting the writeout data and move that too to the client).