YAZ 5.35.1
Data Fields
Z_IdAuthentication Struct Reference

#include <z-core.h>

Data Fields

int which
 
union { 
 
   char *   open 
 
   Z_IdPass *   idPass 
 
   Odr_null *   anonymous 
 
   Z_External *   other 
 
u 
 

Detailed Description

Definition at line 397 of file z-core.h.

Field Documentation

◆ anonymous

Odr_null* Z_IdAuthentication::anonymous

Definition at line 402 of file z-core.h.

◆ idPass

Z_IdPass* Z_IdAuthentication::idPass

Definition at line 401 of file z-core.h.

Referenced by process_initRequest(), and ZOOM_connection_Z3950_send_init().

◆ open

char* Z_IdAuthentication::open

Definition at line 400 of file z-core.h.

Referenced by process_initRequest(), srw_bend_init(), and ZOOM_connection_Z3950_send_init().

◆ other

Z_External* Z_IdAuthentication::other

Definition at line 403 of file z-core.h.

◆ [union]

union { ... } Z_IdAuthentication::u

◆ which

int Z_IdAuthentication::which

Definition at line 398 of file z-core.h.

Referenced by process_initRequest(), srw_bend_init(), and ZOOM_connection_Z3950_send_init().


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