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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c147 int i, foundSortControl; local
164 foundSortControl = 0;
165 for ( i = 0; (( ctrlp[i] != NULL ) && ( !foundSortControl )); i++ ) {
166 foundSortControl = !strcmp( ctrlp[i]->ldctl_oid, LDAP_CONTROL_SORTRESPONSE );
168 if ( !foundSortControl ) {

Completed in 60 milliseconds