Home
last modified time | relevance | path

Searched refs:subtypes (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c255 _SubStringIndex *subtypes; in check_lang_match() local
264 langIndex = parse_subtypes( attr, &baseLen, &lang, &subtypes, &nsubtypes ); in check_lang_match()
273 char *a = attr + subtypes[j].start; in check_lang_match()
274 int alen = subtypes[j].length; in check_lang_match()
284 if ( NULL != subtypes ) in check_lang_match()
285 NSLDAPI_FREE( subtypes ); in check_lang_match()
293 if ( NULL != subtypes ) in check_lang_match()
294 NSLDAPI_FREE( subtypes ); in check_lang_match()
338 _SubStringIndex *subtypes; in internal_ldap_get_lang_values() local
361 &subtypes, &nsubtypes ); in internal_ldap_get_lang_values()
[all …]
/titanic_41/usr/src/cmd/oawk/
H A Dawk.def115 /* CELL subtypes */
122 /* bool subtypes */
126 /* jump subtypes */
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c724 AuthRecord *subtypes; member
2280 instance->subtypes = AllocateSubTypes(info->num_subtypes, info->type_as_string); in register_service_instance()
2281 if (info->num_subtypes && !instance->subtypes) in register_service_instance()
2293 …info->txtdata, info->txtlen, instance->subtypes, info->num_subtypes, info->InterfaceID, regservice… in register_service_instance()
2805 if (srv->subtypes) { freeL("regservice_callback", srv->subtypes); srv->subtypes = NULL; } in free_service_instance()