Home
last modified time | relevance | path

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

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