Home
last modified time | relevance | path

Searched refs:content_length (Results 26 – 45 of 45) sorted by relevance

12

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_status.c451 proc.content_length, in fpm_status_handle_request()
H A Dfpm_log.c250 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.content_length); in fpm_log_write()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c460 SG(request_info).content_length = TG(hc)->contentlength == -1 ? 0
463 TG(unconsumed_length) = SG(request_info).content_length;
/PHP-5.5/
H A Drun-tests.php1735 $content_length = strlen($post);
1739 $env['CONTENT_LENGTH'] = $content_length;
1750 $content_length = strlen($post);
1754 $env['CONTENT_LENGTH'] = $content_length;
1763 $content_length = strlen($post);
1767 $env['CONTENT_LENGTH'] = $content_length;
H A Dserver-tests.php1346 $content_length = strlen($post);
1352 $env['CONTENT_LENGTH']=$content_length;
H A DNEWS3783 . Fixed bug #60205 (possible integer overflow in content_length). (Laruence)
/PHP-5.5/ext/session/
H A Dphp_session.h112 size_t content_length; member
H A Dsession.c2633 progress->content_length = data->content_length;
2687 progress->update_step = progress->content_length * -PS(rfc1867_freq) / 100;
2702 …oc_long_ex(progress->data, "content_length", sizeof("content_length"), progress->content_length);
/PHP-5.5/sapi/webjames/
H A Dwebjames.c187 SG(request_info).content_length = WG(conn)->bodysize; in webjames_module_main()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c575 char *content_length = (char *) table_get(r->subprocess_env, "CONTENT_LENGTH"); in init_request_info() local
585 SG(request_info).content_length = (content_length ? atol(content_length) : 0); in init_request_info()
H A DREADME96 content_length
H A Dphp_apache.c1314 PHP_FALIAS(content_length, apache_request_content_length, NULL)
/PHP-5.5/sapi/tux/
H A Dphp_tux.c344 SG(request_info).content_length = 0; /* TG(req)->contentlength; */ in tux_request_ctor()
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c274 SG(request_info).content_length = lpCB->cbTotalBytes; in init_request_info()
/PHP-5.5/main/
H A DSAPI.c265 if ((SG(post_max_size) > 0) && (SG(request_info).content_length > SG(post_max_size))) { in SAPI_POST_READER_FUNC()
267 SG(request_info).content_length, SG(post_max_size)); in SAPI_POST_READER_FUNC()
/PHP-5.5/sapi/roxen/
H A Droxen.c647 SG(request_info).content_length = lookup_integer_header("HTTP_CONTENT_LENGTH", 0); in f_php_roxen_request_handler()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c620 SG(request_info).content_length = lookup_integer_header("HTTP_CONTENT_LENGTH", 0); in php_caudium_module_main()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c747 SG(request_info).content_length = lpECB->cbTotalBytes; in init_request_info()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c501 SG(request_info).content_length = LSAPI_GetReqBodyLen(); in init_request_info()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1725 client->request.content = pemalloc(parser->content_length, 1); in php_cli_server_client_read_request_on_body()
1857 request_info->content_length = request_info->post_data_length = client->request.content_len; in php_cli_server_client_populate_request_info()

Completed in 80 milliseconds

12