Home
last modified time | relevance | path

Searched defs:UserDefined (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Durldata.h1421 struct UserDefined { struct
1422 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 the
1428 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 …]
/external/clang/include/clang/Sema/
DOverload.h418 UserDefinedConversionSequence UserDefined; member