content_length 112 ext/session/php_session.h size_t content_length; content_length 2670 ext/session/session.c progress->content_length = data->content_length; content_length 2724 ext/session/session.c progress->update_step = progress->content_length * -PS(rfc1867_freq) / 100; content_length 2739 ext/session/session.c add_assoc_long_ex(progress->data, "content_length", sizeof("content_length"), progress->content_length); content_length 275 main/SAPI.c if ((SG(post_max_size) > 0) && (SG(request_info).content_length > SG(post_max_size))) { content_length 277 main/SAPI.c SG(request_info).content_length, SG(post_max_size)); content_length 84 main/SAPI.h long content_length; content_length 715 main/rfc1867.c if (SG(post_max_size) > 0 && SG(request_info).content_length > SG(post_max_size)) { content_length 716 main/rfc1867.c sapi_module.sapi_error(E_WARNING, "POST Content-Length of %ld bytes exceeds the limit of %ld bytes", SG(request_info).content_length, SG(post_max_size)); content_length 781 main/rfc1867.c event_start.content_length = SG(request_info).content_length; content_length 35 main/rfc1867.h size_t content_length; content_length 455 sapi/aolserver/aolserver.c SG(request_info).content_length = Ns_ConnContentLength(NSG(conn)); content_length 471 sapi/aolserver/aolserver.c NSG(data_avail) = SG(request_info).content_length; content_length 523 sapi/apache/mod_php5.c char *content_length = (char *) table_get(r->subprocess_env, "CONTENT_LENGTH"); content_length 532 sapi/apache/mod_php5.c SG(request_info).content_length = (content_length ? atol(content_length) : 0); content_length 399 sapi/apache2filter/sapi_apache2.c char *content_length; content_length 418 sapi/apache2filter/sapi_apache2.c content_length = (char *) apr_table_get(f->r->headers_in, "Content-Length"); content_length 419 sapi/apache2filter/sapi_apache2.c SG(request_info).content_length = (content_length ? atol(content_length) : 0); content_length 473 sapi/apache2handler/sapi_apache2.c char *content_length; content_length 485 sapi/apache2handler/sapi_apache2.c content_length = (char *) apr_table_get(r->headers_in, "Content-Length"); content_length 486 sapi/apache2handler/sapi_apache2.c SG(request_info).content_length = (content_length ? atol(content_length) : 0); content_length 575 sapi/apache_hooks/mod_php5.c char *content_length = (char *) table_get(r->subprocess_env, "CONTENT_LENGTH"); content_length 585 sapi/apache_hooks/mod_php5.c SG(request_info).content_length = (content_length ? atol(content_length) : 0); content_length 1314 sapi/apache_hooks/php_apache.c PHP_FALIAS(content_length, apache_request_content_length, NULL) content_length 620 sapi/caudium/caudium.c SG(request_info).content_length = lookup_integer_header("HTTP_CONTENT_LENGTH", 0); content_length 512 sapi/cgi/cgi_main.c count_bytes = MIN(count_bytes, SG(request_info).content_length - SG(read_post_bytes)); content_length 528 sapi/cgi/cgi_main.c size_t remaining = SG(request_info).content_length - SG(read_post_bytes); content_length 1162 sapi/cgi/cgi_main.c SG(request_info).content_length = 0; content_length 1171 sapi/cgi/cgi_main.c char *content_length = CGI_GETENV("CONTENT_LENGTH"); content_length 1428 sapi/cgi/cgi_main.c SG(request_info).content_length = (content_length ? atol(content_length) : 0); content_length 1741 sapi/cli/php_cli_server.c client->request.content = pemalloc(parser->content_length, 1); content_length 1872 sapi/cli/php_cli_server.c request_info->content_length = client->request.content_len; content_length 394 sapi/cli/php_http_parser.c parser->content_length = -1; content_length 423 sapi/cli/php_http_parser.c parser->content_length = -1; content_length 572 sapi/cli/php_http_parser.c parser->content_length = -1; content_length 1248 sapi/cli/php_http_parser.c parser->content_length = ch - '0'; content_length 1297 sapi/cli/php_http_parser.c parser->content_length *= 10; content_length 1298 sapi/cli/php_http_parser.c parser->content_length += ch - '0'; content_length 1421 sapi/cli/php_http_parser.c if (parser->content_length == 0) { content_length 1425 sapi/cli/php_http_parser.c } else if (parser->content_length > 0) { content_length 1444 sapi/cli/php_http_parser.c to_read = MIN(pe - p, (size_t)parser->content_length); content_length 1448 sapi/cli/php_http_parser.c parser->content_length -= to_read; content_length 1449 sapi/cli/php_http_parser.c if (parser->content_length == 0) { content_length 1471 sapi/cli/php_http_parser.c parser->content_length = c; content_length 1495 sapi/cli/php_http_parser.c parser->content_length *= 16; content_length 1496 sapi/cli/php_http_parser.c parser->content_length += c; content_length 1516 sapi/cli/php_http_parser.c if (parser->content_length == 0) { content_length 1529 sapi/cli/php_http_parser.c to_read = MIN(pe - p, (size_t)(parser->content_length)); content_length 1536 sapi/cli/php_http_parser.c if (to_read == parser->content_length) { content_length 1540 sapi/cli/php_http_parser.c parser->content_length -= to_read; content_length 122 sapi/cli/php_http_parser.h ssize_t content_length; content_length 204 sapi/continuity/capi.c max_read = MIN(count_bytes, SG(request_info).content_length); content_length 208 sapi/continuity/capi.c max_read = MIN(count_bytes, (SG(request_info).content_length - rc->read_post_bytes)); content_length 419 sapi/continuity/capi.c char *content_length = lstFset_get(NSG(t->req_hdrs), "content-length"); content_length 426 sapi/continuity/capi.c SG(request_info).content_length = (content_length == NULL) ? 0 : strtoul(content_length, 0, 0); content_length 250 sapi/fpm/fpm/fpm_log.c len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.content_length); content_length 503 sapi/fpm/fpm/fpm_main.c size_t remaining = SG(request_info).content_length - SG(read_post_bytes); content_length 1080 sapi/fpm/fpm/fpm_main.c SG(request_info).content_length = 0; content_length 1089 sapi/fpm/fpm/fpm_main.c char *content_length = sapi_cgibin_getenv("CONTENT_LENGTH", sizeof("CONTENT_LENGTH") - 1 TSRMLS_CC); content_length 1426 sapi/fpm/fpm/fpm_main.c SG(request_info).content_length = (content_length ? atol(content_length) : 0); content_length 192 sapi/fpm/fpm/fpm_php.c return SG(request_info).content_length; content_length 97 sapi/fpm/fpm/fpm_request.c proc->content_length = 0; content_length 114 sapi/fpm/fpm/fpm_request.c size_t content_length = fpm_php_content_length(TSRMLS_C); content_length 144 sapi/fpm/fpm/fpm_request.c proc->content_length = content_length; content_length 37 sapi/fpm/fpm/fpm_scoreboard.h size_t content_length; /* used with POST only */ content_length 451 sapi/fpm/fpm/fpm_status.c proc.content_length, content_length 747 sapi/isapi/php5isapi.c SG(request_info).content_length = lpECB->cbTotalBytes; content_length 501 sapi/litespeed/lsapi_main.c SG(request_info).content_length = LSAPI_GetReqBodyLen(); content_length 596 sapi/nsapi/nsapi.c int length, content_length = 0; content_length 602 sapi/nsapi/nsapi.c count_bytes = MIN(count_bytes, SG(request_info).content_length-rc->read_post_bytes); content_length 603 sapi/nsapi/nsapi.c content_length = SG(request_info).content_length; content_length 605 sapi/nsapi/nsapi.c if (content_length <= 0) { content_length 618 sapi/nsapi/nsapi.c content_length -= length; content_length 625 sapi/nsapi/nsapi.c while (content_length > 0 && bytes_read < count_bytes) { content_length 628 sapi/nsapi/nsapi.c if (content_length < bytes_to_read) { content_length 629 sapi/nsapi/nsapi.c bytes_to_read = content_length; content_length 640 sapi/nsapi/nsapi.c content_length -= length; content_length 971 sapi/nsapi/nsapi.c char *content_length = pblock_findval("content-length", rq->headers); content_length 1028 sapi/nsapi/nsapi.c SG(request_info).content_length = (content_length == NULL) ? 0 : strtoul(content_length, 0, 0); content_length 213 sapi/phttpd/phttpd.c SG(request_info).content_length = Ns_ConnContentLength(NSG(conn)); content_length 230 sapi/phttpd/phttpd.c NSG(data_avail) = SG(request_info).content_length; content_length 274 sapi/pi3web/pi3web_sapi.c SG(request_info).content_length = lpCB->cbTotalBytes; content_length 647 sapi/roxen/roxen.c SG(request_info).content_length = lookup_integer_header("HTTP_CONTENT_LENGTH", 0); content_length 460 sapi/thttpd/thttpd.c SG(request_info).content_length = TG(hc)->contentlength == -1 ? 0 content_length 463 sapi/thttpd/thttpd.c TG(unconsumed_length) = SG(request_info).content_length; content_length 344 sapi/tux/php_tux.c SG(request_info).content_length = 0; /* TG(req)->contentlength; */ content_length 187 sapi/webjames/webjames.c SG(request_info).content_length = WG(conn)->bodysize;