Searched refs:php_stream_notifier (Results 1 – 3 of 3) sorted by relevance
39 typedef struct _php_stream_notifier php_stream_notifier; typedef43 void (*dtor)(php_stream_notifier *notifier);50 php_stream_notifier *notifier;63 PHPAPI php_stream_notifier *php_stream_notification_alloc(void);64 PHPAPI void php_stream_notification_free(php_stream_notifier *notifier);
2248 PHPAPI php_stream_notifier *php_stream_notification_alloc(void)2250 return ecalloc(1, sizeof(php_stream_notifier));2253 PHPAPI void php_stream_notification_free(php_stream_notifier *notifier)
884 static void user_space_stream_notifier_dtor(php_stream_notifier *notifier) in user_space_stream_notifier_dtor()
Completed in 17 milliseconds