Searched refs:socs (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | schema_check.c | 62 ObjectClass *sc, *oc, **socs = NULL; in entry_schema_check() local 154 rc = structural_class( aoc->a_vals, &oc, &socs, text, textbuf, textlen, in entry_schema_check() 328 for ( i = 0; socs[i]; i++ ) { in entry_schema_check() 329 oc = socs[i]; in entry_schema_check() 359 for( j=0; socs[j]; j++ ) { in entry_schema_check() 361 xc = socs[j]; in entry_schema_check() 485 rc = oc_check_allowed( a->a_desc->ad_type, socs, sc ); in entry_schema_check() 505 slap_sl_free( socs, op->o_tmpmemctx ); in entry_schema_check() 549 ObjectClass **socs, in oc_check_allowed() argument 592 for ( i = 0; socs[i]; i++ ) { in oc_check_allowed() [all …]
|
| D | schema_prep.c | 258 ObjectClass **socs; in objectSubClassIndexer() local 265 socs = slap_sl_malloc( (noc+16) * sizeof( ObjectClass * ), ctx ); in objectSubClassIndexer() 269 socs[i] = oc_bvfind( &values[i] ); in objectSubClassIndexer() 275 ObjectClass *oc = socs[i]; in objectSubClassIndexer() 284 if( sup == socs[k] ) { in objectSubClassIndexer() 291 socs = slap_sl_realloc( socs, in objectSubClassIndexer() 295 socs[noc++] = sup; in objectSubClassIndexer() 303 if ( socs[i] ) in objectSubClassIndexer() 304 ocvalues[i] = socs[i]->soc_cname; in objectSubClassIndexer() 314 slap_sl_free( socs, ctx ); in objectSubClassIndexer()
|
| D | proto-slap.h | 1780 ObjectClass **socs, 1786 ObjectClass ***socs,
|