|
YAZ
4.2.60
|
Implements Z39.50 Init Options Utility. More...
#include <yaz/proto.h>Go to the source code of this file.
Functions | |
| int | yaz_init_opt_encode (Z_Options *opt, const char *opt_str, int *error_pos) |
| Encodes Z39.50 Init OPtions based on string mnemonics. | |
| void | yaz_init_opt_decode (Z_Options *opt, void(*pr)(const char *name, void *clientData), void *clientData) |
| Decodes Z39.50 Init Options - for printing. | |
Variables | |
| struct { | |
| char * name | |
| int opt | |
| } | opt_array [] |
Implements Z39.50 Init Options Utility.
Definition in file initopt.c.
| void yaz_init_opt_decode | ( | Z_Options * | opt, |
| void(*)(const char *name, void *clientData) | pr, | ||
| void * | clientData | ||
| ) |
Decodes Z39.50 Init Options - for printing.
Definition at line 84 of file initopt.c.
References ODR_MASK_GET, and opt_array.
Referenced by ZOOM_handle_Z3950_apdu().
| int yaz_init_opt_encode | ( | Z_Options * | opt, |
| const char * | opt_str, | ||
| int * | error_pos | ||
| ) |
Encodes Z39.50 Init OPtions based on string mnemonics.
Definition at line 45 of file initopt.c.
References name, ODR_MASK_SET, ODR_MASK_ZERO, opt_array, and yaz_matchstr().
| char* name |
Definition at line 18 of file initopt.c.
Referenced by ccl_xml_config_combqual(), ccl_xml_config_directive(), ccl_xml_config_qual(), cql_pr_prox(), element_attribute_value_extract(), ill_Damaged_Details(), ill_Electronic_Delivery_Service(), ill_Supply_Details(), solr_pr_prox(), xml_config_read(), yaz_encode_sru_extra(), yaz_init_opt_encode(), yaz_log_init_level(), yaz_log_to_file(), yaz_solr_decode_facet_field(), yaz_solr_encode_request(), yaz_sru_get_encode(), yaz_sru_post_encode(), yaz_sru_proxy_decode_facet_field(), z_AccessControlRequest(), z_AccessControlResponse(), z_AttributeElement(), z_AttributeOccurrence(), z_ChallengeUnit1(), z_DatabaseInfo(), z_Date(), z_DefaultDiagFormat(), z_DiagnosticFormat_s(), z_EIOriginPartNotToKeep(), z_EIOriginPartToKeep(), z_ElementRequestCompositeElement(), z_ESAdminOriginPartToKeep(), z_IconObjectUnit(), z_IOBilling(), z_IU0SuppliedRecords_elem(), z_IU0TaskPackageRecordStructure(), z_IUSuppliedRecords_elem(), z_IUTaskPackageRecordStructure(), z_NamePlusRecord(), z_OccurrenceByAttributesElem(), z_OtherInformationUnit(), z_PQSOriginPartNotToKeep(), z_PQSOriginPartToKeep(), z_ProximityOperator(), z_ResponseUnit1(), z_ResultsByDB_s(), z_SortKeyDetails(), z_SortKeySpec(), z_Specification(), z_TargetResponse(), z_Time(), z_Triple(), z_UniverseReport(), and ztest_search().
| int opt |
Definition at line 19 of file initopt.c.
Referenced by odr_missing(), and ZOOM_options_create_with_parent2().
| struct { ... } opt_array[] |
Referenced by yaz_init_opt_decode(), and yaz_init_opt_encode().
1.8.1.2