Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c78 zval rebindproc; member
109 zval_ptr_dtor(&ld->rebindproc); in ZEND_GET_MODULE()
3765 if (ld == NULL || Z_ISUNDEF(ld->rebindproc)) { in _ldap_rebind_proc()
3773 …if (call_user_function_ex(EG(function_table), NULL, &ld->rebindproc, &cb_retval, 2, cb_args, 0, NU… in _ldap_rebind_proc()
3802 if (!Z_ISUNDEF(ld->rebindproc)) { in PHP_FUNCTION()
3803 zval_ptr_dtor(&ld->rebindproc); in PHP_FUNCTION()
3804 ZVAL_UNDEF(&ld->rebindproc); in PHP_FUNCTION()
3819 if (Z_ISUNDEF(ld->rebindproc)) { in PHP_FUNCTION()
3822 zval_ptr_dtor(&ld->rebindproc); in PHP_FUNCTION()
3825 ZVAL_COPY(&ld->rebindproc, callback); in PHP_FUNCTION()

Completed in 18 milliseconds