Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbf_null.c20 static int nullf_read(BIO *h, char *buf, int size);
33 nullf_read,
47 static int nullf_read(BIO *b, char *out, int outl) in nullf_read() function