Home
last modified time | relevance | path

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

/PHP-5.3/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.3/main/
H A DSAPI.h235 int (*read_post)(char *buffer, uint count_bytes TSRMLS_DC); member
H A DSAPI.c208 …read_bytes = sapi_module.read_post(SG(request_info).post_data+SG(read_post_bytes), SAPI_POST_BLOCK… in SAPI_POST_READER_FUNC()
418 if(sapi_module.read_post) { in sapi_deactivate()
423 while((read_bytes = sapi_module.read_post(dummy, sizeof(dummy)-1 TSRMLS_CC)) > 0) { in sapi_deactivate()
H A Drfc1867.c327 actual_read = sapi_module.read_post(buf, bytes_to_read TSRMLS_CC); in fill_buffer()

Completed in 16 milliseconds