Searched refs:scr_allowed (Results 1 – 3 of 3) sorted by relevance
97 if (c->scr_allowed) ldap_memfree(c->scr_allowed); in cr_destroy_one()275 at_find_in_list(sat, scr->scr_allowed) < 0 ) in cr_create_allowed()277 if ( at_append_to_list(sat, &scr->scr_allowed) ) { in cr_create_allowed()316 at_find_in_list(sat, scr->scr_allowed) < 0 && in cr_create_precluded()
474 if( rc != LDAP_SUCCESS && cr && cr->scr_allowed ) { in entry_schema_check()475 for( i=0; cr->scr_allowed[i]; i++ ) { in entry_schema_check()476 if( cr->scr_allowed[i] == a->a_desc->ad_type ) { in entry_schema_check()
820 AttributeType **scr_allowed; /* optional */ member