|
YAZ 5.35.1
|
#include <z-core.h>
Data Fields | ||
| int | which | |
| union { | ||
| Z_TermInfo * termInfo | ||
| Z_DiagRec * surrogateDiagnostic | ||
| } | u | |
| Z_DiagRec* Z_Entry::surrogateDiagnostic |
Definition at line 985 of file z-core.h.
Referenced by process_scanRequest().
| Z_TermInfo* Z_Entry::termInfo |
Definition at line 984 of file z-core.h.
Referenced by process_scanRequest(), and ZOOM_scanset_term_x().
| union { ... } Z_Entry::u |
Referenced by process_scanRequest(), and ZOOM_scanset_term_x().
| int Z_Entry::which |
Definition at line 982 of file z-core.h.
Referenced by process_scanRequest(), and ZOOM_scanset_term_x().