#include "rubysocket.h"Go to the source code of this file.
Functions | |
| static VALUE | unix_svr_init (VALUE sock, VALUE path) |
| static VALUE | unix_accept (VALUE sock) |
| static VALUE | unix_accept_nonblock (VALUE sock) |
| static VALUE | unix_sysaccept (VALUE sock) |
| void | rsock_init_unixserver (void) |
| void rsock_init_unixserver | ( | void | ) |
Definition at line 139 of file unixserver.c.
References rb_cUNIXServer, rb_cUNIXSocket, rb_define_class(), rb_define_method(), rsock_sock_listen(), unix_accept(), unix_accept_nonblock(), unix_svr_init(), and unix_sysaccept().
Referenced by rsock_init_socket_init().
Definition at line 48 of file unixserver.c.
References rb_io_t::fd, GetOpenFile, rb_cUNIXSocket, and rsock_s_accept().
Referenced by rsock_init_unixserver().
Definition at line 94 of file unixserver.c.
References GetOpenFile, rb_cUNIXSocket, and rsock_s_accept_nonblock().
Referenced by rsock_init_unixserver().
Definition at line 25 of file unixserver.c.
References rsock_init_unixsock().
Referenced by rsock_init_unixserver().
Definition at line 125 of file unixserver.c.
References rb_io_t::fd, GetOpenFile, and rsock_s_accept().
Referenced by rsock_init_unixserver().
1.6.1