xmsg              843 ext/standard/streamsfuncs.c 		char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr)
xmsg              852 ext/standard/streamsfuncs.c 	if (xmsg) {
xmsg              853 ext/standard/streamsfuncs.c 		ZVAL_STRING(&zvs[2], xmsg);
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);
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); } } 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); } } 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); } } while(0)
xmsg             2178 main/streams/streams.c 		char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr)
xmsg             2181 main/streams/streams.c 		context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);