Lines Matching refs:oc
828 ns_ldap_attr_t *members, *oc, *username;
894 oc = __ns_ldap_getAttrStruct(result->entry, _G_OBJECTCLASS);
895 if (oc == NULL) {
899 cnt = oc->value_count;
900 classes = oc->attrvalue;
909 rc = schema_map_dn2uid_group(result->entry, oc,
1431 ns_ldap_attr_t *oc;
1435 oc = __ns_ldap_getAttrStruct(entry, _G_OBJECTCLASS);
1436 if (oc == NULL)
1439 cnt = oc->value_count;
1440 classes = oc->attrvalue;