HomeSort by: relevance | last modified time | path
    Searched refs:soc_oid (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
oc.c 42 sup->soc_oid, sub->soc_oid, sup == sub );
537 if ( new_soc->soc_oid != NULL ) {
538 if ( soc->soc_oid == NULL ) {
542 if ( strcmp( soc->soc_oid, new_soc->soc_oid ) != 0 ) {
547 if ( soc->soc_oid != NULL ) {
598 if ( soc->soc_oid ) {
601 ber_str2bv( soc->soc_oid, 0, 0, &oir->oir_name );
611 *err = soc->soc_oid;
    [all...]
schema_prep.c 1402 oc->soc_oid );
1423 oc->soc_oid );
1442 oc->soc_oid );
1461 oc->soc_oid );
1468 oc->soc_oid );
1488 oc->soc_oid );
schema_check.c 256 cr = cr_find( sc->soc_oid );
259 assert( !cr || !strcmp( cr->scr_oid, sc->soc_oid ) );
aclparse.c 1217 b->a_group_oc->soc_oid );
slap.h 779 #define soc_oid soc_oclass.oc_oid macro

Completed in 47 milliseconds