Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_context.h45 struct _php_stream_notifier { struct
46 php_stream_notification_func func;
47 void (*dtor)(php_stream_notifier *notifier);
48 void *ptr;
49 int mask;
50 size_t progress, progress_max; /* position for progress notification */

Completed in 5 milliseconds