HomeSort by: relevance | last modified time | path
    Searched defs:fd_write (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_fd.c 51 static int fd_write(BIO *h, const char *buf, int num);
64 fd_write,
131 static int fd_write(BIO *b, const char *in, int inl) function
204 ret = fd_write(bp, str, n);
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_fd.c 51 static int fd_write(BIO *h, const char *buf, int num);
64 fd_write,
131 static int fd_write(BIO *b, const char *in, int inl) function
204 ret = fd_write(bp, str, n);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_fd.c 51 static int fd_write(BIO *h, const char *buf, int num);
65 fd_write,
133 static int fd_write(BIO *b, const char *in, int inl) function
206 ret = fd_write(bp, str, n);
  /src/external/bsd/libfido2/dist/fuzz/
mutator_aux.c 280 fd_write(int fd, const void *ptr, size_t len) function
  /src/external/gpl3/gcc/dist/gcc/cp/
mapper-client.cc 354 int fd_write = mapper->GetFDWrite (); local
355 if (fd_write >= 0)
356 close (fd_write);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mapper-client.cc 344 int fd_write = mapper->GetFDWrite (); local
345 if (fd_write >= 0)
346 close (fd_write);

Completed in 19 milliseconds