Home | History | Annotate | Download | only in back-meta

Lines Matching defs:ludp

1957 		LDAPURLDesc 	*ludp;
2008 if ( ldap_url_parselist_ext( &ludp, uris[ j ], "\t",
2010 || ludp->lud_next != NULL )
2027 if ( ludp->lud_dn == NULL ) {
2033 ldap_free_urllist( ludp );
2042 ber_str2bv( ludp->lud_dn, 0, 0, &dn );
2050 ldap_free_urllist( ludp );
2056 ludp->lud_dn[ 0 ] = '\0';
2058 switch ( ludp->lud_scope ) {
2065 mt->mt_scope = ludp->lud_scope;
2073 ldap_free_urllist( ludp );
2081 if ( ludp->lud_dn != NULL && ludp->lud_dn[ 0 ] != '\0' ) {
2085 ldap_free_urllist( ludp );
2093 tmpuri = ldap_url_list2urls( ludp );
2094 ldap_free_urllist( ludp );