Searched defs:UserDefined (Results 1 – 7 of 7) sorted by relevance
1596 struct UserDefined { struct1597 FILE *err; /* the stderr user data goes here */1598 void *debugdata; /* the data that will be passed to fdebug */1599 char *errorbuffer; /* (Static) store failure messages in here */1600 long proxyport; /* If non-zero, use this port number by default. If the1603 void *out; /* CURLOPT_WRITEDATA */1604 void *in_set; /* CURLOPT_READDATA */1605 void *writeheader; /* write the header to this if non-NULL */1606 void *rtp_out; /* write RTP to this if non-NULL */1607 long use_port; /* which port to use (when not using default) */[all …]
70 struct UserDefined { struct71 int n = 0;72 constexpr UserDefined &operator=(const UserDefined&) { return *this; } in operator =()73 constexpr UserDefined &operator+=(const UserDefined&) { return *this; } in operator +=()74 constexpr void operator<<(const UserDefined&) const {} in operator <<()75 constexpr void operator>>(const UserDefined&) const {} in operator >>()76 constexpr void operator+(const UserDefined&) const {} in operator +()77 constexpr void operator[](int) const {} in operator []()
43 UserDefined, enumerator
442 message UserDefined { message
419 UserDefinedConversionSequence UserDefined; member
558 UserDefinedConversionSequence UserDefined; member
1385 SmallSet<CompositePair,4> UserDefined; in computeComposites() local