shutdown          144 Zend/zend_extensions.c 	if (extension->shutdown) {
shutdown          145 Zend/zend_extensions.c 		extension->shutdown(extension);
shutdown           67 Zend/zend_extensions.h 	shutdown_func_t shutdown;
shutdown         1314 ext/oci8/oci8.c 	OCI_G(shutdown) = 1;
shutdown         2365 ext/opcache/ZendAccelerator.c 		element1->shutdown = NULL;
shutdown          395 ext/openssl/xp_ssl.c 			shutdown(sslsock->s.socket, SHUT_RD);
shutdown         2161 ext/sockets/sockets.c 	if (shutdown(php_sock->bsd_socket, how_shutdown) != 0) {
shutdown          222 main/SAPI.h    	int (*shutdown)(struct _sapi_module_struct *sapi_module);
shutdown          191 main/streams/xp_socket.c 			shutdown(sock->socket, SHUT_RD);
shutdown          398 main/streams/xp_socket.c 					xparam->outputs.returncode = shutdown(sock->socket, shutdown_how[xparam->how]);
shutdown          581 sapi/aolserver/aolserver.c 	ctx->sapi_module->shutdown(ctx->sapi_module);
shutdown          921 sapi/apache/mod_php5.c 	apache_sapi_module.shutdown(&apache_sapi_module);
shutdown          942 sapi/apache/mod_php5.c 	apache_sapi_module.shutdown(&apache_sapi_module);
shutdown          572 sapi/apache2filter/sapi_apache2.c 	apache2_sapi_module.shutdown(&apache2_sapi_module);
shutdown          388 sapi/apache2handler/sapi_apache2.c 	apache2_sapi_module.shutdown(&apache2_sapi_module);
shutdown          398 sapi/apache2handler/sapi_apache2.c 	apache2_sapi_module.shutdown(&apache2_sapi_module);
shutdown         1207 sapi/apache_hooks/mod_php5.c 	apache_sapi_module.shutdown(&apache_sapi_module);
shutdown         1228 sapi/apache_hooks/mod_php5.c 	apache_sapi_module.shutdown(&apache_sapi_module);
shutdown          781 sapi/caudium/caudium.c   sapi_module.shutdown(&caudium_sapi_module);
shutdown         1123 sapi/cgi/fastcgi.c 				shutdown(req->fd, 1);
shutdown         1133 sapi/cgi/fastcgi.c 			shutdown(req->fd, 1);
shutdown          750 sapi/fpm/fpm/fastcgi.c 				shutdown(req->fd, 1);
shutdown          759 sapi/fpm/fpm/fastcgi.c 			shutdown(req->fd, 1);
shutdown          958 sapi/isapi/php5isapi.c 			if (isapi_sapi_module.shutdown) {
shutdown          959 sapi/isapi/php5isapi.c 				isapi_sapi_module.shutdown(&sapi_module);
shutdown          874 sapi/nsapi/nsapi.c 	if (nsapi_sapi_module.shutdown) {
shutdown          875 sapi/nsapi/nsapi.c 		nsapi_sapi_module.shutdown(&nsapi_sapi_module);
shutdown          425 sapi/pi3web/pi3web_sapi.c 	if (pi3web_sapi_module.shutdown) {
shutdown          426 sapi/pi3web/pi3web_sapi.c 		pi3web_sapi_module.shutdown(&pi3web_sapi_module);
shutdown          720 sapi/roxen/roxen.c   roxen_sapi_module.shutdown(&roxen_sapi_module);
shutdown          618 sapi/thttpd/thttpd.c 		shutdown(hc->conn_fd, 0);
shutdown          766 sapi/thttpd/thttpd.c 		thttpd_sapi_module.shutdown(&thttpd_sapi_module);
shutdown          381 sapi/tux/php_tux.c 	shutdown(fd, 2);
shutdown          445 sapi/tux/php_tux.c 		tux_sapi_module.shutdown(&tux_sapi_module);
shutdown          328 sapi/webjames/webjames.c 	sapi_module.shutdown(&sapi_module);
shutdown          339 win32/sendmail.c 	shutdown(sc, 0);