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

/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h455 typedef struct LDAPsortkey { struct
459 } LDAPsortkey; typedef in typeref:struct:LDAPsortkey
1353 int ldap_create_sort_control(LDAP *ld, LDAPsortkey **sortKeyList,
1357 int ldap_create_sort_keylist(LDAPsortkey ***sortKeyList, char *string_rep);
1358 void ldap_free_sort_keylist(LDAPsortkey **sortKeyList);
/osnet-11/usr/src/head/
H A Dldap.h662 typedef struct LDAPsortkey { /* structure for a sort-key */ struct
666 } LDAPsortkey; typedef in typeref:struct:LDAPsortkey
669 LDAPsortkey **sortKeyList, const char ctl_iscritical,
674 LDAP_API(void) LDAP_CALL ldap_free_sort_keylist(LDAPsortkey **sortKeyList);
675 int LDAP_CALL ldap_create_sort_keylist(LDAPsortkey ***sortKeyList,

Completed in 40 milliseconds