Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c2144 LDAPControl *ctrl, **ctrls, **ctrlp; in PHP_FUNCTION() local
2153 ctrls = safe_emalloc((1 + ncontrols), sizeof(*ctrls), 0); in PHP_FUNCTION()
2154 *ctrls = NULL; in PHP_FUNCTION()
2155 ctrlp = ctrls; in PHP_FUNCTION()
2191 error = ldap_set_option(ldap, option, ctrls); in PHP_FUNCTION()
2193 ctrlp = ctrls; in PHP_FUNCTION()
2198 efree(ctrls); in PHP_FUNCTION()

Completed in 10 milliseconds