Searched refs:php_stream_notifier (Results 1 – 3 of 3) sorted by relevance
43 typedef struct _php_stream_notifier php_stream_notifier; typedef47 void (*dtor)(php_stream_notifier *notifier);54 php_stream_notifier *notifier;67 PHPAPI php_stream_notifier *php_stream_notification_alloc(void);68 PHPAPI void php_stream_notification_free(php_stream_notifier *notifier);
2204 PHPAPI php_stream_notifier *php_stream_notification_alloc(void)2206 return ecalloc(1, sizeof(php_stream_notifier));2209 PHPAPI void php_stream_notification_free(php_stream_notifier *notifier)
854 static void user_space_stream_notifier_dtor(php_stream_notifier *notifier) in user_space_stream_notifier_dtor()
Completed in 16 milliseconds