Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dvlistctrl.c186 int i, foundListControl, errcode; in ldap_parse_virtuallist_control() local
207 foundListControl = 0; in ldap_parse_virtuallist_control()
208 for ( i = 0; (( ctrls[i] != NULL ) && ( !foundListControl )); i++ ) { in ldap_parse_virtuallist_control()
209 foundListControl = !strcmp( ctrls[i]->ldctl_oid, in ldap_parse_virtuallist_control()
212 if ( !foundListControl ) { in ldap_parse_virtuallist_control()