Searched refs:maxcontrols (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c133 int rc, maxcontrols, curcontrols; local
183 maxcontrols = curcontrols = 0;
187 if ( curcontrols >= maxcontrols - 1 ) {
189 maxcontrols += CONTROL_GRABSIZE;
191 (char *)*controlsp, maxcontrols *

Completed in 81 milliseconds