/external/chromium_org/third_party/openssl/openssl/ssl/ |
bio_ssl.c | 68 static int ssl_write(BIO *h, const char *buf, int num); 89 ssl_write, 232 static int ssl_write(BIO *b, const char *out, int outl) function 247 ret=SSL_write(ssl,out,outl);
|
ssl.h | 422 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st 630 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success 633 /* Make it possible to retry SSL_write() with changed buffer location 635 * the misconception that non-blocking SSL_write() behaves like [all...] |
/external/openssl/ssl/ |
bio_ssl.c | 68 static int ssl_write(BIO *h, const char *buf, int num); 89 ssl_write, 228 static int ssl_write(BIO *b, const char *out, int outl) function 243 ret=SSL_write(ssl,out,outl);
|
ssl.h | 419 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st 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 [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ssl.h | 422 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st 630 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success 633 /* Make it possible to retry SSL_write() with changed buffer location 635 * the misconception that non-blocking SSL_write() behaves like [all...] |
/external/openssl/include/openssl/ |
ssl.h | 419 int (*ssl_write)(SSL *s,const void *buf,int len); member in struct:ssl_method_st 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 [all...] |