Home
last modified time | relevance | path

Searched refs:raw_post_data (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/main/
H A Dphp_content_types.c66 …SG(request_info).raw_post_data = estrndup(SG(request_info).post_data, SG(request_info).post_data_l… in SAPI_POST_READER_FUNC()
H A DSAPI.c398 SG(request_info).raw_post_data = NULL; in sapi_activate_headers_only()
444 SG(request_info).raw_post_data = NULL; in sapi_activate()
517 if (SG(request_info).raw_post_data) { in sapi_deactivate()
518 efree(SG(request_info).raw_post_data); in sapi_deactivate()
H A DSAPI.h82 char *post_data, *raw_post_data; member
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c78 if (SG(request_info).raw_post_data) { /* data has already been read by a post handler */ in php_stream_input_read()
86 memcpy(buf, SG(request_info).raw_post_data + *position, read_bytes); in php_stream_input_read()
/PHP-5.5/ext/soap/
H A Dsoap.c1574 if (SG(request_info).raw_post_data) {
1575 char *post_data = SG(request_info).raw_post_data;
/PHP-5.5/
H A DNEWS10071 - Fixed bug with raw_post_data not getting set (Brian)

Completed in 73 milliseconds