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

/osnet-11/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...]

Completed in 36 milliseconds