bmax 97 main/streams/php_stream_context.h #define php_stream_notify_progress(context, bsofar, bmax) do { if ((context) && (context)->notifier) { \ bmax 99 main/streams/php_stream_context.h NULL, 0, (bsofar), (bmax), NULL); } } while(0) bmax 101 main/streams/php_stream_context.h #define php_stream_notify_progress_init(context, sofar, bmax) do { if ((context) && (context)->notifier) { \ bmax 103 main/streams/php_stream_context.h (context)->notifier->progress_max = (bmax); \ bmax 105 main/streams/php_stream_context.h php_stream_notify_progress((context), (sofar), (bmax)); } } while (0)