Searched refs:notifycode (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/main/streams/ |
| H A D | php_stream_context.h | 25 int notifycode, int severity, 96 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
|
| H A D | streams.c | 2173 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, argument 2177 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr TSRMLS_CC);
|
| /PHP_5_4/ext/standard/ |
| H A D | streamsfuncs.c | 874 static void user_space_stream_notifier(php_stream_context *context, int notifycode, int severity, argument 891 ZVAL_LONG(ps[0], notifycode);
|
Completed in 9 milliseconds