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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c78 #define MAX_TO_SORT 32 macro
124 int dx_pref[ MAX_TO_SORT ];
194 if ( dx_count < MAX_TO_SORT - 1 ) {
232 sort_count = ( dx_count < MAX_TO_SORT ) ? dx_count : MAX_TO_SORT;

Completed in 43 milliseconds