Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cb_hdr.h46 struct OutStruct *outs;
47 struct OutStruct *heads;
48 struct OutStruct *etag_save;
H A Dtool_operate.h49 struct OutStruct outs;
50 struct OutStruct heads;
51 struct OutStruct etag_save;
H A Dtool_cb_wrt.h35 bool tool_create_output_file(struct OutStruct *outs,
H A Dtool_sdecls.h65 struct OutStruct { struct
H A Dtool_cb_hdr.c92 struct OutStruct *outs = &per->outs; in tool_header_cb()
93 struct OutStruct *heads = &per->heads; in tool_header_cb()
94 struct OutStruct *etag_save = &per->etag_save; in tool_header_cb()
H A Dtool_cb_wrt.c52 bool tool_create_output_file(struct OutStruct *outs, in tool_create_output_file()
139 struct OutStruct *outs = &per->outs; in tool_write_cb()
H A Dtool_operate.c458 struct OutStruct *outs = &per->outs; in post_per_transfer()
1923 struct OutStruct *outs; in single_transfer()
1924 struct OutStruct *heads; in single_transfer()
1925 struct OutStruct *etag_save; in single_transfer()
1927 struct OutStruct etag_first; in single_transfer()

Completed in 28 milliseconds