server_context    434 main/SAPI.c    	if (SG(server_context)) {
server_context    480 main/SAPI.c    	if (SG(server_context)) {
server_context    518 main/SAPI.c    	} else if (SG(server_context)) {
server_context    568 main/SAPI.c    	SG(server_context) = NULL;
server_context    911 main/SAPI.c    				sapi_module.send_header(&http_status_line, SG(server_context) TSRMLS_CC);
server_context    913 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) TSRMLS_CC);
server_context    918 main/SAPI.c    				sapi_module.send_header(&default_header, SG(server_context) TSRMLS_CC);
server_context    921 main/SAPI.c    			sapi_module.send_header(NULL, SG(server_context) TSRMLS_CC);
server_context   1002 main/SAPI.c    		sapi_module.flush(SG(server_context));
server_context   1079 main/SAPI.c    	if (sapi_module.get_request_time && SG(server_context)) {
server_context    121 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 TSRMLS_DC);
server_context    501 sapi/aolserver/aolserver.c 	SG(server_context) = global_context;
server_context     99 sapi/apache/mod_php5.c 	if (SG(server_context)) {
server_context    100 sapi/apache/mod_php5.c 		ret = rwrite(str, str_length, (request_rec *) SG(server_context));
server_context    111 sapi/apache/mod_php5.c static void sapi_apache_flush(void *server_context)
server_context    113 sapi/apache/mod_php5.c 	if (server_context) {
server_context    115 sapi/apache/mod_php5.c 		rflush((request_rec *) server_context);
server_context    117 sapi/apache/mod_php5.c 		bflush((request_rec *) server_context->connection->client);
server_context    128 sapi/apache/mod_php5.c 	request_rec *r = (request_rec *) SG(server_context);
server_context    160 sapi/apache/mod_php5.c 	return (char *) table_get(((request_rec *) SG(server_context))->subprocess_env, "HTTP_COOKIE");
server_context    169 sapi/apache/mod_php5.c 	request_rec *r = (request_rec *) SG(server_context);
server_context    223 sapi/apache/mod_php5.c 	request_rec *r = SG(server_context);
server_context    257 sapi/apache/mod_php5.c 	array_header *arr = table_elts(((request_rec *) SG(server_context))->subprocess_env);
server_context    290 sapi/apache/mod_php5.c 	if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &((request_rec *) SG(server_context))->uri, strlen(((request_rec *) SG(server_context))->uri), &new_val_len TSRMLS_CC)) {
server_context    291 sapi/apache/mod_php5.c 		php_register_variable("PHP_SELF", ((request_rec *) SG(server_context))->uri, track_vars_array TSRMLS_CC);
server_context    312 sapi/apache/mod_php5.c 	if (SG(server_context)) {
server_context    314 sapi/apache/mod_php5.c 		aplog_error(NULL, 0, APLOG_ERR | APLOG_NOERRNO, ((request_rec *) SG(server_context))->server, "%s", message);
server_context    316 sapi/apache/mod_php5.c 		log_error(message, ((request_rec *) SG(server_context))->server);
server_context    335 sapi/apache/mod_php5.c 	SG(server_context) = NULL; 
server_context    347 sapi/apache/mod_php5.c 	request_rec *r = (request_rec *) SG(server_context); 
server_context    374 sapi/apache/mod_php5.c 	return &((request_rec *) SG(server_context))->finfo;
server_context    382 sapi/apache/mod_php5.c 	if (SG(server_context) == NULL) {
server_context    386 sapi/apache/mod_php5.c 	return (char *) table_get(((request_rec *) SG(server_context))->subprocess_env, name);
server_context    395 sapi/apache/mod_php5.c 	request_rec *r = SG(server_context);
server_context    413 sapi/apache/mod_php5.c 	request_rec *r = SG(server_context);
server_context    443 sapi/apache/mod_php5.c 	return (double) ((request_rec *)SG(server_context))->request_time;
server_context    452 sapi/apache/mod_php5.c 	ap_child_terminate((request_rec *)SG(server_context));
server_context    522 sapi/apache/mod_php5.c 	request_rec *r = ((request_rec *) SG(server_context));
server_context    614 sapi/apache/mod_php5.c 	SG(server_context) = r;
server_context    179 sapi/apache/php_apache.c 	serv = ((request_rec *) SG(server_context))->server;
server_context    248 sapi/apache/php_apache.c 		r = ((request_rec *) SG(server_context));
server_context    267 sapi/apache/php_apache.c 		r = ((request_rec *) SG(server_context));
server_context    298 sapi/apache/php_apache.c 		ap_child_terminate( ((request_rec *)SG(server_context)) );
server_context    323 sapi/apache/php_apache.c 	old_val = (char *) table_get(((request_rec *)SG(server_context))->notes, note_name);
server_context    326 sapi/apache/php_apache.c 		table_set(((request_rec *)SG(server_context))->notes, note_name, note_val);
server_context    357 sapi/apache/php_apache.c 	if (!(rr = sub_req_lookup_uri (filename, ((request_rec *) SG(server_context))))) {
server_context    401 sapi/apache/php_apache.c 	env_arr = table_elts(((request_rec *) SG(server_context))->headers_in);
server_context    423 sapi/apache/php_apache.c 	env_arr = table_elts(((request_rec *) SG(server_context))->headers_out);
server_context    441 sapi/apache/php_apache.c 	request_rec *r = (request_rec *) SG(server_context);
server_context    469 sapi/apache/php_apache.c 	if (!(rr = sub_req_lookup_uri(filename, ((request_rec *) SG(server_context))))) {
server_context    547 sapi/apache/php_apache.c 	if(!(rr = ap_sub_req_lookup_uri(filename, ((request_rec *) SG(server_context))))) {
server_context    595 sapi/apache/php_apache.c 	ap_reset_timeout((request_rec *)SG(server_context));
server_context     54 sapi/apache2filter/php_functions.c 	ctx = SG(server_context);
server_context    161 sapi/apache2filter/php_functions.c 	ctx = SG(server_context);
server_context    181 sapi/apache2filter/php_functions.c 	ctx = SG(server_context);
server_context    204 sapi/apache2filter/php_functions.c 	ctx = SG(server_context);
server_context    235 sapi/apache2filter/php_functions.c 	ctx = SG(server_context);
server_context    264 sapi/apache2filter/php_functions.c 	ctx = SG(server_context);
server_context     75 sapi/apache2filter/sapi_apache2.c 	ctx = SG(server_context);
server_context     99 sapi/apache2filter/sapi_apache2.c 	ctx = SG(server_context);
server_context    146 sapi/apache2filter/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    157 sapi/apache2filter/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    182 sapi/apache2filter/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    207 sapi/apache2filter/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    219 sapi/apache2filter/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    230 sapi/apache2filter/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    251 sapi/apache2filter/sapi_apache2.c php_apache_sapi_flush(void *server_context)
server_context    260 sapi/apache2filter/sapi_apache2.c 	ctx = server_context;
server_context    264 sapi/apache2filter/sapi_apache2.c 	if (!server_context)
server_context    292 sapi/apache2filter/sapi_apache2.c 	ctx = SG(server_context);
server_context    316 sapi/apache2filter/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    373 sapi/apache2filter/sapi_apache2.c 	ctx = SG(server_context);
server_context    511 sapi/apache2filter/sapi_apache2.c 	ctx = SG(server_context);
server_context    686 sapi/apache2filter/sapi_apache2.c 	SG(server_context) = ctx = apr_pcalloc(r->pool, sizeof(*ctx));
server_context    691 sapi/apache2filter/sapi_apache2.c 	apr_pool_cleanup_register(r->pool, (void *)&SG(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    437 sapi/apache2handler/php_functions.c 		const apr_array_header_t *arr = apr_table_elts(((php_struct *) SG(server_context))->r->subprocess_env);
server_context    455 sapi/apache2handler/php_functions.c 		php_info_print_table_row(2, "HTTP Request", ((php_struct *) SG(server_context))->r->the_request);
server_context    457 sapi/apache2handler/php_functions.c 		arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_in);
server_context    466 sapi/apache2handler/php_functions.c 		arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_out);
server_context     81 sapi/apache2handler/sapi_apache2.c 	ctx = SG(server_context);
server_context     97 sapi/apache2handler/sapi_apache2.c 	ctx = SG(server_context);
server_context    156 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    187 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    218 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    243 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    255 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    270 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    290 sapi/apache2handler/sapi_apache2.c php_apache_sapi_flush(void *server_context)
server_context    296 sapi/apache2handler/sapi_apache2.c 	ctx = server_context;
server_context    300 sapi/apache2handler/sapi_apache2.c 	if (!server_context) {
server_context    320 sapi/apache2handler/sapi_apache2.c 	ctx = SG(server_context);
server_context    340 sapi/apache2handler/sapi_apache2.c 	php_struct *ctx = SG(server_context);
server_context    530 sapi/apache2handler/sapi_apache2.c 		((php_struct *)SG(server_context))->r = p;
server_context    532 sapi/apache2handler/sapi_apache2.c 		apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup);
server_context    551 sapi/apache2handler/sapi_apache2.c 	ctx = SG(server_context);
server_context    554 sapi/apache2handler/sapi_apache2.c 		ctx = SG(server_context) = apr_pcalloc(r->pool, sizeof(*ctx));
server_context    559 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    615 sapi/apache2handler/sapi_apache2.c 		ctx = SG(server_context);
server_context    691 sapi/apache2handler/sapi_apache2.c 		apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup);
server_context    244 sapi/apache_hooks/mod_php5.c 	if (SG(server_context)) {
server_context    245 sapi/apache_hooks/mod_php5.c 		ret = rwrite(str, str_length, (request_rec *) SG(server_context));
server_context    256 sapi/apache_hooks/mod_php5.c static void sapi_apache_flush(void *server_context)
server_context    258 sapi/apache_hooks/mod_php5.c 	if (server_context) {
server_context    260 sapi/apache_hooks/mod_php5.c 		rflush((request_rec *) server_context);
server_context    262 sapi/apache_hooks/mod_php5.c 		bflush((request_rec *) server_context->connection->client);
server_context    273 sapi/apache_hooks/mod_php5.c 	request_rec *r = (request_rec *) SG(server_context);
server_context    305 sapi/apache_hooks/mod_php5.c 	return (char *) table_get(((request_rec *) SG(server_context))->subprocess_env, "HTTP_COOKIE");
server_context    314 sapi/apache_hooks/mod_php5.c 	request_rec *r = (request_rec *) SG(server_context);
server_context    366 sapi/apache_hooks/mod_php5.c 	if(SG(server_context) == NULL) { /* server_context is not here anymore */
server_context    370 sapi/apache_hooks/mod_php5.c 	((request_rec *) SG(server_context))->status = SG(sapi_headers).http_response_code;
server_context    375 sapi/apache_hooks/mod_php5.c 		send_http_header((request_rec *) SG(server_context));
server_context    387 sapi/apache_hooks/mod_php5.c 	array_header *arr = table_elts(((request_rec *) SG(server_context))->subprocess_env);
server_context    415 sapi/apache_hooks/mod_php5.c 	php_register_variable("PHP_SELF", ((request_rec *) SG(server_context))->uri, track_vars_array TSRMLS_CC);
server_context    435 sapi/apache_hooks/mod_php5.c 	if (SG(server_context)) {
server_context    437 sapi/apache_hooks/mod_php5.c 		aplog_error(NULL, 0, APLOG_ERR | APLOG_NOERRNO, ((request_rec *) SG(server_context))->server, "%s", message);
server_context    439 sapi/apache_hooks/mod_php5.c 		log_error(message, ((request_rec *) SG(server_context))->server);
server_context    455 sapi/apache_hooks/mod_php5.c 	SG(server_context) = NULL; /* The server context (request) is invalid by the time run_cleanups() is called */
server_context    473 sapi/apache_hooks/mod_php5.c 	request_rec *r = (request_rec *) SG(server_context); 
server_context    500 sapi/apache_hooks/mod_php5.c 	return &((request_rec *) SG(server_context))->finfo;
server_context    508 sapi/apache_hooks/mod_php5.c 	return (char *) table_get(((request_rec *) SG(server_context))->subprocess_env, name);
server_context    574 sapi/apache_hooks/mod_php5.c 	request_rec *r = ((request_rec *) SG(server_context));
server_context    721 sapi/apache_hooks/mod_php5.c 		SG(server_context) = r;
server_context   1283 sapi/apache_hooks/mod_php5.c 	SG(server_context) = r;
server_context    993 sapi/apache_hooks/php_apache.c     ap_basic_http_header((request_rec *)SG(server_context));
server_context   1010 sapi/apache_hooks/php_apache.c     ap_send_http_trace((request_rec *)SG(server_context));
server_context   1027 sapi/apache_hooks/php_apache.c     ap_send_http_options((request_rec *)SG(server_context));
server_context   1102 sapi/apache_hooks/php_apache.c     ap_rwrite(buffer, buffer_len, (request_rec*)SG(server_context));
server_context   1535 sapi/apache_hooks/php_apache.c 		ap_child_terminate( ((request_rec *)SG(server_context)) );
server_context   1560 sapi/apache_hooks/php_apache.c 	note_val = (char *) table_get(((request_rec *)SG(server_context))->notes, arg_name);
server_context   1563 sapi/apache_hooks/php_apache.c 		table_set(((request_rec *)SG(server_context))->notes, arg_name, arg_val);
server_context   1592 sapi/apache_hooks/php_apache.c 	serv = ((request_rec *) SG(server_context))->server;
server_context   1659 sapi/apache_hooks/php_apache.c 		r = ((request_rec *) SG(server_context));
server_context   1678 sapi/apache_hooks/php_apache.c 		r = ((request_rec *) SG(server_context));
server_context   1723 sapi/apache_hooks/php_apache.c 	if (!(rr = sub_req_lookup_uri (filename, ((request_rec *) SG(server_context))))) {
server_context   1791 sapi/apache_hooks/php_apache.c 	apache_table_to_zval(((request_rec *)SG(server_context))->headers_in, return_value);
server_context   1803 sapi/apache_hooks/php_apache.c 	apache_table_to_zval(((request_rec *) SG(server_context))->headers_out, return_value);
server_context   1814 sapi/apache_hooks/php_apache.c 	request_rec *r = (request_rec *) SG(server_context);
server_context   1844 sapi/apache_hooks/php_apache.c 	if(!(rr = sub_req_lookup_uri(filename, ((request_rec *) SG(server_context))))) {
server_context   1922 sapi/apache_hooks/php_apache.c 	if(!(rr = ap_sub_req_lookup_uri((*filename)->value.str.val, ((request_rec *) SG(server_context))))) {
server_context    609 sapi/caudium/caudium.c   SG(server_context) = (void *)1; /* avoid server_context == NULL */
server_context    311 sapi/cgi/cgi_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    327 sapi/cgi/cgi_main.c static void sapi_cgi_flush(void *server_context)
server_context    334 sapi/cgi/cgi_main.c static void sapi_fcgi_flush(void *server_context)
server_context    336 sapi/cgi/cgi_main.c 	fcgi_request *request = (fcgi_request*) server_context;
server_context    527 sapi/cgi/cgi_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    554 sapi/cgi/cgi_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    615 sapi/cgi/cgi_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    659 sapi/cgi/cgi_main.c 		fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    681 sapi/cgi/cgi_main.c 			fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    735 sapi/cgi/cgi_main.c 		request = (fcgi_request*) SG(server_context);
server_context    848 sapi/cgi/cgi_main.c 			fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    888 sapi/cgi/cgi_main.c 				fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    931 sapi/cgi/cgi_main.c 				!fcgi_finish_request((fcgi_request*)SG(server_context), 0)) {
server_context    935 sapi/cgi/cgi_main.c 			sapi_cgi_flush(SG(server_context));
server_context   1587 sapi/cgi/cgi_main.c 		fcgi_request *request = (fcgi_request*) SG(server_context);
server_context   2143 sapi/cgi/cgi_main.c 			SG(server_context) = fastcgi ? (void *) request : (void *) 1;
server_context   2177 sapi/cgi/cgi_main.c 								SG(server_context) = NULL;
server_context   2227 sapi/cgi/cgi_main.c 								SG(server_context) = NULL;
server_context   2339 sapi/cgi/cgi_main.c 				SG(server_context) = NULL;
server_context   2380 sapi/cgi/cgi_main.c 					SG(server_context) = NULL;
server_context   2599 sapi/cgi/cgi_main.c 	SG(server_context) = NULL;
server_context    323 sapi/cli/php_cli.c static void sapi_cli_flush(void *server_context) /* {{{ */
server_context    410 sapi/cli/php_cli.c static void sapi_cli_send_header(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC) /* {{{ */
server_context    494 sapi/cli/php_cli_server.c 	client = SG(server_context);
server_context    616 sapi/cli/php_cli_server.c 	php_cli_server_client *client = SG(server_context);
server_context    623 sapi/cli/php_cli_server.c static void sapi_cli_server_flush(void *server_context) /* {{{ */
server_context    625 sapi/cli/php_cli_server.c 	php_cli_server_client *client = server_context;
server_context    650 sapi/cli/php_cli_server.c 	php_cli_server_client *client = SG(server_context);
server_context    687 sapi/cli/php_cli_server.c 	php_cli_server_client *client = SG(server_context);
server_context    697 sapi/cli/php_cli_server.c 	php_cli_server_client *client = SG(server_context);
server_context    750 sapi/cli/php_cli_server.c 	php_cli_server_client *client = SG(server_context);
server_context   2144 sapi/cli/php_cli_server.c 	SG(server_context) = NULL;
server_context   2193 sapi/cli/php_cli_server.c 	SG(server_context) = client;
server_context   2200 sapi/cli/php_cli_server.c 			SG(server_context) = NULL;
server_context   2239 sapi/cli/php_cli_server.c 		SG(server_context) = NULL;
server_context   2243 sapi/cli/php_cli_server.c 	SG(server_context) = NULL;
server_context    135 sapi/continuity/capi.c    rc = (capi_request_context *) SG(server_context);
server_context    149 sapi/continuity/capi.c    capi_request_context *rc = (capi_request_context *) SG(server_context);
server_context    180 sapi/continuity/capi.c    capi_request_context *rc = (capi_request_context *) SG(server_context);
server_context    201 sapi/continuity/capi.c    capi_request_context *rc = (capi_request_context *) SG(server_context);
server_context    227 sapi/continuity/capi.c    capi_request_context *rc = (capi_request_context *) SG(server_context);
server_context    235 sapi/continuity/capi.c    capi_request_context *rc = (capi_request_context *) SG(server_context);
server_context    348 sapi/continuity/capi.c    capi_request_context *rc = (capi_request_context *) SG(server_context);
server_context    484 sapi/continuity/capi.c    SG(server_context) = request_context;
server_context     82 sapi/embed/php_embed.c static void php_embed_flush(void *server_context)
server_context     89 sapi/embed/php_embed.c static void php_embed_send_header(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC)
server_context    236 sapi/fpm/fpm/fpm_log.c 						char *env = fcgi_getenv((fcgi_request*) SG(server_context), format, strlen(format));
server_context    279 sapi/fpm/fpm/fpm_main.c 		fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    319 sapi/fpm/fpm/fpm_main.c static void sapi_cgibin_flush(void *server_context)
server_context    323 sapi/fpm/fpm/fpm_main.c 		fcgi_request *request = (fcgi_request*) server_context;
server_context    509 sapi/fpm/fpm/fpm_main.c 		fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    543 sapi/fpm/fpm/fpm_main.c 		fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    560 sapi/fpm/fpm/fpm_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    604 sapi/fpm/fpm/fpm_main.c 	request = (fcgi_request*) SG(server_context);
server_context    669 sapi/fpm/fpm/fpm_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context    856 sapi/fpm/fpm/fpm_main.c 		    !fcgi_finish_request((fcgi_request*)SG(server_context), 0)) {
server_context   1561 sapi/fpm/fpm/fpm_main.c 	fcgi_request *request = (fcgi_request*) SG(server_context);
server_context   1772 sapi/fpm/fpm/fpm_main.c 					SG(server_context) = NULL;
server_context   1795 sapi/fpm/fpm/fpm_main.c 			SG(server_context) = NULL;
server_context   1919 sapi/fpm/fpm/fpm_main.c 			SG(server_context) = (void *) &request;
server_context   1929 sapi/fpm/fpm/fpm_main.c 				SG(server_context) = NULL;
server_context   2040 sapi/fpm/fpm/fpm_main.c 	SG(server_context) = NULL;
server_context    161 sapi/isapi/php5isapi.c 	lpECB = (LPEXTENSION_CONTROL_BLOCK) SG(server_context);
server_context    210 sapi/isapi/php5isapi.c 	ecb = (LPEXTENSION_CONTROL_BLOCK) SG(server_context);
server_context    246 sapi/isapi/php5isapi.c 	LPEXTENSION_CONTROL_BLOCK lpECB = (LPEXTENSION_CONTROL_BLOCK) SG(server_context);
server_context    329 sapi/isapi/php5isapi.c 	LPEXTENSION_CONTROL_BLOCK lpECB = (LPEXTENSION_CONTROL_BLOCK) SG(server_context);
server_context    359 sapi/isapi/php5isapi.c 	LPEXTENSION_CONTROL_BLOCK lpECB = (LPEXTENSION_CONTROL_BLOCK) SG(server_context);
server_context    604 sapi/isapi/php5isapi.c 	lpECB = (LPEXTENSION_CONTROL_BLOCK) SG(server_context);
server_context    786 sapi/isapi/php5isapi.c 		LPEXTENSION_CONTROL_BLOCK lpECB = (LPEXTENSION_CONTROL_BLOCK) SG(server_context);
server_context    848 sapi/isapi/php5isapi.c 			SG(server_context) = lpECB;
server_context    158 sapi/litespeed/lsapi_main.c static void sapi_lsapi_flush( void * server_context TSRMLS_DC )
server_context    667 sapi/litespeed/lsapi_main.c         SG(server_context) = (void *) 1;
server_context    801 sapi/litespeed/lsapi_main.c         SG(server_context) = (void *) 1;
server_context    867 sapi/milter/php_milter.c static void sapi_milter_flush(void *server_context)
server_context    337 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    406 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    430 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    456 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    470 sapi/nsapi/nsapi.c static void sapi_nsapi_flush(void *server_context)
server_context    472 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)server_context;
server_context    496 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    521 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    571 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    593 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    652 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    660 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    780 sapi/nsapi/nsapi.c 	nsapi_request_context *rc = (nsapi_request_context *)SG(server_context);
server_context    791 sapi/nsapi/nsapi.c 	return REQ_TIME( ((nsapi_request_context *)SG(server_context))->rq );
server_context    806 sapi/nsapi/nsapi.c 		((nsapi_request_context *)SG(server_context))->rq
server_context    998 sapi/nsapi/nsapi.c 	if (SG(server_context)) {
server_context   1022 sapi/nsapi/nsapi.c 	SG(server_context) = request_context;
server_context   1068 sapi/nsapi/nsapi.c 	SG(server_context) = NULL;
server_context    463 sapi/phpdbg/phpdbg.c static void php_sapi_phpdbg_send_header(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC) /* {{{ */
server_context     53 sapi/pi3web/pi3web_sapi.c 	LPCONTROL_BLOCK lpCB = (LPCONTROL_BLOCK) SG(server_context);
server_context    128 sapi/pi3web/pi3web_sapi.c 	cb = (LPCONTROL_BLOCK) SG(server_context);
server_context    166 sapi/pi3web/pi3web_sapi.c 	LPCONTROL_BLOCK lpCB = (LPCONTROL_BLOCK) SG(server_context);
server_context    214 sapi/pi3web/pi3web_sapi.c 	LPCONTROL_BLOCK lpCB = (LPCONTROL_BLOCK) SG(server_context);
server_context    247 sapi/pi3web/pi3web_sapi.c 	LPCONTROL_BLOCK lpCB = (LPCONTROL_BLOCK) SG(server_context);
server_context    268 sapi/pi3web/pi3web_sapi.c 	SG(server_context) = lpCB;
server_context    285 sapi/pi3web/pi3web_sapi.c 	LPCONTROL_BLOCK lpCB = (LPCONTROL_BLOCK) SG(server_context);
server_context    636 sapi/roxen/roxen.c   SG(server_context) = (void *)1; /* avoid server_context == NULL */
server_context    757 sapi/thttpd/thttpd.c 		SG(server_context) = (void *) 1;
server_context    765 sapi/thttpd/thttpd.c 	if (SG(server_context) != NULL) {
server_context    439 sapi/tux/php_tux.c 	SG(server_context) = (void *) 1;
server_context    444 sapi/tux/php_tux.c 	if (SG(server_context) != NULL) {
server_context     64 sapi/webjames/webjames.c static void sapi_webjames_send_header(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC)
server_context    321 sapi/webjames/webjames.c 	SG(server_context) = (void *) 1;