Searched defs:ssl_async_args (Results 1 – 1 of 1) sorted by relevance
88 struct ssl_async_args { struct89 SSL *s;90 void *buf;91 size_t num;92 enum { READFUNC, WRITEFUNC, OTHERFUNC } type;93 union {97 } f;