|
YAZ 5.35.1
|
#include <zoom-p.h>
Data Fields | |
| int | refcount |
| ODR | odr |
| ZOOM_options | options |
| ZOOM_connection | connection |
| ZOOM_query | query |
| Z_ScanResponse * | scan_response |
| Z_SRW_scanResponse * | srw_scan_response |
| char ** | databaseNames |
| int | num_databaseNames |
| ZOOM_connection ZOOM_scanset_p::connection |
Definition at line 175 of file zoom-p.h.
Referenced by ZOOM_connection_scan1().
| char** ZOOM_scanset_p::databaseNames |
Definition at line 180 of file zoom-p.h.
Referenced by ZOOM_connection_scan1(), and ZOOM_connection_Z3950_send_scan().
| int ZOOM_scanset_p::num_databaseNames |
Definition at line 181 of file zoom-p.h.
Referenced by ZOOM_connection_scan1(), and ZOOM_connection_Z3950_send_scan().
| ODR ZOOM_scanset_p::odr |
Definition at line 173 of file zoom-p.h.
Referenced by handle_srw_scan_response(), handle_Z3950_scan_response(), and ZOOM_connection_scan1().
| ZOOM_options ZOOM_scanset_p::options |
Definition at line 174 of file zoom-p.h.
Referenced by handle_srw_scan_response(), handle_Z3950_scan_response(), ZOOM_connection_scan1(), ZOOM_connection_srw_send_scan(), and ZOOM_connection_Z3950_send_scan().
| ZOOM_query ZOOM_scanset_p::query |
Definition at line 176 of file zoom-p.h.
Referenced by ZOOM_connection_scan1(), ZOOM_connection_srw_send_scan(), and ZOOM_connection_Z3950_send_scan().
| int ZOOM_scanset_p::refcount |
Definition at line 172 of file zoom-p.h.
Referenced by ZOOM_connection_scan1().
| Z_ScanResponse* ZOOM_scanset_p::scan_response |
Definition at line 177 of file zoom-p.h.
Referenced by handle_srw_scan_response(), handle_Z3950_scan_response(), ZOOM_connection_scan1(), and ZOOM_scanset_term_x().
| Z_SRW_scanResponse* ZOOM_scanset_p::srw_scan_response |
Definition at line 178 of file zoom-p.h.
Referenced by handle_srw_scan_response(), handle_Z3950_scan_response(), ZOOM_connection_scan1(), and ZOOM_scanset_term_x().