Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbss_null.c15 static int null_write(BIO *h, const char *buf, int num);
25 null_write,
47 static int null_write(BIO *b, const char *in, int inl) in null_write() function