|
pazpar2
1.6.30
|
Represents a host (irrespective of databases) More...
#include <host.h>
Data Fields | |
| char * | url |
| char * | tproxy |
| char * | proxy |
| char * | ipport |
| struct connection * | connections |
| struct host * | next |
| YAZ_MUTEX | mutex |
| YAZ_COND | cond_ready |
| YAZ_COND host::cond_ready |
Definition at line 36 of file host.h.
Referenced by client_prep_connection(), create_host(), database_hosts_destroy(), non_block_events(), and remove_connection_from_host().
| struct connection* host::connections |
Definition at line 33 of file host.h.
Referenced by client_prep_connection(), connect_resolver_host(), connection_create(), create_host(), and remove_connection_from_host().
| char* host::ipport |
Definition at line 32 of file host.h.
Referenced by connect_resolver_host(), connection_connect(), connection_create(), create_host(), database_hosts_destroy(), host_getaddrinfo(), and iochan_handler().
| YAZ_MUTEX host::mutex |
Definition at line 35 of file host.h.
Referenced by client_prep_connection(), connect_resolver_host(), connection_create(), connection_handler(), create_host(), and database_hosts_destroy().
| struct host* host::next |
Definition at line 34 of file host.h.
Referenced by database_hosts_destroy(), and find_host().
| char* host::proxy |
Definition at line 31 of file host.h.
Referenced by connection_connect(), create_host(), find_host(), and host_getaddrinfo().
| char* host::tproxy |
Definition at line 30 of file host.h.
Referenced by connection_connect(), create_host(), and host_getaddrinfo().
| char* host::url |
Definition at line 29 of file host.h.
Referenced by connection_connect(), connection_destroy(), create_host(), database_hosts_destroy(), and find_host().
1.8.1.2