Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c229 int i, j, sort_count, tmp_pref; in decode_answer() local
232 sort_count = ( dx_count < MAX_TO_SORT ) ? dx_count : MAX_TO_SORT; in decode_answer()
233 for ( i = 0; i < sort_count; ++i ) { in decode_answer()
234 for ( j = i + 1; j < sort_count; ++j ) { in decode_answer()