HomeSort by relevance Sort by last modified time
    Searched defs:ssl_write (Results 1 - 6 of 6) sorted by null

  /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
637 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
640 /* Make it possible to retry SSL_write() with changed buffer location
642 * 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,
232 static int ssl_write(BIO *b, const char *out, int outl) function
247 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
643 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
646 /* Make it possible to retry SSL_write() with changed buffer location
648 * 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
637 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
640 /* Make it possible to retry SSL_write() with changed buffer location
642 * 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
643 /* Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success
646 /* Make it possible to retry SSL_write() with changed buffer location
648 * the misconception that non-blocking SSL_write() behaves like
    [all...]

Completed in 58 milliseconds