Searched refs:null_read (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_null.c | 16 static int null_read(BIO *h, char *buf, int size); 26 null_read, 40 static int null_read(BIO *b, char *out, int outl) in null_read() function
|
/third_party/openssl/crypto/bio/ |
H A D | bss_null.c | 16 static int null_read(BIO *h, char *buf, int size); 26 null_read, 40 static int null_read(BIO *b, char *out, int outl) in null_read() function
|
/third_party/libfuse/example/ |
H A D | null.c | 77 static int null_read(const char *path, char *buf, size_t size, in null_read() function 111 .read = null_read,
|
Completed in 2 milliseconds