Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c77 zval rebindproc; member
135 zval_ptr_dtor(&ld->rebindproc); in ldap_link_free()
3712 if (Z_ISUNDEF(ld->rebindproc)) { in _ldap_rebind_proc()
3720 …if (call_user_function(EG(function_table), NULL, &ld->rebindproc, &cb_retval, 2, cb_args) == SUCCE… in _ldap_rebind_proc()
3749 if (!Z_ISUNDEF(ld->rebindproc)) { in PHP_FUNCTION()
3750 zval_ptr_dtor(&ld->rebindproc); in PHP_FUNCTION()
3751 ZVAL_UNDEF(&ld->rebindproc); in PHP_FUNCTION()
3758 if (Z_ISUNDEF(ld->rebindproc)) { in PHP_FUNCTION()
3761 zval_ptr_dtor(&ld->rebindproc); in PHP_FUNCTION()
3764 ZVAL_COPY(&ld->rebindproc, &fci.function_name); in PHP_FUNCTION()

Completed in 15 milliseconds