Home
last modified time | relevance | path

Searched refs:read_post (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c88 } else if (sapi_module.read_post) { in php_stream_input_read()
89 read_bytes = sapi_module.read_post(buf, count TSRMLS_CC); in php_stream_input_read()
/PHP-5.5/main/
H A DSAPI.h238 int (*read_post)(char *buffer, uint count_bytes TSRMLS_DC); member
H A DSAPI.c273 …read_bytes = sapi_module.read_post(SG(request_info).post_data+SG(read_post_bytes), SAPI_POST_BLOCK… in SAPI_POST_READER_FUNC()
507 if(sapi_module.read_post) { in sapi_deactivate()
512 while((read_bytes = sapi_module.read_post(dummy, sizeof(dummy)-1 TSRMLS_CC)) > 0) { in sapi_deactivate()
H A Drfc1867.c255 actual_read = sapi_module.read_post(buf, bytes_to_read TSRMLS_CC); in fill_buffer()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1900 cgi_sapi_module.read_post = sapi_fcgi_read_post;

Completed in 27 milliseconds