Searched refs:sortKeyList (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sortctrl.c | 42 LDAPsortkey **sortKeyList, in ldap_create_sort_control() argument 54 if ( sortKeyList == NULL || ctrlp == NULL ) { in ldap_create_sort_control() 73 for ( i = 0; sortKeyList[i] != NULL; i++ ) { in ldap_create_sort_control() 76 if ( ber_printf( ber, "{s", (sortKeyList[i])->sk_attrtype ) in ldap_create_sort_control() 82 if ( (sortKeyList[i])->sk_matchruleoid != NULL ) { in ldap_create_sort_control() 84 (sortKeyList[i])->sk_matchruleoid ) in ldap_create_sort_control() 92 if ( (sortKeyList[i])->sk_reverseorder ) { in ldap_create_sort_control() 94 (sortKeyList[i])->sk_reverseorder ) == -1 ) { in ldap_create_sort_control() 351 LDAPsortkey ***sortKeyList, in ldap_create_sort_keylist() argument 365 if (NULL == sortKeyList) { in ldap_create_sort_keylist() [all …]
|
H A D | llib-lldap | 450 int ldap_create_sort_control (LDAP *ld, LDAPsortkey **sortKeyList, const char ctl_iscritical, LDAPC… 454 int ldap_create_sort_keylist(LDAPsortkey ***sortKeyList, const char *string_rep); 456 void ldap_free_sort_keylist(LDAPsortkey **sortKeyList);
|
/titanic_44/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,
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 1354 LDAPsortkey **sortKeyList = 0; in ldapSearch() local 1397 stat = ldap_create_sort_keylist(&sortKeyList, SORTKEYLIST); in ldapSearch() 1407 stat = ldap_create_sort_control(lc->ld, sortKeyList, 1, in ldapSearch() 1810 if (sortKeyList != 0) in ldapSearch() 1811 ldap_free_sort_keylist(sortKeyList); in ldapSearch()
|