HomeSort by relevance Sort by last modified time
    Searched refs:OutStruct (Results 1 - 10 of 10) sorted by null

  /external/curl/src/
tool_writeout.h 26 void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo);
tool_cb_hdr.h 30 * '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;
tool_cb_wrt.h 33 bool tool_create_output_file(struct OutStruct *outs);
tool_sdecls.h 30 * OutStruct variables keep track of information relative to curl's
37 * dynamically allocated and 'belongs' to this OutStruct, otherwise FALSE.
65 struct OutStruct {
tool_cb_hdr.c 46 struct OutStruct *outs = hdrcbdata->outs;
47 struct OutStruct *heads = hdrcbdata->heads;
tool_cb_wrt.c 35 bool tool_create_output_file(struct OutStruct *outs)
78 struct OutStruct *outs = userdata;
115 /* Some internal congruency checks on received OutStruct */
tool_metalink.h 119 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs,
tool_writeout.c 107 void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo)
tool_operate.c 260 struct OutStruct heads;
279 memset(&heads, 0, sizeof(struct OutStruct));
536 struct OutStruct outs;
552 memset(&outs, 0, sizeof(struct OutStruct));
    [all...]
tool_metalink.c 814 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs,
894 struct OutStruct *outs = userdata;

Completed in 119 milliseconds