Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Dbss_null.c67 static int null_gets(BIO *h, char *str, int size);
78 null_gets,
140 static int null_gets(BIO *bp, char *buf, int size) in null_gets() function