Home
last modified time | relevance | path

Searched refs:ctrlp (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
2155 ctrlp = ctrls; in PHP_FUNCTION()
2168 ctrl = *ctrlp = emalloc(sizeof(**ctrlp)); in PHP_FUNCTION()
2186 ++ctrlp; in PHP_FUNCTION()
2187 *ctrlp = NULL; in PHP_FUNCTION()
2193 ctrlp = ctrls; in PHP_FUNCTION()
2194 while (*ctrlp) { in PHP_FUNCTION()
2195 efree(*ctrlp); in PHP_FUNCTION()
2196 ctrlp++; in PHP_FUNCTION()

Completed in 10 milliseconds