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

/external/boringssl/src/crypto/bio/
H A Dconnect.c379 static int conn_write(BIO *bio, const char *in, int in_len) { function
509 return conn_write(bp, str, strlen(str));
527 BIO_TYPE_CONNECT, "socket connect", conn_write, conn_read,

Completed in 62 milliseconds