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
115 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), didwrite, 0); in php_sockop_write()181 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_sockop_read()
2178 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_openssl_sockop_io()
Completed in 22 milliseconds