Searched defs:ssl_async_args (Results 1 – 1 of 1) sorted by relevance
82 struct ssl_async_args { struct83 SSL *s;84 void *buf;85 size_t num;86 enum { READFUNC, WRITEFUNC, OTHERFUNC } type;87 union {91 } f;
Completed in 25 milliseconds