Searched defs:matcheddnp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dresult.c1209 int ldap_parse_result(LDAP *ld, LDAPMessage *res, int *errcodep, char **matcheddnp, argument
1228 if (matcheddnp && *matcheddnp){
1229 free(*matcheddnp);
1230 *matcheddnp = NULL;
1267 if (matcheddnp) {
1268 *matcheddnp = acharp;
1348 if (matcheddnp) {
1349 *matcheddnp = acharp;

Completed in 24 milliseconds