Searched refs:php_stream_notification_notify (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/main/streams/ |
| H A D | php_stream_context.h | 88 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, 94 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_INFO, \ 98 php_stream_notification_notify((context), PHP_STREAM_NOTIFY_PROGRESS, PHP_STREAM_NOTIFY_SEVERITY_INFO, \ 113 php_stream_notification_notify((context), PHP_STREAM_NOTIFY_FILE_SIZE_IS, PHP_STREAM_NOTIFY_SEVERITY_INFO, \ 117 php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_ERR, \
|
| H A D | streams.c | 2168 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, function
|
Completed in 6 milliseconds