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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c129 Besides the language subtype, there may be other subtypes:
176 /* How many subtypes? */
200 /* Allocate array of non-language subtypes */
255 _SubStringIndex *subtypes; local
263 /* Get all subtypes in the attribute name */
264 langIndex = parse_subtypes( attr, &baseLen, &lang, &subtypes, &nsubtypes );
266 /* Check if there any required non-language subtypes which are
273 char *a = attr + subtypes[j].start;
274 int alen = subtypes[j].length;
284 if ( NULL != subtypes )
338 _SubStringIndex *subtypes; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c120 AuthRecord *subtypes; member in struct:service_instance
808 AuthRecord *st = instance->subtypes;
835 AuthRecord *st = instance->subtypes;
904 if (srv->subtypes)
906 freeL("ServiceSubTypes", srv->subtypes);
907 srv->subtypes = NULL;
1724 // 1. If we have Anonymous data and subtypes, skip the regtype (e.g., "_http._tcp")
1828 instance->subtypes = AllocateSubTypes(request->u.servicereg.num_subtypes, request->u.servicereg.type_as_string, mDNSNULL);
1833 instance->subtypes = AllocateSubTypes(request->u.servicereg.num_subtypes, request->u.servicereg.type_as_string, &AnonData);
1838 if (request->u.servicereg.num_subtypes && !instance->subtypes)
[all...]

Completed in 68 milliseconds