Home
last modified time | relevance | path

Searched refs:MAX_TO_SORT (Results 1 – 1 of 1) sorted by relevance

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