Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_fd.c52 static int fd_read(BIO *h, char *buf, int size);
66 fd_read,
113 static int fd_read(BIO *b, char *out, int outl) in fd_read() function
214 while (ptr < end && fd_read(bp, ptr, 1) > 0) { in fd_gets()

Completed in 5 milliseconds