|
YAZ 5.35.1
|
#include <z-core.h>
Data Fields | |
| Z_ReferenceId * | referenceId |
| Odr_int * | sortStatus |
| Odr_int * | resultSetStatus |
| int | num_diagnostics |
| Z_DiagRec ** | diagnostics |
| Odr_int * | resultCount |
| Z_OtherInformation * | otherInfo |
| Z_DiagRec** Z_SortResponse::diagnostics |
Definition at line 1056 of file z-core.h.
Referenced by handle_Z3950_sort_response(), process_sortRequest(), and zget_SortResponse().
| int Z_SortResponse::num_diagnostics |
Definition at line 1055 of file z-core.h.
Referenced by handle_Z3950_sort_response(), and process_sortRequest().
| Z_OtherInformation* Z_SortResponse::otherInfo |
Definition at line 1058 of file z-core.h.
Referenced by process_sortRequest(), yaz_oi_APDU(), and zget_SortResponse().
| Z_ReferenceId* Z_SortResponse::referenceId |
Definition at line 1045 of file z-core.h.
Referenced by process_sortRequest(), and zget_SortResponse().
| Odr_int* Z_SortResponse::resultCount |
Definition at line 1057 of file z-core.h.
Referenced by process_sortRequest(), and zget_SortResponse().
| Odr_int* Z_SortResponse::resultSetStatus |
Definition at line 1054 of file z-core.h.
Referenced by process_sortRequest(), and zget_SortResponse().
| Odr_int* Z_SortResponse::sortStatus |
Definition at line 1049 of file z-core.h.
Referenced by process_sortRequest(), and zget_SortResponse().