Home
last modified time | relevance | path

Searched refs:Z_StringOrNumeric (Results 1 – 19 of 19) sorted by relevance

/dports/net/yaz/yaz-5.31.1/src/yaz/
H A Dz-univ.h31 Z_StringOrNumeric *database;
32 Z_StringOrNumeric *hits;
36 Z_StringOrNumeric *hitno;
H A Dz-exp.h392 Z_StringOrNumeric *tagValue;
430 Z_StringOrNumeric *elementTag;
477 Z_StringOrNumeric *attributeValue;
546 Z_StringOrNumeric *defaultValue; /* OPT */
551 Z_StringOrNumeric *value;
554 Z_StringOrNumeric **subAttributes; /* OPT */
621 Z_StringOrNumeric *qualifier; /* OPT */
622 Z_StringOrNumeric *tagValue;
745 Z_StringOrNumeric *unitType;
753 Z_StringOrNumeric *unit;
[all …]
H A Dz-grs.h61 Z_StringOrNumeric *tagValue;
117 Z_StringOrNumeric *tagValue;
H A Dz-rrf2.h34 Z_StringOrNumeric *type;
H A Dz-core.h313 typedef struct Z_StringOrNumeric Z_StringOrNumeric; typedef
314 YAZ_EXPORT int z_StringOrNumeric(ODR o, Z_StringOrNumeric **p, int opt, const char *name);
574 Z_StringOrNumeric **list;
1311 Z_StringOrNumeric *unitType; /* OPT */
1312 Z_StringOrNumeric *unit; /* OPT */
1318 struct Z_StringOrNumeric { struct
H A Dz-espec1.h104 Z_StringOrNumeric *tagValue;
/dports/net/yaz/yaz-5.31.1/ztest/
H A Dread-grs.c68 t->tagValue = (Z_StringOrNumeric *) in read_grs1()
69 odr_malloc(o, sizeof(Z_StringOrNumeric)); in read_grs1()
/dports/net/yaz/yaz-5.31.1/src/
H A Dpquery.c286 (Z_StringOrNumeric **) in get_attributeList()
287 odr_malloc(o, 1 * sizeof(Z_StringOrNumeric *)); in get_attributeList()
289 (Z_StringOrNumeric *) in get_attributeList()
290 odr_malloc(o, sizeof(Z_StringOrNumeric)); in get_attributeList()
H A Dxmlquery.c506 (*elem)->value.complex->list = (Z_StringOrNumeric **) in yaz_xml2query_attribute_element()
507 odr_malloc(odr, sizeof(Z_StringOrNumeric*) * num_values); in yaz_xml2query_attribute_element()
518 (*elem)->value.complex->list[i] = (Z_StringOrNumeric *) in yaz_xml2query_attribute_element()
519 odr_malloc(odr, sizeof(Z_StringOrNumeric)); in yaz_xml2query_attribute_element()
H A Dcqltransform.c154 ca->list = (Z_StringOrNumeric **) in cql_transform_parse_tok_line()
155 nmem_malloc(ct->nmem, sizeof(Z_StringOrNumeric *)); in cql_transform_parse_tok_line()
156 ca->list[0] = (Z_StringOrNumeric *) in cql_transform_parse_tok_line()
157 nmem_malloc(ct->nmem, sizeof(Z_StringOrNumeric)); in cql_transform_parse_tok_line()
H A Dfacet.c82 Z_StringOrNumeric *son; in stringattr()
H A Drpn2cql.c39 Z_StringOrNumeric *son = ca->list[i]; in lookup_index_from_string_attr()
H A Drpn2solr.c37 Z_StringOrNumeric *son = ca->list[i]; in lookup_index_from_string_attr()
H A Dz-core.c1603 int z_StringOrNumeric(ODR o, Z_StringOrNumeric **p, int opt, const char *name) in z_StringOrNumeric()
/dports/net/zebra-server/idzebra-2.0.55/data1/
H A Dd1_espec.c170 t->tagValue = (Z_StringOrNumeric *) in read_tagunit()
196 t->tagValue = (Z_StringOrNumeric *) in read_tagunit()
H A Dd1_expout.c863 Z_StringOrNumeric *f_stringOrNumeric (ExpHandle *eh, data1_node *n) in f_stringOrNumeric()
865 Z_StringOrNumeric *res = (Z_StringOrNumeric *) in f_stringOrNumeric()
910 res->equivalentAttributes = (Z_StringOrNumeric **) in f_attributeDescription()
1061 (Z_StringOrNumeric **) in f_attributeValue()
1080 (Z_StringOrNumeric **) in f_attributeValue()
1193 res->attributes = (Z_StringOrNumeric **) in f_attributeValueList()
H A Dd1_grs.c299 res->tagValue = (Z_StringOrNumeric *)odr_malloc(o, sizeof(Z_StringOrNumeric)); in nodetotaggedelement()
/dports/net/p5-Net-Z3950-SimpleServer/Net-Z3950-SimpleServer-1.20/
H A DSimpleServer.xs247 t->tagValue = (Z_StringOrNumeric *) in read_grs1()
248 odr_malloc(o, sizeof(Z_StringOrNumeric)); in read_grs1()
409 Z_StringOrNumeric *son; in attributes2perl()
829 c->list = (Z_StringOrNumeric **) odr_malloc(odr, in f_SV_to_FacetField()
831 c->list[0] = (Z_StringOrNumeric *) odr_malloc(odr, in f_SV_to_FacetField()
/dports/net/yaz/yaz-5.31.1/client/
H A Dclient.c1901 static void print_string_or_numeric(int iLevel, const char *pTag, Z_StringOrNumeric *pStringNumeric) in print_string_or_numeric()