Searched refs:lback (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dpbind.c39 static BackendInfo *lback; variable
53 op->o_bd->bd_info = lback;
55 rc = lback->bi_op_bind( op, rs );
72 if ( lback == NULL ) {
73 lback = backend_info( "ldap" );
75 if ( lback == NULL ) {
80 rc = lback->bi_db_init( be, cr );
101 rc = lback->bi_db_open( be, cr );
118 rc = lback->bi_db_close( be, cr );
134 rc = lback
[all...]
H A Ddistproc.c221 static BackendInfo *lback; variable
245 #define ldap_distproc_db_open_one(be) (lback)->bi_db_open( (be) )
247 #define ldap_distproc_db_destroy_one(be, ca) (lback)->bi_db_destroy( (be), (ca) )
481 "olcDatabase={%d}%s", count, lback->bi_type );
486 &bv, lback->bi_cf_ocs, &distproc_ocs[ 1 ] );
501 if ( lback->bi_cf_ocs ) {
586 if ( lback == NULL ) {
587 lback = backend_info( "ldap" );
589 if ( lback == NULL ) {
655 be->bd_info = lback;
[all...]
H A Dchain.c72 static BackendInfo *lback; variable
121 #define ldap_chain_db_destroy_one(be, rs) (lback)->bi_db_destroy( (be), (rs) )
625 rc = (&lback->bi_op_bind)[ op_type ]( op, &rs2 );
900 rc = lback->bi_op_search( op, &rs2 );
1452 "olcDatabase={%d}%s", count, lback->bi_type );
1457 &bv, lback->bi_cf_ocs, &chainocs[1] );
1472 if ( lback->bi_cf_ocs ) {
1515 ce->ce_be->bd_info = lback;
1785 if ( lback == NULL ) {
1786 lback
[all...]

Completed in 85 milliseconds