Searched refs:subtypes (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-publish.c58 AvahiStringList *txt, *subtypes; member in struct:Config
140 for (i = config->subtypes; i; i = i->next)
259 c->txt = c->subtypes = NULL;
291 c->subtypes = avahi_string_list_add(c->subtypes, optarg);
422 avahi_string_list_free(config.subtypes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dmsdos.c423 } subtypes[] = { variable in typeref:struct:__anon7670
530 for (n = 0; subtypes[n].parse && id != subtypes[n].id; n++)
533 if (!subtypes[n].parse)
535 subtypes[n].parse(state, bdev, START_SECT(p)*sector_size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-services.c65 AvahiStringList *subtypes; member in struct:StaticService
129 s->subtypes = NULL;
163 avahi_string_list_free(s->subtypes);
266 for (i = s->subtypes; i; i = i->next) {
482 u->service->subtypes = avahi_string_list_add(u->service->subtypes, u->buf ? u->buf : "");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DschemasInternals.in.h262 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaAttribute
610 xmlSchemaTypePtr subtypes; member in struct:_xmlSchemaType
631 Could we use @subtypes for this? */
773 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaElement
H A Dxmlschemas.c159 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes
165 #define WXS_ATTR_TYPEDEF(a) (a)->subtypes
269 (xmlSchemaIsParticleEmptiable(WXS_PTC_CAST (t)->subtypes))
271 #define WXS_TYPE_CONTENTTYPE(t) (t)->subtypes
273 #define WXS_TYPE_PARTICLE(t) WXS_PTC_CAST (t)->subtypes
279 #define WXS_LIST_ITEMTYPE(t) (t)->subtypes
4215 } else if (elem->subtypes != NULL) {
4219 xmlSchemaTypeDump(elem->subtypes, output);
4468 (type->subtypes != NULL)) {
4469 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes,
[all...]
H A Dxmlschemastypes.c414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle;
597 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef;
602 xmlSchemaTypeIdrefsDef->subtypes = xmlSchemaTypeIdrefDef;
608 xmlSchemaTypeNmtokensDef->subtypes = xmlSchemaTypeNmtokenDef;
630 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes;
638 xmlSchemaTypeAnyTypeDef->subtypes = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DschemasInternals.h262 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaAttribute
610 xmlSchemaTypePtr subtypes; member in struct:_xmlSchemaType
631 Could we use @subtypes for this? */
773 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaElement
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DschemasInternals.in.h262 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaAttribute
610 xmlSchemaTypePtr subtypes; member in struct:_xmlSchemaType
631 Could we use @subtypes for this? */
773 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaElement
H A Dxmlschemas.c159 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes
165 #define WXS_ATTR_TYPEDEF(a) (a)->subtypes
269 (xmlSchemaIsParticleEmptiable(WXS_PTC_CAST (t)->subtypes))
271 #define WXS_TYPE_CONTENTTYPE(t) (t)->subtypes
273 #define WXS_TYPE_PARTICLE(t) WXS_PTC_CAST (t)->subtypes
279 #define WXS_LIST_ITEMTYPE(t) (t)->subtypes
4215 } else if (elem->subtypes != NULL) {
4219 xmlSchemaTypeDump(elem->subtypes, output);
4468 (type->subtypes != NULL)) {
4469 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes,
[all...]
H A Dxmlschemastypes.c414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle;
597 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef;
602 xmlSchemaTypeIdrefsDef->subtypes = xmlSchemaTypeIdrefDef;
608 xmlSchemaTypeNmtokensDef->subtypes = xmlSchemaTypeNmtokenDef;
630 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes;
638 xmlSchemaTypeAnyTypeDef->subtypes = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dcompat.c61 AvahiStringList *subtypes; member in struct:type_info
167 i->subtypes = NULL;
175 avahi_string_list_free(i->subtypes);
225 i->subtypes = avahi_string_list_add(i->subtypes, fst);
632 regtype = type_info.subtypes ? (char*) type_info.subtypes->text : type_info.type;
936 for (l = sdref->type_info.subtypes; l; l = l->next) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c159 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes
165 #define WXS_ATTR_TYPEDEF(a) (a)->subtypes
269 (xmlSchemaIsParticleEmptiable(WXS_PTC_CAST (t)->subtypes))
271 #define WXS_TYPE_CONTENTTYPE(t) (t)->subtypes
273 #define WXS_TYPE_PARTICLE(t) WXS_PTC_CAST (t)->subtypes
279 #define WXS_LIST_ITEMTYPE(t) (t)->subtypes
4215 } else if (elem->subtypes != NULL) {
4219 xmlSchemaTypeDump(elem->subtypes, output);
4468 (type->subtypes != NULL)) {
4469 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes,
[all...]
H A Dxmlschemastypes.c414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle;
597 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef;
602 xmlSchemaTypeIdrefsDef->subtypes = xmlSchemaTypeIdrefDef;
608 xmlSchemaTypeNmtokensDef->subtypes = xmlSchemaTypeNmtokenDef;
630 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes;
638 xmlSchemaTypeAnyTypeDef->subtypes = NULL;

Completed in 479 milliseconds