Searched refs:php_stream_notification_notify (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/main/streams/ |
H A D | php_stream_context.h | 84 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severit… 90 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_INFO, \ 94 …php_stream_notification_notify((context), PHP_STREAM_NOTIFY_PROGRESS, PHP_STREAM_NOTIFY_SEVERITY_I… 98 …php_stream_notification_notify((context), PHP_STREAM_NOTIFY_COMPLETED, PHP_STREAM_NOTIFY_SEVERITY_… 113 …php_stream_notification_notify((context), PHP_STREAM_NOTIFY_FILE_SIZE_IS, PHP_STREAM_NOTIFY_SEVERI… 117 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_ERR, \
|
H A D | streams.c | 2359 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severit… function
|
Completed in 17 milliseconds