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

/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Difmedia.c436 } subtypes[5]; member in struct:ifmedia_type_to_subtype
574 for (i = 0; ttos->subtypes[i].desc != NULL; i++) {
575 rval = lookup_media_word(ttos->subtypes[i].desc, val);
690 for (i = 0; ttos->subtypes[i].desc != NULL; i++) {
691 if (ttos->subtypes[i].alias)
693 for (desc = ttos->subtypes[i].desc;
/macosx-10.9.5/libxml2-26/libxml2/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
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/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
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Ddirsvc.c82 static int dnssdRegisterInstance(cupsd_srv_t *srv, cupsd_printer_t *p, char *name, const char *type, const char *subtypes, int port, cupsd_txt_t *txt, int commit, int from_callback);
958 const char *subtypes, /* I - Subtypes to register or NULL */
1039 if (subtypes)
1040 snprintf(temp, sizeof(temp), "%s,%s", type, subtypes);
1067 if (!error && subtypes)
1070 * Register all of the subtypes...
1076 strlcpy(temp, subtypes, sizeof(temp));
1134 if (subtypes)
1135 cupsdLogMessage(CUPSD_LOG_DEBUG, "DNS-SD sub-types: %s", subtypes);
953 dnssdRegisterInstance( cupsd_srv_t *srv, cupsd_printer_t *p, char *name, const char *type, const char *subtypes, int port, cupsd_txt_t *txt, int commit, int from_callback) argument
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DLinkConfiguration.c1126 CFArrayRef subtypes = NULL; local
1143 subtypes = SCNetworkInterfaceCopyMediaSubTypes(available);
1144 if ((subtypes == NULL) ||
1145 !CFArrayContainsValue(subtypes,
1146 CFRangeMake(0, CFArrayGetCount(subtypes)),
1173 if (subtypes != NULL) CFRelease(subtypes);
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet_interface.c632 CFArrayRef subtypes; local
634 subtypes = SCNetworkInterfaceCopyMediaSubTypes(available);
635 n_subtypes = (subtypes != NULL) ? CFArrayGetCount(subtypes) : 0;
642 subtype = CFArrayGetValueAtIndex(subtypes, i);
680 if (subtypes != NULL) CFRelease(subtypes);
815 CFArrayRef subtypes = NULL; local
833 subtypes = SCNetworkInterfaceCopyMediaSubTypes(available);
834 if ((subtypes
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-radius.c337 const char **subtypes; /* Standard Values (if any) */ member in struct:attrtype
587 table = attr_type[attr_code].subtypes;
/macosx-10.9.5/libxml2-26/libxml2/
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
4234 } else if (elem->subtypes != NULL) {
4238 xmlSchemaTypeDump(elem->subtypes, output);
4487 (type->subtypes != NULL)) {
4488 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;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
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;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/cf/
H A DAVFoundationCFSoftLinking.h252 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFPlayerItemLegibleOutputCreateWithMediaSubtypesForNativeRepresentation, AVCFPlayerItemLegibleOutputRef, __cdecl, (CFAllocatorRef allocator, CFArrayRef subtypes), (allocator, subtypes))
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c120 AuthRecord *subtypes; member in struct:service_instance
798 AuthRecord *st = instance->subtypes;
825 AuthRecord *st = instance->subtypes;
894 if (srv->subtypes)
896 freeL("ServiceSubTypes", srv->subtypes);
897 srv->subtypes = NULL;
1709 // 1. If we have Anonymous data and subtypes, skip the regtype (e.g., "_http._tcp")
1813 instance->subtypes = AllocateSubTypes(request->u.servicereg.num_subtypes, request->u.servicereg.type_as_string, mDNSNULL);
1818 instance->subtypes = AllocateSubTypes(request->u.servicereg.num_subtypes, request->u.servicereg.type_as_string, &AnonData);
1823 if (request->u.servicereg.num_subtypes && !instance->subtypes)
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dada.vim171 \ 'u': ["subtype", "subtypes"],
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dslap.h276 #define SLAP_INDEX_NOSUBTYPES 0x1000UL /* don't use index w/ subtypes */

Completed in 419 milliseconds