|
YAZ 5.35.1
|
Data Fields | |
| char * | altbuf |
| int | altsize |
| int | altlen |
| int | written |
| int | towrite |
| int(* | complete )(const char *buf, int len) |
| struct sockaddr_un | addr |
| int | uid |
| int | gid |
| int | umask |
| char | buf [128] |
| struct sockaddr_un unix_state::addr |
Definition at line 85 of file unix.c.
Referenced by unix_accept(), unix_addrstr(), and unix_straddr1().
| char* unix_state::altbuf |
Definition at line 78 of file unix.c.
Referenced by unix_accept(), unix_close(), unix_get(), unix_more(), and unix_type().
| int unix_state::altlen |
Definition at line 80 of file unix.c.
Referenced by unix_accept(), unix_get(), unix_more(), and unix_type().
| int unix_state::altsize |
Definition at line 79 of file unix.c.
Referenced by unix_accept(), unix_get(), and unix_type().
| char unix_state::buf[128] |
Definition at line 89 of file unix.c.
Referenced by unix_addrstr(), and unix_put().
| int(* unix_state::complete) (const char *buf, int len) |
Definition at line 84 of file unix.c.
Referenced by unix_accept(), unix_get(), unix_more(), and unix_type().
| int unix_state::gid |
Definition at line 87 of file unix.c.
Referenced by unix_bind(), and unix_straddr1().
| int unix_state::towrite |
Definition at line 83 of file unix.c.
Referenced by unix_accept(), unix_put(), and unix_type().
| int unix_state::uid |
Definition at line 86 of file unix.c.
Referenced by unix_bind(), and unix_straddr1().
| int unix_state::umask |
Definition at line 88 of file unix.c.
Referenced by unix_bind(), and unix_straddr1().
| int unix_state::written |
Definition at line 82 of file unix.c.
Referenced by unix_accept(), unix_put(), and unix_type().