Home
last modified time | relevance | path

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

/php-src/main/
H A DSAPI.c267 …SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZ… in SAPI_POST_READER_FUNC()
278 if (php_stream_write(SG(request_info).request_body, buffer, read_bytes) != read_bytes) { in SAPI_POST_READER_FUNC()
280 php_stream_truncate_set_size(SG(request_info).request_body, 0); in SAPI_POST_READER_FUNC()
296 php_stream_rewind(SG(request_info).request_body); in SAPI_POST_READER_FUNC()
401 SG(request_info).request_body = NULL; in sapi_activate_headers_only()
445 SG(request_info).request_body = NULL; in sapi_activate()
499 if (SG(request_info).request_body) { in sapi_deactivate_module()
500 SG(request_info).request_body = NULL; in sapi_deactivate_module()
H A DSAPI.h82 struct _php_stream *request_body; member
H A Dphp_variables.c423 php_stream *s = SG(request_info).request_body; in SAPI_POST_HANDLER_FUNC()
/php-src/ext/mbstring/
H A Dmb_gpc.c308 php_stream_rewind(SG(request_info).request_body); in SAPI_POST_HANDLER_FUNC()
309 post_data_str = php_stream_copy_to_mem(SG(request_info).request_body, PHP_STREAM_COPY_ALL, 0); in SAPI_POST_HANDLER_FUNC()
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c228 if ((input->body = SG(request_info).request_body)) { in php_stream_url_wrap_php()
232 SG(request_info).request_body = input->body; in php_stream_url_wrap_php()
/php-src/ext/soap/
H A Dsoap.c1283 if (SG(request_info).request_body && 0 == php_stream_rewind(SG(request_info).request_body)) {
1307 php_stream_filter_append(&SG(request_info).request_body->readfilters, zf);

Completed in 24 milliseconds