Home
last modified time | relevance | path

Searched defs:_php_stream_notifier (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/main/streams/
H A Dphp_stream_context.h43 struct _php_stream_notifier { struct
44 php_stream_notification_func func;
45 void (*dtor)(php_stream_notifier *notifier);
46 zval ptr;
47 int mask;
48 size_t progress, progress_max; /* position for progress notification */

Completed in 6 milliseconds