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

  /src/external/bsd/openldap/dist/servers/slapd/
limits.c 218 ObjectClass *group_oc,
290 assert( group_oc != NULL );
292 lm->lm_group_oc = group_oc;
328 ObjectClass *group_oc = NULL; local
521 group_oc = oc_bvfind( &oc );
522 if ( group_oc == NULL ) {
527 if ( group_oc == NULL ) {
528 group_oc = oc_find( SLAPD_GROUP_CLASS );
529 if ( group_oc == NULL ) {
621 rc = limits_add( be, flags, pattern, group_oc, group_ad, &limit )
    [all...]
saslauthz.c 343 group_oc = BER_BVNULL, local
361 group_oc.bv_val = &bv.bv_val[ 1 ];
362 group_oc.bv_len = group_dn.bv_val - group_oc.bv_val;
364 member_at.bv_val = ber_bvchr( &group_oc, '/' );
369 group_oc.bv_len = member_at.bv_val - group_oc.bv_val;
378 if ( oc_bvfind( &group_oc ) == NULL ) {
657 group_oc = BER_BVNULL, local
679 group_oc.bv_val = &bv.bv_val[ 1 ]
1100 group_oc = BER_BVNULL, local
    [all...]

Completed in 23 milliseconds