server_context    423 main/SAPI.c    	if (SG(server_context)) {
server_context    468 main/SAPI.c    	if (SG(server_context)) {
server_context    506 main/SAPI.c    	} else if (SG(server_context)) {
server_context    552 main/SAPI.c    	SG(server_context) = NULL;
server_context    902 main/SAPI.c    				sapi_module.send_header(&http_status_line, SG(server_context));
server_context    904 main/SAPI.c    			zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) sapi_module.send_header, SG(server_context));
server_context    909 main/SAPI.c    				sapi_module.send_header(&default_header, SG(server_context));
server_context    912 main/SAPI.c    			sapi_module.send_header(NULL, SG(server_context));
server_context    993 main/SAPI.c    		sapi_module.flush(SG(server_context));
server_context   1070 main/SAPI.c    	if (sapi_module.get_request_time && SG(server_context)) {
server_context    122 main/SAPI.h    	void *server_context;
server_context    231 main/SAPI.h    	void (*flush)(void *server_context);
server_context    239 main/SAPI.h    	void (*send_header)(sapi_header_struct *sapi_header, void *server_context);
server_context     61 sapi/apache2handler/php_functions.c 	php_struct *ctx = SG(server_context);
server_context    185 sapi/apache2handler/php_functions.c 	ctx = SG(server_context);
server_context    209 sapi/apache2handler/php_functions.c 	ctx = SG(server_context);
server_context    232 sapi/apache2handler/php_functions.c 	ctx = SG(server_context);
server_context    266 sapi/apache2handler/php_functions.c 	ctx = SG(server_context);
server_context    302 sapi/apache2handler/php_functions.c 	ctx = SG(server_context);
server_context    373 sapi/apache2handler/php_functions.c 	server_rec *serv = ((php_struct *) SG(server_context))->r->server;
server_context    441 sapi/apache2handler/php_functions.c 		const apr_array_header_t *arr = apr_table_elts(((php_struct *) SG(server_context))->r->subprocess_env);
server_context    459 sapi/apache2handler/php_functions.c 		php_info_print_table_row(2, "HTTP Request", ((php_struct *) SG(server_context))->r->the_request);
server_context    461 sapi/apache2handler/php_functions.c 		arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_in);
server_context    470 sapi/apache2handler/php_functions.c 		arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_out);
server_context     78 sapi/apache2handler/sapi_apache2.c 	ctx = SG(server_context);
server_context     94 sapi/apache2handler/sapi_apache2.c 	ctx = SG(server_context);
server_context    153 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    184 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    215 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    245 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    257 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    272 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    292 sapi/apache2handler/sapi_apache2.c php_apache_sapi_flush(void *server_context)
server_context    297 sapi/apache2handler/sapi_apache2.c 	ctx = server_context;
server_context    301 sapi/apache2handler/sapi_apache2.c 	if (!server_context) {
server_context    321 sapi/apache2handler/sapi_apache2.c 	ctx = SG(server_context);
server_context    341 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    537 sapi/apache2handler/sapi_apache2.c 		((php_struct *)SG(server_context))->r = p;
server_context    539 sapi/apache2handler/sapi_apache2.c 		apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup);
server_context    562 sapi/apache2handler/sapi_apache2.c 	ctx = SG(server_context);
server_context    565 sapi/apache2handler/sapi_apache2.c 		ctx = SG(server_context) = apr_pcalloc(r->pool, sizeof(*ctx));
server_context    570 sapi/apache2handler/sapi_apache2.c 		apr_pool_cleanup_register(r->pool, (void *)&SG(server_context), php_server_context_cleanup, apr_pool_cleanup_null);
server_context    626 sapi/apache2handler/sapi_apache2.c 		ctx = SG(server_context);
server_context    702 sapi/apache2handler/sapi_apache2.c 		apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup);
server_context    328 sapi/cgi/cgi_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    345 sapi/cgi/cgi_main.c static void sapi_cgi_flush(void *server_context)
server_context    352 sapi/cgi/cgi_main.c static void sapi_fcgi_flush(void *server_context)
server_context    354 sapi/cgi/cgi_main.c 	fcgi_request *request = (fcgi_request*) server_context;
server_context    506 sapi/cgi/cgi_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    536 sapi/cgi/cgi_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    597 sapi/cgi/cgi_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    635 sapi/cgi/cgi_main.c 		fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    657 sapi/cgi/cgi_main.c 			fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    711 sapi/cgi/cgi_main.c 		request = (fcgi_request*) SG(server_context);
server_context    823 sapi/cgi/cgi_main.c 			fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    863 sapi/cgi/cgi_main.c 				fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    906 sapi/cgi/cgi_main.c 				!fcgi_finish_request((fcgi_request*)SG(server_context), 0)) {
server_context    910 sapi/cgi/cgi_main.c 			sapi_cgi_flush(SG(server_context));
server_context   1566 sapi/cgi/cgi_main.c 		fcgi_request *request = (fcgi_request*) SG(server_context);
server_context   2134 sapi/cgi/cgi_main.c 			SG(server_context) = fastcgi ? (void *)request : (void *) 1;
server_context   2166 sapi/cgi/cgi_main.c 								SG(server_context) = NULL;
server_context   2210 sapi/cgi/cgi_main.c 								SG(server_context) = NULL;
server_context   2322 sapi/cgi/cgi_main.c 				SG(server_context) = NULL;
server_context   2366 sapi/cgi/cgi_main.c 					SG(server_context) = NULL;
server_context   2591 sapi/cgi/cgi_main.c 	SG(server_context) = NULL;
server_context    329 sapi/cli/php_cli.c static void sapi_cli_flush(void *server_context) /* {{{ */
server_context    416 sapi/cli/php_cli.c static void sapi_cli_send_header(sapi_header_struct *sapi_header, void *server_context) /* {{{ */
server_context    371 sapi/cli/php_cli_server.c 	client = SG(server_context);
server_context    488 sapi/cli/php_cli_server.c 	php_cli_server_client *client = SG(server_context);
server_context    495 sapi/cli/php_cli_server.c static void sapi_cli_server_flush(void *server_context) /* {{{ */
server_context    497 sapi/cli/php_cli_server.c 	php_cli_server_client *client = server_context;
server_context    521 sapi/cli/php_cli_server.c 	php_cli_server_client *client = SG(server_context);
server_context    558 sapi/cli/php_cli_server.c 	php_cli_server_client *client = SG(server_context);
server_context    568 sapi/cli/php_cli_server.c 	php_cli_server_client *client = SG(server_context);
server_context    621 sapi/cli/php_cli_server.c 	php_cli_server_client *client = SG(server_context);
server_context   2041 sapi/cli/php_cli_server.c 	SG(server_context) = NULL;
server_context   2092 sapi/cli/php_cli_server.c 	SG(server_context) = client;
server_context   2099 sapi/cli/php_cli_server.c 			SG(server_context) = NULL;
server_context   2138 sapi/cli/php_cli_server.c 		SG(server_context) = NULL;
server_context   2142 sapi/cli/php_cli_server.c 	SG(server_context) = NULL;
server_context     86 sapi/embed/php_embed.c static void php_embed_flush(void *server_context)
server_context     93 sapi/embed/php_embed.c static void php_embed_send_header(sapi_header_struct *sapi_header, void *server_context)
server_context    236 sapi/fpm/fpm/fpm_log.c 						char *env = fcgi_getenv((fcgi_request*) SG(server_context), format, strlen(format));
server_context    288 sapi/fpm/fpm/fpm_main.c 		fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    329 sapi/fpm/fpm/fpm_main.c static void sapi_cgibin_flush(void *server_context) /* {{{ */
server_context    333 sapi/fpm/fpm/fpm_main.c 		fcgi_request *request = (fcgi_request*) server_context;
server_context    483 sapi/fpm/fpm/fpm_main.c 		fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    517 sapi/fpm/fpm/fpm_main.c 		fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    536 sapi/fpm/fpm/fpm_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    544 sapi/fpm/fpm/fpm_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    585 sapi/fpm/fpm/fpm_main.c 	request = (fcgi_request*) SG(server_context);
server_context    639 sapi/fpm/fpm/fpm_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    745 sapi/fpm/fpm/fpm_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    827 sapi/fpm/fpm/fpm_main.c 		    !fcgi_finish_request((fcgi_request*)SG(server_context), 0)) {
server_context   1022 sapi/fpm/fpm/fpm_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context   1533 sapi/fpm/fpm/fpm_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context   1752 sapi/fpm/fpm/fpm_main.c 					SG(server_context) = NULL;
server_context   1775 sapi/fpm/fpm/fpm_main.c 			SG(server_context) = NULL;
server_context   1899 sapi/fpm/fpm/fpm_main.c 			SG(server_context) = (void *) request;
server_context   1908 sapi/fpm/fpm/fpm_main.c 				SG(server_context) = NULL;
server_context   2020 sapi/fpm/fpm/fpm_main.c 	SG(server_context) = NULL;
server_context    158 sapi/litespeed/lsapi_main.c static void sapi_lsapi_flush( void * server_context )
server_context    636 sapi/litespeed/lsapi_main.c         SG(server_context) = (void *) 1;
server_context    770 sapi/litespeed/lsapi_main.c         SG(server_context) = (void *) 1;
server_context    793 sapi/phpdbg/phpdbg.c static void php_sapi_phpdbg_send_header(sapi_header_struct *sapi_header, void *server_context) /* {{{ */