Lines Matching defs:ludp
2171 LDAPURLDesc *ludp = NULL;
2187 rc = ldap_url_parse( name->bv_val, &ludp );
2197 if ( ( ludp->lud_host && ludp->lud_host[0] ) || ludp->lud_exts )
2210 ber_str2bv( ludp->lud_dn, 0, 0, &op2.o_req_dn );
2217 cp->asc_op->o_log_prefix, ludp->lud_dn );
2233 if ( ludp->lud_filter ) {
2234 ber_str2bv_x( ludp->lud_filter, 0, 0, &op2.ors_filterstr,
2253 op2.ors_scope = ludp->lud_scope;
2256 if ( ludp->lud_attrs ) {
2259 for ( ; ludp->lud_attrs[ nattrs ]; nattrs++ )
2265 for ( i = 0, nattrs = 0; ludp->lud_attrs[ i ]; i++ ) {
2270 ber_str2bv( ludp->lud_attrs[ i ], 0, 0, &name );
2322 if ( ludp ) {
2323 ldap_free_urldesc( ludp );