Searched refs:null_write (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_null.c | 15 static int null_write(BIO *h, const char *buf, int num); 24 null_write, 45 static int null_write(BIO *b, const char *in, int inl) in null_write() function
|
/third_party/openssl/crypto/bio/ |
H A D | bss_null.c | 15 static int null_write(BIO *h, const char *buf, int num); 24 null_write, 45 static int null_write(BIO *b, const char *in, int inl) in null_write() function
|
/third_party/libfuse/example/ |
H A D | null.c | 94 static int null_write(const char *path, const char *buf, size_t size, in null_write() function 112 .write = null_write,
|
Completed in 1 milliseconds