Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_context.h50 size_t progress, progress_max; /* position for progress notification */ member
103 (context)->notifier->progress_max = (bmax); \
109 (context)->notifier->progress_max += (dmax); \
110 …rogress((context), (context)->notifier->progress, (context)->notifier->progress_max); } } while (0)

Completed in 5 milliseconds