Searched defs:sock_write (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbss_sock.c69 #define sock_write SockWrite /* Watt-32 uses same names */ macro
153 static int sock_write(BIO *b, const char *in, int inl) function
H A Dbss_dgram.c78 #define sock_write SockWrite /* Watt-32 uses same names */ macro
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_cgid.c365 static apr_status_t sock_write(int fd, const void *buf, size_t buf_size) function
/macosx-10.10/vim-55/src/
H A Dnetbeans.c44 # define sock_write(sd, buf, len) send(sd, buf, len, 0) macro
61 # define sock_write(sd, buf, len) write(sd, buf, len) macro

Completed in 110 milliseconds