Home | History | Annotate | Download | only in slapd

Lines Matching defs:coptr

5318 	ConfigOCs	co, *coptr, **colst;
5442 coptr = ldap_avl_find( CfOcTree, &co, CfOc_cmp );
5443 if ( coptr == NULL ) {
5454 if ( coptr->co_type == Cft_Global && !last ) {
5467 rc = config_add_oc( &coptr, last, e, ca );
5476 coptr = colst[i];
5515 rc = check_name_index( last, coptr->co_type, e, rs, renum,
5520 if ( renum && *renum && coptr->co_type != Cft_Database &&
5521 coptr->co_type != Cft_Overlay )
5578 if ( coptr->co_type == Cft_Database ) {
5581 } else if ( coptr->co_type == Cft_Backend ) {
5586 } else if ( coptr->co_type == Cft_Overlay ) {
5612 ce->ce_type = coptr->co_type;
5657 if ( (coptr->co_type == Cft_Database) && ca->be ) {
5660 } else if ( (coptr->co_type == Cft_Overlay) && ca->bi ) {
5662 } else if ( coptr->co_type == Cft_Schema ) {
6837 ConfigOCs co, *coptr;
6850 coptr = ldap_avl_find( CfOcTree, &co, CfOc_cmp );
6851 if ( coptr == NULL || coptr->co_type != Cft_Misc ) {
6854 if ( ! coptr->co_lddel || coptr->co_lddel( ce, op ) ){
6856 if ( ! coptr->co_lddel ) {