Home
last modified time | relevance | path

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

/PHP-5.4/main/streams/
H A Dphp_stream_context.h105 #define php_stream_notify_progress(context, bsofar, bmax) do { if ((context) && (context)->notifier… argument
107 NULL, 0, (bsofar), (bmax), NULL TSRMLS_CC); } } while(0)
109 #define php_stream_notify_progress_init(context, sofar, bmax) do { if ((context) && (context)->noti… argument
111 (context)->notifier->progress_max = (bmax); \
113 php_stream_notify_progress((context), (sofar), (bmax)); } } while (0)

Completed in 4 milliseconds