Searched defs:UserDefined (Results 1 – 2 of 2) sorted by relevance
1421 struct UserDefined { struct1422 FILE *err; /* the stderr user data goes here */1423 void *debugdata; /* the data that will be passed to fdebug */1424 char *errorbuffer; /* (Static) store failure messages in here */1425 long proxyport; /* If non-zero, use this port number by default. If the1428 void *out; /* CURLOPT_WRITEDATA */1429 void *in; /* CURLOPT_READDATA */1430 void *writeheader; /* write the header to this if non-NULL */1431 void *rtp_out; /* write RTP to this if non-NULL */1432 long use_port; /* which port to use (when not using default) */[all …]
418 UserDefinedConversionSequence UserDefined; member