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

/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbss_sock.c70 #define sock_read SockRead macro
135 static int sock_read(BIO *b, char *out, int outl) function
H A Dbss_dgram.c79 #define sock_read SockRead macro
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_cgid.c340 static apr_status_t sock_read(int fd, void *vbuf, size_t buf_size) function
[all...]
/macosx-10.10/vim-55/src/
H A Dnetbeans.c45 # define sock_read(sd, buf, len) recv(sd, buf, len, 0) macro
62 # define sock_read(sd, buf, len) read(sd, buf, len) macro

Completed in 276 milliseconds