Searched refs:a_group_oc (Results 1 – 3 of 3) sorted by relevance
1148 b->a_group_oc = oc_find( value ); in parse_acl()1151 if ( b->a_group_oc == NULL ) { in parse_acl()1160 … b->a_group_oc = oc_find( SLAPD_GROUP_CLASS ); in parse_acl()1162 if( b->a_group_oc == NULL ) { in parse_acl()1172 b->a_group_oc ) ) in parse_acl()1182 b->a_group_oc ) ) in parse_acl()1226 ocs[0] = b->a_group_oc; in parse_acl()1237 … b->a_group_oc->soc_oid ); in parse_acl()2598 ptr = acl_safe_strcopy( ptr, b->a_group_oc ? in access2text()2599 b->a_group_oc->soc_cname.bv_val : SLAPD_GROUP_CLASS ); in access2text()
1649 b->a_group_oc, b->a_group_at ); in slap_acl_mask()
1528 ObjectClass *a_group_oc; member