Searched refs:lud_dn (Results 1 – 6 of 6) sorted by relevance
137 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 …]
1123 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()
1461 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()
1261 rl->lr_ludp->lud_dn,
814 printf( "\t dn: <%s>\n", ludp->lud_dn ); in main()
764 char *lud_dn; member