#include <yaz/yconfig.h>
#include <yaz/proto.h>
Go to the source code of this file.
Functions | |
| Z_SortKeySpecList * | yaz_sort_spec (ODR out, const char *arg) |
Definition in file sortspec.h.
| Z_SortKeySpecList* yaz_sort_spec | ( | ODR | out, | |
| const char * | arg | |||
| ) |
Definition at line 18 of file sortspec.c.
References Z_SortKeySpec::abort, Z_AttributeList::attributes, Z_AttributeElement::attributeSet, Z_AttributeElement::attributeType, odr_oct::buf, Z_SortKeySpec::caseSensitivity, Z_SortElement::generic, Z_SortAttributes::id, odr_oct::len, Z_SortAttributes::list, Z_SortKeySpec::missingValueData, Z_SortKeySpec::null, Z_AttributeList::num_attributes, Z_SortKeySpecList::num_specs, Z_AttributeElement::numeric, odr_intdup(), odr_malloc(), odr_nullval(), odr_oiddup(), odr_strdup(), odr_oct::size, Z_SortKey::sortAttributes, Z_SortKeySpec::sortElement, Z_SortKey::sortField, Z_SortKeySpec::sortRelation, Z_SortKeySpecList::specs, Z_SortKeySpec::u, Z_SortKey::u, Z_SortElement::u, Z_AttributeElement::value, Z_SortKeySpec::which, Z_AttributeElement::which, Z_SortKey::which, Z_SortElement::which, yaz_oid_attset_bib_1, Z_AttributeValue_numeric, Z_SortElement_generic, Z_SortKey_sortAttributes, Z_SortKey_sortField, Z_SortKeySpec_abort, Z_SortKeySpec_ascending, Z_SortKeySpec_caseInsensitive, Z_SortKeySpec_caseSensitive, Z_SortKeySpec_descending, Z_SortKeySpec_missingValueData, and Z_SortKeySpec_null.
Referenced by ZOOM_query_sortby().
1.5.6