Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dconnect.c353 static int conn_write(BIO *bio, const char *in, int in_len) { in conn_write() function
503 return conn_write(bp, str, strlen(str)); in conn_puts()
521 BIO_TYPE_CONNECT, "socket connect", conn_write, conn_read,