Searched refs:sortKeyList (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sortctrl.c | 40 LDAPsortkey **sortKeyList, in ldap_create_sort_control() argument 52 if ( sortKeyList == NULL || ctrlp == NULL ) { in ldap_create_sort_control() 71 for ( i = 0; sortKeyList[i] != NULL; i++ ) { in ldap_create_sort_control() 74 if ( ber_printf( ber, "{s", (sortKeyList[i])->sk_attrtype ) in ldap_create_sort_control() 80 if ( (sortKeyList[i])->sk_matchruleoid != NULL ) { in ldap_create_sort_control() 82 (sortKeyList[i])->sk_matchruleoid ) in ldap_create_sort_control() 90 if ( (sortKeyList[i])->sk_reverseorder ) { in ldap_create_sort_control() 92 (sortKeyList[i])->sk_reverseorder ) == -1 ) { in ldap_create_sort_control() 349 LDAPsortkey ***sortKeyList, in ldap_create_sort_keylist() argument 363 if (NULL == sortKeyList) { in ldap_create_sort_keylist() [all …]
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 676 LDAPsortkey **sortKeyList, const char ctl_iscritical, 681 LDAP_API(void) LDAP_CALL ldap_free_sort_keylist(LDAPsortkey **sortKeyList); 682 int LDAP_CALL ldap_create_sort_keylist(LDAPsortkey ***sortKeyList,
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 1353 LDAPsortkey **sortKeyList = 0; in ldapSearch() local 1396 stat = ldap_create_sort_keylist(&sortKeyList, SORTKEYLIST); in ldapSearch() 1406 stat = ldap_create_sort_control(lc->ld, sortKeyList, 1, in ldapSearch() 1809 if (sortKeyList != 0) in ldapSearch() 1810 ldap_free_sort_keylist(sortKeyList); in ldapSearch()
|