Home | History | Annotate | Download | only in ssl

Lines Matching defs:ssl_write

419 	int (*ssl_write)(SSL *s,const void *buf,int len);
627 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
630 /* Make it possible to retry SSL_write() with changed buffer location
632 * the misconception that non-blocking SSL_write() behaves like
1135 BIO *wbio; /* used by SSL_write */
1140 char *wbio; /* used by SSL_write */
1269 * and SSL_write() calls, good for nbio debuging :-) */
1899 int SSL_write(SSL *ssl,const void *buf,int num);