Searched refs:php_stream_notify_progress_increment (Results 1 – 3 of 3) sorted by relevance
105 #define php_stream_notify_progress_increment(context, dsofar, dmax) do { if ((context) && (context)… macro
109 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), didwrite, 0); in php_sockop_write()171 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_sockop_read()
2180 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_openssl_sockop_io()
Completed in 13 milliseconds