|
YAZ 5.35.1
|
#include <z-core.h>
Data Fields | ||
| Z_DatabaseName * | databaseName | |
| int | which | |
| union { | ||
| Z_External * databaseRecord | ||
| Z_DiagRec * surrogateDiagnostic | ||
| Z_FragmentSyntax * startingFragment | ||
| Z_FragmentSyntax * intermediateFragment | ||
| Z_FragmentSyntax * finalFragment | ||
| } | u | |
| Z_DatabaseName* Z_NamePlusRecord::databaseName |
Definition at line 705 of file z-core.h.
Referenced by handle_srw_response(), pack_records(), yaz_record_render(), and zget_surrogateDiagRec().
| Z_External* Z_NamePlusRecord::databaseRecord |
Definition at line 708 of file z-core.h.
Referenced by handle_srw_response(), pack_records(), replace_node(), return_record_wrbuf(), and yaz_record_render().
| Z_FragmentSyntax* Z_NamePlusRecord::finalFragment |
| Z_FragmentSyntax* Z_NamePlusRecord::intermediateFragment |
| Z_FragmentSyntax* Z_NamePlusRecord::startingFragment |
| Z_DiagRec* Z_NamePlusRecord::surrogateDiagnostic |
Definition at line 709 of file z-core.h.
Referenced by zget_surrogateDiagRec(), and ZOOM_record_error().
| union { ... } Z_NamePlusRecord::u |
| int Z_NamePlusRecord::which |
Definition at line 706 of file z-core.h.
Referenced by handle_srw_response(), pack_records(), replace_node(), yaz_record_render(), zget_surrogateDiagRec(), ZOOM_memcached_add(), and ZOOM_record_error().