Home
last modified time | relevance | path

Searched refs:bytes_max (Results 1 – 6 of 6) sorted by relevance

/PHP-7.1/pear/
H A Dfetch.php9 …_callback($notification_code, $severity, $message, $message_code, $bytes_transferred, $bytes_max) { argument
30 $filesize = $bytes_max;
/PHP-7.1/ext/standard/tests/http/
H A Dbug47021.phpt11 …_callback($notification_code, $severity, $message, $message_code, $bytes_transferred, $bytes_max) {
18 echo "Size=$bytes_max\n";
H A Dbug69337.phpt12 …on_callback($notification_code, $severity, $message, $message_code, $bytes_transferred, $bytes_max)
/PHP-7.1/main/streams/
H A Dphp_stream_context.h27 size_t bytes_sofar, size_t bytes_max,
89 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr);
H A Dstreams.c2173 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) argument
2176 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
/PHP-7.1/ext/standard/
H A Dstreamsfuncs.c827 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) in user_space_stream_notifier() argument
843 ZVAL_LONG(&zvs[5], bytes_max); in user_space_stream_notifier()

Completed in 35 milliseconds