YAZ  5.34.0
Data Fields
unix_state Struct Reference

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]
 

Detailed Description

Definition at line 76 of file unix.c.

Field Documentation

◆ addr

struct sockaddr_un unix_state::addr

Definition at line 84 of file unix.c.

Referenced by unix_accept(), unix_addrstr(), and unix_straddr1().

◆ altbuf

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

◆ altlen

int unix_state::altlen

Definition at line 80 of file unix.c.

Referenced by unix_accept(), unix_get(), unix_more(), and unix_type().

◆ altsize

int unix_state::altsize

Definition at line 79 of file unix.c.

Referenced by unix_accept(), unix_get(), and unix_type().

◆ buf

char unix_state::buf[128]

Definition at line 89 of file unix.c.

Referenced by unix_addrstr(), and unix_put().

◆ complete

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

◆ gid

int unix_state::gid

Definition at line 87 of file unix.c.

Referenced by unix_bind(), and unix_straddr1().

◆ towrite

int unix_state::towrite

Definition at line 83 of file unix.c.

Referenced by unix_accept(), unix_put(), and unix_type().

◆ uid

int unix_state::uid

Definition at line 86 of file unix.c.

Referenced by unix_bind(), and unix_straddr1().

◆ umask

int unix_state::umask

Definition at line 88 of file unix.c.

Referenced by unix_bind(), and unix_straddr1().

◆ written

int unix_state::written

Definition at line 82 of file unix.c.

Referenced by unix_accept(), unix_put(), and unix_type().


The documentation for this struct was generated from the following file: