Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbf_null.c19 static int nullf_write(BIO *h, const char *buf, int num);
30 nullf_write,
61 static int nullf_write(BIO *b, const char *in, int inl) in nullf_write() function