Home
last modified time | relevance | path

Searched refs:proto_num (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/sapi/tux/
H A Dphp_tux.c340 if(TG(req)->http_version == HTTP_1_1) SG(request_info).proto_num = 1001; in tux_request_ctor()
341 else SG(request_info).proto_num = 1000; in tux_request_ctor()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c165 ctx->r->proto_num = 1000 + (sline[7]-'0'); in php_apache_sapi_send_headers()
480 SG(request_info).proto_num = r->proto_num; in php_apache_request_ctor()
/PHP-5.5/sapi/aolserver/
H A Daolserver.c453 if(NSG(conn)->request->version > 1.0) SG(request_info).proto_num = 1001; in php_ns_request_ctor()
454 else SG(request_info).proto_num = 1000; in php_ns_request_ctor()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c415 r->proto_num = HTTP_VERSION(1,0); in sapi_apache_force_http_10()
534 SG(request_info).proto_num = r->proto_num; in init_request_info()
/PHP-5.5/main/
H A DSAPI.h114 int proto_num; member
H A DSAPI.c449 SG(request_info).proto_num = 1000; /* Default to HTTP 1.0 */ in sapi_activate()
824 } else if (SG(request_info).proto_num > 1000 && in sapi_header_op()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c455 if (TG(hc)->one_one) SG(request_info).proto_num = 1001;
456 else SG(request_info).proto_num = 1000;
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c410 SG(request_info).proto_num = f->r->proto_num; in php_apache_request_ctor()
/PHP-5.5/sapi/apache_hooks/
H A DREADME102 proto_num
H A Dmod_php5.c583 SG(request_info).proto_num = r->proto_num; in init_request_info()
H A Dphp_apache.c415 apache_request_read_int_slot(offsetof(request_rec, proto_num), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
1320 PHP_FALIAS(proto_num, apache_request_proto_num, NULL)
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1069 SG(request_info).proto_num = 1000;
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1154 SG(request_info).proto_num = 1000;
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1852 request_info->proto_num = client->request.protocol_version; in php_cli_server_client_populate_request_info()

Completed in 88 milliseconds