Searched defs:shutdown (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_extensions.h | 67 shutdown_func_t shutdown; member in struct:_zend_extension
|
| /PHP_TRUNK/main/ |
| H A D | SAPI.h | 49 #undef shutdown macro 222 int (*shutdown)(struct _sapi_module_struct *sapi_module); member in struct:_sapi_module_struct
|
| H A D | php_network.h | 34 #undef shutdown macro 35 #define shutdown(s,n) /* nothing */ macro
|
| /PHP_TRUNK/sapi/apache/ |
| H A D | mod_php5.c | 29 #undef shutdown macro 464 php_module_shutdown_wrapper, /* shutdown */ 921 apache_sapi_module.shutdown(&apache_sapi_module); 925 * child_exit handler exists, so shutdown globally 942 apache_sapi_module.shutdown(&apache_sapi_module);
|
| /PHP_TRUNK/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 57 /* UnixWare and Netware define shutdown to _shutdown, which causes problems later 58 * on when using a structure member named shutdown. Since this source 59 * file does not use the system call shutdown, it is safe to #undef it. 61 #undef shutdown macro 332 php_module_shutdown_wrapper, /* shutdown */ 572 apache2_sapi_module.shutdown(&apache2_sapi_module);
|
| /PHP_TRUNK/sapi/apache2handler/ |
| H A D | sapi_apache2.c | 62 /* UnixWare and Netware define shutdown to _shutdown, which causes problems later 63 * on when using a structure member named shutdown. Since this source 64 * file does not use the system call shutdown, it is safe to #undef it.K 66 #undef shutdown macro 359 php_module_shutdown_wrapper, /* shutdown */ 388 apache2_sapi_module.shutdown(&apache2_sapi_module); 398 apache2_sapi_module.shutdown(&apache2_sapi_module);
|
| /PHP_TRUNK/sapi/apache_hooks/ |
| H A D | mod_php5.c | 28 #undef shutdown macro 519 php_module_shutdown_wrapper, /* shutdown */ 1207 apache_sapi_module.shutdown(&apache_sapi_module); 1211 * child_exit handler exists, so shutdown globally 1228 apache_sapi_module.shutdown(&apache_sapi_module);
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | php_oci8_int.h | 138 unsigned needs_commit:1; /* helps to determine if we should rollback this connection on close/shutdown */ 490 int shutdown; /* in shutdown flag */ variable
|
Completed in 15 milliseconds