ext/socket/unixserver.c File Reference

#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)

Function Documentation

void rsock_init_unixserver ( void   ) 
static VALUE unix_accept ( VALUE  sock  )  [static]

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().

static VALUE unix_accept_nonblock ( VALUE  sock  )  [static]

Definition at line 94 of file unixserver.c.

References GetOpenFile, rb_cUNIXSocket, and rsock_s_accept_nonblock().

Referenced by rsock_init_unixserver().

static VALUE unix_svr_init ( VALUE  sock,
VALUE  path 
) [static]

Definition at line 25 of file unixserver.c.

References rsock_init_unixsock().

Referenced by rsock_init_unixserver().

static VALUE unix_sysaccept ( VALUE  sock  )  [static]

Definition at line 125 of file unixserver.c.

References rb_io_t::fd, GetOpenFile, and rsock_s_accept().

Referenced by rsock_init_unixserver().


Generated on 27 Nov 2014 for Ruby by  doxygen 1.6.1