|
YAZ 5.35.1
|
#include <z-core.h>
Data Fields | ||
| int | which | |
| union { | ||
| Z_NamePlusRecordList * databaseOrSurDiagnostics | ||
| Z_DefaultDiagFormat * nonSurrogateDiagnostic | ||
| Z_DiagRecs * multipleNonSurDiagnostics | ||
| } | u | |
| Z_NamePlusRecordList* Z_Records::databaseOrSurDiagnostics |
Definition at line 695 of file z-core.h.
Referenced by handle_Z3950_records(), and pack_records().
| Z_DiagRecs* Z_Records::multipleNonSurDiagnostics |
Definition at line 697 of file z-core.h.
Referenced by handle_Z3950_records().
| Z_DefaultDiagFormat* Z_Records::nonSurrogateDiagnostic |
Definition at line 696 of file z-core.h.
Referenced by diagrec(), and handle_Z3950_records().
| union { ... } Z_Records::u |
Referenced by diagrec(), handle_Z3950_records(), and pack_records().
| int Z_Records::which |
Definition at line 693 of file z-core.h.
Referenced by diagrec(), handle_Z3950_records(), and pack_records().