Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dbasic_functions.h258 } php_shutdown_function_entry; typedef
260 …er_shutdown_function(char *function_name, size_t function_len, php_shutdown_function_entry *shutdo…
262 PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function…
H A Dbasic_functions.c128 static void user_shutdown_function_dtor(php_shutdown_function_entry *shutdown_function_entry);
4906 void user_shutdown_function_dtor(php_shutdown_function_entry *shutdown_function_entry) /* {{{ */
4928 static int user_shutdown_function_call(php_shutdown_function_entry *shutdown_function_entry TSRMLS_…
5063 php_shutdown_function_entry shutdown_function_entry;
5094 …ser_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL);
5102 …er_shutdown_function(char *function_name, size_t function_len, php_shutdown_function_entry *shutdo…
5109 …, function_name, function_len, shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL)…
5123 PHPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry …
5130 …ser_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL)…
/PHP-5.4/ext/session/
H A Dsession.c1680 php_shutdown_function_entry shutdown_function_entry;
2009 php_shutdown_function_entry shutdown_function_entry;

Completed in 25 milliseconds