Home
last modified time | relevance | path

Searched refs:post_len (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/sapi/apache2filter/
H A Dphp_apache.h40 int post_len; member
H A Dsapi_apache2.c162 to_read = ctx->post_len - ctx->post_idx; in php_apache_sapi_read_post()
389 old_index = ctx->post_len; in php_input_filter()
390 ctx->post_len += n; in php_input_filter()
391 ctx->post_data = realloc(ctx->post_data, ctx->post_len + 1); in php_input_filter()
418 SG(request_info).post_data_length = ctx->post_len; in php_apache_request_ctor()

Completed in 6 milliseconds