Searched refs:php_stream_notification_notify (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/main/streams/ |
| H A D | php_stream_context.h | 96 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, 102 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_INFO, \ 106 php_stream_notification_notify((context), PHP_STREAM_NOTIFY_PROGRESS, PHP_STREAM_NOTIFY_SEVERITY_INFO, \ 121 php_stream_notification_notify((context), PHP_STREAM_NOTIFY_FILE_SIZE_IS, PHP_STREAM_NOTIFY_SEVERITY_INFO, \ 125 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_ERR, \
|
| H A D | streams.c | 2104 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, function
|
Completed in 6 milliseconds