Searched refs:notifycode (Results 1 - 3 of 3) sorted by relevance

/PHP_TRUNK/main/streams/
H A Dphp_stream_context.h25 int notifycode, int severity,
88 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity,
H A Dstreams.c2168 PHPAPI void php_stream_notification_notify(php_stream_context *context, int notifycode, int severity, argument
2172 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr TSRMLS_CC);
/PHP_TRUNK/ext/standard/
H A Dstreamsfuncs.c874 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