|
YAZ
4.2.57
|
Data Fields | |
| char * | altbuf |
| int | altsize |
| int | altlen |
| int | written |
| int | towrite |
| int(* | complete )(const char *buf, int len) |
| struct addrinfo * | ai |
| char | buf [128] |
| char * | connect_request_buf |
| int | connect_request_len |
| char * | connect_response_buf |
| int | connect_response_len |
| struct addrinfo* tcpip_state::ai |
Definition at line 127 of file tcpip.c.
Referenced by tcpip_accept(), tcpip_bind(), tcpip_close(), tcpip_connect(), tcpip_straddr(), and tcpip_type().
| char* tcpip_state::altbuf |
Definition at line 119 of file tcpip.c.
Referenced by tcpip_accept(), tcpip_close(), tcpip_get(), tcpip_more(), and tcpip_type().
| int tcpip_state::altlen |
Definition at line 121 of file tcpip.c.
Referenced by tcpip_accept(), tcpip_get(), tcpip_more(), and tcpip_type().
| int tcpip_state::altsize |
Definition at line 120 of file tcpip.c.
Referenced by tcpip_accept(), tcpip_get(), and tcpip_type().
| char tcpip_state::buf[128] |
Definition at line 131 of file tcpip.c.
Referenced by tcpip_addrstr().
| int(* tcpip_state::complete)(const char *buf, int len) |
Definition at line 125 of file tcpip.c.
Referenced by tcpip_accept(), tcpip_get(), tcpip_get_connect(), tcpip_more(), tcpip_type(), and yaz_tcpip_create().
| char* tcpip_state::connect_request_buf |
Definition at line 142 of file tcpip.c.
Referenced by tcpip_accept(), tcpip_close(), tcpip_put_connect(), tcpip_type(), and yaz_tcpip_create().
| int tcpip_state::connect_request_len |
Definition at line 143 of file tcpip.c.
Referenced by tcpip_put_connect(), tcpip_type(), and yaz_tcpip_create().
| char* tcpip_state::connect_response_buf |
Definition at line 144 of file tcpip.c.
Referenced by tcpip_accept(), tcpip_close(), tcpip_get_connect(), and tcpip_type().
| int tcpip_state::connect_response_len |
Definition at line 145 of file tcpip.c.
Referenced by tcpip_get_connect(), and tcpip_type().
| int tcpip_state::towrite |
Definition at line 124 of file tcpip.c.
Referenced by tcpip_accept(), tcpip_put(), and tcpip_type().
| int tcpip_state::written |
Definition at line 123 of file tcpip.c.
Referenced by tcpip_accept(), tcpip_put(), and tcpip_type().
1.8.1.2