Lines Matching defs:out
234 * available version, and the other way around. We have to figure out the
985 ERRSTR("The handshake operation timed out"));
2102 const unsigned char *out;
2105 SSL_get0_alpn_selected(self->ssl, &out, &outlen);
2107 if (out == NULL)
2109 return PyUnicode_FromStringAndSize((char *)out, outlen);
2373 "The write operation timed out");
2409 "The write operation timed out");
2567 "The read operation timed out");
2685 "The read operation timed out");
2688 "The write operation timed out");
3319 do_protocol_selection(int alpn, unsigned char **out, unsigned char *outlen,
3333 ret = SSL_select_next_proto(out, outlen,
3344 const unsigned char **out, unsigned char *outlen,
3349 return do_protocol_selection(1, (unsigned char **)out, outlen,