Searched refs:null_read (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/crypto/libressl/crypto/bio/ |
| H A D | bss_null.c | 68 static int null_read(BIO *h, char *buf, int size); 79 .bread = null_read, 111 null_read(BIO *b, char *out, int outl) in null_read() function
|
| /dflybsd-src/stand/lib/ |
| H A D | nullfs.c | 84 null_read(struct open_file *f, void *buf, size_t size, size_t *resid) in null_read() function
|
| H A D | stand.h | 365 extern int null_read(struct open_file *, void *, size_t, size_t *);
|