Searched defs:UserDefined (Results 1 – 3 of 3) sorted by relevance
1506 struct UserDefined { struct1507 FILE *err; /* the stderr user data goes here */1508 void *debugdata; /* the data that will be passed to fdebug */1509 char *errorbuffer; /* (Static) store failure messages in here */1510 long proxyport; /* If non-zero, use this port number by default. If the1513 void *out; /* CURLOPT_WRITEDATA */1514 void *in_set; /* CURLOPT_READDATA */1515 void *writeheader; /* write the header to this if non-NULL */1516 void *rtp_out; /* write RTP to this if non-NULL */1517 long use_port; /* which port to use (when not using default) */[all …]
278 message UserDefined { message
419 UserDefinedConversionSequence UserDefined; member