Home
last modified time | relevance | path

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

/PHP-5.5/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);
4968 void user_shutdown_function_dtor(php_shutdown_function_entry *shutdown_function_entry) /* {{{ */
4990 static int user_shutdown_function_call(php_shutdown_function_entry *shutdown_function_entry TSRMLS_…
5125 php_shutdown_function_entry shutdown_function_entry;
5156 …ser_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL);
5164 …er_shutdown_function(char *function_name, size_t function_len, php_shutdown_function_entry *shutdo…
5171 …, function_name, function_len, shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL)…
5185 PHPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry …
5192 …ser_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry), NULL)…
/PHP-5.5/ext/session/
H A Dsession.c1776 php_shutdown_function_entry shutdown_function_entry;
2139 php_shutdown_function_entry shutdown_function_entry;

Completed in 26 milliseconds