Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_mem.c95 static int mem_gets(BIO *bio, char *out, int out_len);
104 .bgets = mem_gets,
326 mem_gets(BIO *bio, char *out, int out_len) in mem_gets() function