HomeSort by: relevance | last modified time | path
    Searched defs:socs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
schema_check.c 62 ObjectClass *sc, *oc, **socs = NULL; local
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++ )
637 ObjectClass *oc, **socs; local
    [all...]
schema_prep.c 258 ObjectClass **socs; local
265 socs = slap_sl_malloc( (noc+16) * sizeof( ObjectClass * ), ctx );
269 socs[i] = oc_bvfind( &values[i] );
275 ObjectClass *oc = socs[i];
284 if( sup == socs[k] ) {
291 socs = slap_sl_realloc( socs,
295 socs[noc++] = sup;
303 if ( socs[i] )
304 ocvalues[i] = socs[i]->soc_cname
    [all...]

Completed in 58 milliseconds