Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c145 _SubStringIndex **subs, int *nsubtypes ) in parse_subtypes() argument
159 *nsubtypes = 0; in parse_subtypes()
242 *nsubtypes = nSubtypes; in parse_subtypes()
256 int nsubtypes; in check_lang_match() local
262 langIndex = parse_subtypes( attr, &baseLen, &lang, &subtypes, &nsubtypes ); in check_lang_match()
270 for( j = 0; j < nsubtypes; j++ ) { in check_lang_match()
276 if ( j >= nsubtypes ) { in check_lang_match()
337 int nsubtypes; in internal_ldap_get_lang_values() local
359 &subtypes, &nsubtypes ); in internal_ldap_get_lang_values()
400 subtypes, nsubtypes, lang, attr ); in internal_ldap_get_lang_values()