Home
last modified time | relevance | path

Searched refs:lud_dn (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c137 if ( *((*ludpp)->lud_dn) == '\0' ) { in ldap_url_parse()
138 (*ludpp)->lud_dn = NULL; in ldap_url_parse()
162 if ((*ludpp)->lud_dn && *((*ludpp)->lud_dn) == '\0') { in ldap_url_parse_nodn()
163 (*ludpp)->lud_dn = NULL; in ldap_url_parse_nodn()
228 if (( ludp->lud_dn = strchr( urlcopy, '/' )) == NULL ) { in nsldapi_url_parse()
235 *ludp->lud_dn++ = '\0'; in nsldapi_url_parse()
279 if ( ludp->lud_dn != NULL && in nsldapi_url_parse()
280 ( attrs = strchr( ludp->lud_dn, '?' )) != NULL ) { in nsldapi_url_parse()
330 if ( ludp->lud_dn != NULL ) { in nsldapi_url_parse()
331 nsldapi_hex_unescape( ludp->lud_dn ); in nsldapi_url_parse()
[all …]
H A Drequest.c1123 msgid, ( ludp->lud_dn == NULL ) ? "NONE" : ludp->lud_dn, 0 ); in re_encode_request()
1163 if ( ludp->lud_dn == NULL ) { in re_encode_request()
1166 dn = ludp->lud_dn; in re_encode_request()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_common.c1461 if (ludp->lud_dn) { in __s_api_addRefInfo()
1462 ref->refDN = strdup(ludp->lud_dn); in __s_api_addRefInfo()
1506 if (ludp->lud_dn && ludp->lud_scope != LDAP_SCOPE_BASE) in __s_api_addRefInfo()
1508 else if (ludp->lud_dn && strstr(url, "?base")) in __s_api_addRefInfo()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dldap.c1261 rl->lr_ludp->lud_dn,
/titanic_41/usr/src/cmd/ldap/common/
H A Dldaptest.c814 printf( "\t dn: <%s>\n", ludp->lud_dn ); in main()
/titanic_41/usr/src/head/
H A Dldap.h764 char *lud_dn; member