Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Dbss_null.c66 static int null_puts(BIO *h, const char *str);
77 null_puts,
145 static int null_puts(BIO *bp, const char *str) in null_puts() function