xmsg              870 ext/standard/streamsfuncs.c 		char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC)
xmsg              888 ext/standard/streamsfuncs.c 	if (xmsg) {
xmsg              889 ext/standard/streamsfuncs.c 		ZVAL_STRING(ps[2], xmsg, 1);
xmsg               26 main/streams/php_stream_context.h 		char *xmsg, int xcode,
xmsg               89 main/streams/php_stream_context.h 		char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC);
xmsg               93 main/streams/php_stream_context.h #define php_stream_notify_info(context, code, xmsg, xcode)	do { if ((context) && (context)->notifier) { \
xmsg               95 main/streams/php_stream_context.h 				(xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while (0)
xmsg              112 main/streams/php_stream_context.h #define php_stream_notify_file_size(context, file_size, xmsg, xcode) do { if ((context) && (context)->notifier) { \
xmsg              114 main/streams/php_stream_context.h 			(xmsg), (xcode), 0, (file_size), NULL TSRMLS_CC); } } while(0)
xmsg              116 main/streams/php_stream_context.h #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifier) {\
xmsg              118 main/streams/php_stream_context.h 			(xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while(0)
xmsg             2182 main/streams/streams.c 		char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC)
xmsg             2185 main/streams/streams.c 		context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr TSRMLS_CC);