| syncrepl.c | 170 LDAP *si_ld; member in struct:syncinfo_s 619 rc = ldap_search_ext_s( si->si_ld, "", LDAP_SCOPE_BASE, generic_filterstr.bv_val, lattrs, 0, 625 msg = ldap_first_message( si->si_ld, res ); 629 rc = ldap_get_dn_ber( si->si_ld, msg, &ber, &bv ); 630 for ( rc = ldap_get_attribute_ber( si->si_ld, msg, ber, &bv, bvp ); 632 rc = ldap_get_attribute_ber( si->si_ld, msg, ber, &bv, bvp ) ) { 739 rc = ldap_create_persistentsearch_control_value( si->si_ld, LDAP_CONTROL_PERSIST_ENTRY_CHANGE_ADD, 786 rc = ldap_search_ext( si->si_ld, base, scope, filter, attrs, attrsonly, 1035 rc = slap_client_connect( &si->si_ld, &si->si_bindconf ); 1046 if ( ldap_get_option( si->si_ld, LDAP_OPT_X_TLS_SSL_CTX, &ssl [all...] |