Lines Matching refs:shutdown_function_entry
1619 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv); local
1621 zend_fcall_info_args_clear(&shutdown_function_entry->fci, true);
1622 fci_release(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cache);
1623 efree(shutdown_function_entry);
1636 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv); local
1641 shutdown_function_entry->fci.retval = &retval;
1642 …call_status = zend_call_function(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cach…
1744 …function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry) /* {{{ */ argument
1751 …m(BG(user_shutdown_function_names), function_name, function_len, shutdown_function_entry, sizeof(p…
1766 PHPAPI bool append_user_shutdown_function(php_shutdown_function_entry *shutdown_function_entry) /* … argument
1773 …return zend_hash_next_index_insert_mem(BG(user_shutdown_function_names), shutdown_function_entry, …