Home
last modified time | relevance | path

Searched refs:curcontrols (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()
202 (*controlsp)[curcontrols++] = newctrl; in nsldapi_get_controls()
203 (*controlsp)[curcontrols] = NULL; in nsldapi_get_controls()
245 "<= nsldapi_get_controls found %d controls\n", curcontrols, 0, 0 ); in nsldapi_get_controls()