Home
last modified time | relevance | path

Searched refs:php_stream_notify_progress_increment (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/main/streams/
H A Dphp_stream_context.h103 #define php_stream_notify_progress_increment(context, dsofar, dmax) do { if ((context) && (context)… macro
H A Dxp_socket.c117 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 Dhttp_fopen_wrapper.c972 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 Dxp_ssl.c2173 php_stream_notify_progress_increment(PHP_STREAM_CONTEXT(stream), nr_bytes, 0); in php_openssl_sockop_io()

Completed in 20 milliseconds