Searched refs:php_stream_notify_progress_increment (Results 1 – 3 of 3) sorted by relevance
107 #define php_stream_notify_progress_increment(context, dsofar, dmax) do { if ((context) && (context)… macro
111 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), didwrite, 0); in php_sockop_write()173 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_sockop_read()
2132 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_openssl_sockop_io()
Completed in 19 milliseconds