Searched refs: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
74 static int sock_write(BIO *h, const char *buf, int num);
86 sock_write,
153 static int sock_write(BIO *b, const char *in, int inl) function
213 ret=sock_write(bp,str,n);
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
563 if ( (stat = sock_write(fd, &(req.limits), sizeof(cgid_rlimit_t))) != APR_SUCCESS)
726 rv = sock_write(sd2, &pid, sizeof(pid));
1325 stat = sock_write(sd, &req, sizeof(req));
/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
1142 ignored = sock_write(nbsock, buf, (int)STRLEN(buf));
1165 else if (sock_write(nbsock, buf, (int)STRLEN(buf)) != (int)STRLEN(buf))

Completed in 182 milliseconds