Searched refs:php_stream_notify_progress_increment (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/main/streams/ |
H A D | php_stream_context.h | 107 #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() 205 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_sockop_read()
|
/PHP-8.3/ext/standard/ |
H A D | http_fopen_wrapper.c | 984 php_stream_notify_progress_increment(context, stream->writepos - stream->readpos, 0); in php_stream_url_wrap_http_ex()
|
/PHP-8.3/ext/openssl/ |
H A D | xp_ssl.c | 2187 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_openssl_sockop_io()
|
Completed in 27 milliseconds