Searched refs:ludp (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/apr-util/ldap/
H A Dapr_ldap_url.c264 apr_ldap_url_desc_t *ludp; local
311 ludp = (apr_ldap_url_desc_t *)apr_pcalloc(pool, sizeof(apr_ldap_url_desc_t));
312 if ( ludp == NULL ) {
318 ludp->lud_next = NULL;
319 ludp->lud_host = NULL;
320 ludp->lud_port = LDAP_PORT;
321 ludp->lud_dn = NULL;
322 ludp->lud_attrs = NULL;
323 ludp->lud_filter = NULL;
324 ludp
[all...]
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dldap.c349 LDAPURLDesc *ludp = NULL;
352 err = ldap_url_parse(lmap->ldap_uri, &ludp);
358 lmap->ldap_host = sm_strdup_x(ludp->lud_host);
362 ldap_free_urldesc(ludp);
366 lmap->ldap_port = ludp->lud_port;
367 ldap_free_urldesc(ludp);

Completed in 62 milliseconds