Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/bio/
Dbss_sock.c70 #define sock_puts SockPuts macro
75 static int sock_puts(BIO *h, const char *str);
87 sock_puts,
220 static int sock_puts(BIO *bp, const char *str) in sock_puts() function