Home | History | Annotate | Download | only in slapd

Lines Matching defs:socs

62 	ObjectClass *sc, *oc, **socs = NULL;
154 rc = structural_class( aoc->a_vals, &oc, &socs, text, textbuf, textlen,
328 for ( i = 0; socs[i]; i++ ) {
329 oc = socs[i];
359 for( j=0; socs[j]; j++ ) {
361 xc = socs[j];
485 rc = oc_check_allowed( a->a_desc->ad_type, socs, sc );
505 slap_sl_free( socs, op->o_tmpmemctx );
549 ObjectClass **socs,
592 for ( i = 0; socs[i]; i++ ) {
594 ObjectClass *oc = socs[i];
637 ObjectClass *oc, **socs;
647 socs = slap_sl_malloc( (nocs+1) * sizeof(ObjectClass *), ctx );
650 socs[i] = oc_bvfind( &ocs[i] );
652 if( socs[i] == NULL ) {
660 socs[i] = NULL;
663 oc = socs[i];
675 xc = socs[j];
727 *socsp = socs;
729 slap_sl_free( socs, ctx );
736 slap_sl_free( socs, ctx );