Searched refs:php_stream_notify_progress_increment (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/main/streams/ |
H A D | php_stream_context.h | 103 #define php_stream_notify_progress_increment(context, dsofar, dmax) do { if ((context) && (context)… macro
|
H A D | xp_socket.c | 117 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), didwrite, 0); in php_sockop_write() 183 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_sockop_read()
|
/PHP-8.1/ext/standard/ |
H A D | http_fopen_wrapper.c | 972 php_stream_notify_progress_increment(context, stream->writepos - stream->readpos, 0); in php_stream_url_wrap_http_ex()
|
/PHP-8.1/ext/openssl/ |
H A D | xp_ssl.c | 2173 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_openssl_sockop_io()
|
Completed in 20 milliseconds