Home
last modified time | relevance | path

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

/PHP-8.2/ext/ldap/
H A Dldap.c77 zval rebindproc; member
136 zval_ptr_dtor(&ld->rebindproc); in ldap_link_free()
3638 if (Z_ISUNDEF(ld->rebindproc)) { in _ldap_rebind_proc()
3646 …if (call_user_function(EG(function_table), NULL, &ld->rebindproc, &cb_retval, 2, cb_args) == SUCCE… in _ldap_rebind_proc()
3675 if (!Z_ISUNDEF(ld->rebindproc)) { in PHP_FUNCTION()
3676 zval_ptr_dtor(&ld->rebindproc); in PHP_FUNCTION()
3677 ZVAL_UNDEF(&ld->rebindproc); in PHP_FUNCTION()
3684 if (Z_ISUNDEF(ld->rebindproc)) { in PHP_FUNCTION()
3687 zval_ptr_dtor(&ld->rebindproc); in PHP_FUNCTION()
3690 ZVAL_COPY(&ld->rebindproc, &fci.function_name); in PHP_FUNCTION()

Completed in 12 milliseconds