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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_writeout.h26 void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo);
H A Dtool_cb_hdr.h30 * 'outs' member is a pointer to the OutStruct variable used to keep
33 * 'heads' member is a pointer to the OutStruct variable used to keep
42 struct OutStruct *outs;
43 struct OutStruct *heads;
H A Dtool_sdecls.h30 * OutStruct variables keep track of information relative to curl's
37 * dynamically allocated and 'belongs' to this OutStruct, otherwise FALSE.
65 struct OutStruct { struct
H A Dtool_cb_hdr.c45 struct OutStruct *outs = hdrcbdata->outs;
46 struct OutStruct *heads = hdrcbdata->heads;
H A Dtool_metalink.h119 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs,
H A Dtool_cb_wrt.c41 struct OutStruct *outs = userdata;
70 /* Some internal congruency checks on received OutStruct */
H A Dtool_writeout.c102 void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo)
H A Dtool_operate.c198 struct OutStruct heads;
216 memset(&heads, 0, sizeof(struct OutStruct));
471 struct OutStruct outs;
487 memset(&outs, 0, sizeof(struct OutStruct));
1653 memset(&outs, 0, sizeof(struct OutStruct));
H A Dtool_metalink.c714 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs,
792 struct OutStruct *outs = userdata;

Completed in 126 milliseconds