Home
last modified time | relevance | path

Searched refs:et_cmp_fn (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dsort.c47 int (*et_cmp_fn) LDAP_P((const char *a, const char *b)); member
80 if ( (rc = a->et_cmp_fn( a->et_vals[i], b->et_vals[i] )) != 0 ) { in et_cmp()
141 et[i].et_cmp_fn = cmp; in ldap_sort_entries()