php_shutdown_function_entry 1796 ext/session/session.c 		php_shutdown_function_entry shutdown_function_entry;
php_shutdown_function_entry 2174 ext/session/session.c 	php_shutdown_function_entry shutdown_function_entry;
php_shutdown_function_entry  128 ext/standard/basic_functions.c static void user_shutdown_function_dtor(php_shutdown_function_entry *shutdown_function_entry);
php_shutdown_function_entry 4938 ext/standard/basic_functions.c void user_shutdown_function_dtor(php_shutdown_function_entry *shutdown_function_entry) /* {{{ */
php_shutdown_function_entry 4960 ext/standard/basic_functions.c static int user_shutdown_function_call(php_shutdown_function_entry *shutdown_function_entry TSRMLS_DC) /* {{{ */
php_shutdown_function_entry 5095 ext/standard/basic_functions.c 	php_shutdown_function_entry shutdown_function_entry;
php_shutdown_function_entry 5126 ext/standard/basic_functions.c 		zend_hash_next_index_insert(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL);
php_shutdown_function_entry 5134 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 TSRMLS_DC) /* {{{ */
php_shutdown_function_entry 5141 ext/standard/basic_functions.c 	return zend_hash_update(BG(user_shutdown_function_names), function_name, function_len, shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL) != FAILURE;
php_shutdown_function_entry 5155 ext/standard/basic_functions.c PHPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry TSRMLS_DC) /* {{{ */
php_shutdown_function_entry 5162 ext/standard/basic_functions.c 	return zend_hash_next_index_insert(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL) != FAILURE;
php_shutdown_function_entry  260 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 TSRMLS_DC);
php_shutdown_function_entry  262 ext/standard/basic_functions.h PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry TSRMLS_DC);