Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dtool_cb_hdr.h32 * 'outs' member is a pointer to the OutStruct variable used to keep
35 * 'heads' member is a pointer to the OutStruct variable used to keep
46 struct OutStruct *outs;
47 struct OutStruct *heads;
48 struct OutStruct *etag_save;
H A Dtool_operate.h50 struct OutStruct outs;
51 struct OutStruct heads;
52 struct OutStruct etag_save;
H A Dtool_cb_hdr.c72 struct OutStruct *outs = &per->outs; in tool_header_cb()
73 struct OutStruct *heads = &per->heads; in tool_header_cb()
74 struct OutStruct *etag_save = &per->etag_save; in tool_header_cb()
H A Dtool_cb_wrt.h35 bool tool_create_output_file(struct OutStruct *outs,
H A Dtool_sdecls.h29 * OutStruct variables keep track of information relative to curl's
36 * dynamically allocated and 'belongs' to this OutStruct, otherwise FALSE.
65 struct OutStruct { struct
H A Dtool_cb_wrt.c54 bool tool_create_output_file(struct OutStruct *outs, in tool_create_output_file()
144 struct OutStruct *outs = &per->outs; in tool_write_cb()
177 /* Some internal congruency checks on received OutStruct */ in tool_write_cb()
H A Dtool_operate.c377 struct OutStruct *outs = &per->outs; in post_per_transfer()
868 struct OutStruct *outs; in single_transfer()
869 struct OutStruct *heads; in single_transfer()
870 struct OutStruct *etag_save; in single_transfer()
872 struct OutStruct etag_first; in single_transfer()

Completed in 6 milliseconds