Searched defs:sortKeyList (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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...] |
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 1353 LDAPsortkey **sortKeyList = 0; local 1396 stat = ldap_create_sort_keylist(&sortKeyList, SORTKEYLIST); 1406 stat = ldap_create_sort_control(lc->ld, sortKeyList, 1, 1809 if (sortKeyList != 0) 1810 ldap_free_sort_keylist(sortKeyList);
|
Completed in 49 milliseconds