Searched refs:OutStruct (Results 1 – 7 of 7) sorted by relevance
46 struct OutStruct *outs;47 struct OutStruct *heads;48 struct OutStruct *etag_save;
49 struct OutStruct outs;50 struct OutStruct heads;51 struct OutStruct etag_save;
35 bool tool_create_output_file(struct OutStruct *outs,
65 struct OutStruct { struct
92 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()
52 bool tool_create_output_file(struct OutStruct *outs, in tool_create_output_file()139 struct OutStruct *outs = &per->outs; in tool_write_cb()
458 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