Searched defs:ssl_async_args (Results 1 – 1 of 1) sorted by relevance
107 struct ssl_async_args { struct108 SSL *s;109 void *buf;110 size_t num;111 enum { READFUNC, WRITEFUNC, OTHERFUNC } type;112 union {116 } f;