Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c76 zval rebindproc; member
134 zval_ptr_dtor(&ld->rebindproc); in ldap_link_free()
3612 if (Z_ISUNDEF(ld->rebindproc)) { in _ldap_rebind_proc()
3620 …if (call_user_function(EG(function_table), NULL, &ld->rebindproc, &cb_retval, 2, cb_args) == SUCCE… in _ldap_rebind_proc()
3649 if (!Z_ISUNDEF(ld->rebindproc)) { in PHP_FUNCTION()
3650 zval_ptr_dtor(&ld->rebindproc); in PHP_FUNCTION()
3651 ZVAL_UNDEF(&ld->rebindproc); in PHP_FUNCTION()
3658 if (Z_ISUNDEF(ld->rebindproc)) { in PHP_FUNCTION()
3661 zval_ptr_dtor(&ld->rebindproc); in PHP_FUNCTION()
3664 ZVAL_COPY(&ld->rebindproc, &fci.function_name); in PHP_FUNCTION()

Completed in 14 milliseconds