Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_hdr.c174 if(!tool_create_output_file(outs, per->config)) in tool_header_cb()
179 if(!outs->stream && !tool_create_output_file(outs, per->config)) in tool_header_cb()
199 if(!outs->stream && !tool_create_output_file(outs, per->config)) in tool_header_cb()
Dtool_cb_wrt.h33 bool tool_create_output_file(struct OutStruct *outs,
Dtool_cb_wrt.c52 bool tool_create_output_file(struct OutStruct *outs, in tool_create_output_file() function
181 if(!outs->stream && !tool_create_output_file(outs, per->config)) in tool_write_cb()
Dtool_operate.c389 if(!cond_unmet && !tool_create_output_file(outs, config)) in post_per_transfer()