Searched refs:php_stream_notifier (Results 1 – 3 of 3) sorted by relevance
41 typedef struct _php_stream_notifier php_stream_notifier; typedef45 void (*dtor)(php_stream_notifier *notifier);52 php_stream_notifier *notifier;65 PHPAPI php_stream_notifier *php_stream_notification_alloc(void);66 PHPAPI void php_stream_notification_free(php_stream_notifier *notifier);
2195 PHPAPI php_stream_notifier *php_stream_notification_alloc(void)2197 return ecalloc(1, sizeof(php_stream_notifier));2200 PHPAPI void php_stream_notification_free(php_stream_notifier *notifier)
895 static void user_space_stream_notifier_dtor(php_stream_notifier *notifier) in user_space_stream_notifier_dtor()
Completed in 32 milliseconds