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

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_pwd_policy.c416 krb5_boolean attr_present; local
418 st = krb5_ldap_get_string(ld, ent, "cn", &policy, &attr_present);
421 if (attr_present == FALSE)
H A Dldap_misc.c1256 char **retstr, krb5_boolean *attr_present)
1262 if (attr_present != NULL)
1263 *attr_present = FALSE;
1268 if (attr_present!= NULL)
1269 *attr_present = TRUE;
1285 char ***retarr, krb5_boolean *attr_present)
1292 if (attr_present != NULL)
1293 *attr_present = FALSE;
1297 if (attr_present != NULL)
1298 *attr_present
1255 krb5_ldap_get_string(LDAP *ld, LDAPMessage *ent, char *attribute, char **retstr, krb5_boolean *attr_present) argument
1284 krb5_ldap_get_strings(LDAP *ld, LDAPMessage *ent, char *attribute, char ***retarr, krb5_boolean *attr_present) argument
1329 krb5_ldap_get_time(LDAP *ld, LDAPMessage *ent, char *attribute, krb5_timestamp *rettime, krb5_boolean *attr_present) argument
1860 krb5_boolean attr_present = FALSE; local
[all...]

Completed in 25 milliseconds