php_shutdown_function_entry 1904 ext/session/session.c 			php_shutdown_function_entry shutdown_function_entry;
php_shutdown_function_entry 2396 ext/session/session.c 	php_shutdown_function_entry shutdown_function_entry;
php_shutdown_function_entry 4883 ext/standard/basic_functions.c 	php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
php_shutdown_function_entry 4906 ext/standard/basic_functions.c     php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
php_shutdown_function_entry 5034 ext/standard/basic_functions.c 	php_shutdown_function_entry shutdown_function_entry;
php_shutdown_function_entry 5069 ext/standard/basic_functions.c 		zend_hash_next_index_insert_mem(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry));
php_shutdown_function_entry 5077 ext/standard/basic_functions.c PHPAPI zend_bool register_user_shutdown_function(char *function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry) /* {{{ */
php_shutdown_function_entry 5084 ext/standard/basic_functions.c 	return zend_hash_str_update_mem(BG(user_shutdown_function_names), function_name, function_len, shutdown_function_entry, sizeof(php_shutdown_function_entry)) != NULL;
php_shutdown_function_entry 5098 ext/standard/basic_functions.c PHPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry) /* {{{ */
php_shutdown_function_entry 5105 ext/standard/basic_functions.c 	return zend_hash_next_index_insert_mem(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry)) != NULL;
php_shutdown_function_entry  263 ext/standard/basic_functions.h PHPAPI extern zend_bool register_user_shutdown_function(char *function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry);
php_shutdown_function_entry  265 ext/standard/basic_functions.h PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry);