Searched refs:ldap_entry_wrapper (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/sudo-73/src/
H A Dldap.c155 * The ldap_entry_wrapper structure is used to implement sorted result entries.
161 struct ldap_entry_wrapper { struct
172 struct ldap_entry_wrapper *entries;
2465 * Comparison function for ldap_entry_wrapper structures, descending order.
2472 const struct ldap_entry_wrapper *aw = a;
2473 const struct ldap_entry_wrapper *bw = b;
2500 static struct ldap_entry_wrapper *

Completed in 108 milliseconds