Searched refs:rdn2DCEstr (Results 1 – 1 of 1) sorted by relevance
/netbsd/external/bsd/openldap/dist/libraries/libldap/ |
H A D | getdn.c | 85 static int rdn2DCEstr( LDAPRDN rdn, char *str, unsigned flag, ber_len_t *len, int first ); 2650 rdn2DCEstr( LDAPRDN rdn, char *str, unsigned flags, ber_len_t *len, int first ) function 2952 rc = rdn2DCEstr( rdn, bv->bv_val, flags, &l, 1 ); 3217 if ( rdn2DCEstr( dn[ iRDN ], &bv->bv_val[ l ], flags,
|