Searched defs:sortKeyList (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | sortctrl.c | 27 int ldap_create_sort_control(LDAP *ld, LDAPsortkey **sortKeyList, argument 37 if (sortKeyList == NULL || ctrlp == NULL) { 59 for (i = 0; sortKeyList[i] != NULL; i++) { 62 if (ber_printf(ber, "{s", (sortKeyList[i])->sk_attrtype) 68 if ((sortKeyList[i])->sk_matchruleoid != NULL) { 70 (sortKeyList[i])->sk_matchruleoid) 78 if ((sortKeyList[i])->sk_reverseorder) { 80 (sortKeyList[i])->sk_reverseorder) == -1) { 354 ldap_create_sort_keylist(LDAPsortkey ***sortKeyList, char *string_rep) argument 367 if (NULL == sortKeyList) { 403 ldap_free_sort_keylist(LDAPsortkey **sortKeyList) argument [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sortctrl.c | 28 sortKeyList an array of sortkeys 42 LDAPsortkey **sortKeyList, 54 if ( sortKeyList == NULL || ctrlp == NULL ) { 73 for ( i = 0; sortKeyList[i] != NULL; i++ ) { 76 if ( ber_printf( ber, "{s", (sortKeyList[i])->sk_attrtype ) 82 if ( (sortKeyList[i])->sk_matchruleoid != NULL ) { 84 (sortKeyList[i])->sk_matchruleoid ) 92 if ( (sortKeyList[i])->sk_reverseorder ) { 94 (sortKeyList[i])->sk_reverseorder ) == -1 ) { 351 LDAPsortkey ***sortKeyList, 40 ldap_create_sort_control( LDAP *ld, LDAPsortkey **sortKeyList, const char ctl_iscritical, LDAPControl **ctrlp ) argument 350 ldap_create_sort_keylist( LDAPsortkey ***sortKeyList, const char *string_rep ) argument [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 1354 LDAPsortkey **sortKeyList = 0; local 1397 stat = ldap_create_sort_keylist(&sortKeyList, SORTKEYLIST); 1407 stat = ldap_create_sort_control(lc->ld, sortKeyList, 1, 1824 if (sortKeyList != 0) 1825 ldap_free_sort_keylist(sortKeyList);
|
Completed in 64 milliseconds