Searched refs:conn_write (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/bio/
H A Dbss_conn.c101 static int conn_write(BIO *h, const char *buf, int num);
118 conn_write,
429 static int conn_write(BIO *b, const char *in, int inl) function
632 ret=conn_write(bp,str,n);
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dconnect.c347 static int conn_write(BIO *bio, const char *in, int in_len) { function
494 return conn_write(bp, str, strlen(str));
512 BIO_TYPE_CONNECT, "socket connect", conn_write, conn_read,

Completed in 638 milliseconds