Home
last modified time | relevance | path

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

/PHP-5.3/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.c307 SG(request_info).raw_post_data = NULL; in sapi_activate_headers_only()
351 SG(request_info).raw_post_data = NULL; in sapi_activate()
428 if (SG(request_info).raw_post_data) { in sapi_deactivate()
429 efree(SG(request_info).raw_post_data); in sapi_deactivate()
H A DSAPI.h82 char *post_data, *raw_post_data; member
/PHP-5.3/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.3/ext/soap/
H A Dsoap.c1690 if (SG(request_info).raw_post_data) {
1691 char *post_data = SG(request_info).raw_post_data;
/PHP-5.3/
H A DNEWS7021 - Fixed bug with raw_post_data not getting set (Brian)

Completed in 50 milliseconds