xcode             870 ext/standard/streamsfuncs.c 		char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC)
xcode             893 ext/standard/streamsfuncs.c 	ZVAL_LONG(ps[3], xcode);
xcode              26 main/streams/php_stream_context.h 		char *xmsg, int xcode,
xcode              89 main/streams/php_stream_context.h 		char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC);
xcode              93 main/streams/php_stream_context.h #define php_stream_notify_info(context, code, xmsg, xcode)	do { if ((context) && (context)->notifier) { \
xcode              95 main/streams/php_stream_context.h 				(xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while (0)
xcode             112 main/streams/php_stream_context.h #define php_stream_notify_file_size(context, file_size, xmsg, xcode) do { if ((context) && (context)->notifier) { \
xcode             114 main/streams/php_stream_context.h 			(xmsg), (xcode), 0, (file_size), NULL TSRMLS_CC); } } while(0)
xcode             116 main/streams/php_stream_context.h #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifier) {\
xcode             118 main/streams/php_stream_context.h 			(xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while(0)
xcode            2182 main/streams/streams.c 		char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC)
xcode            2185 main/streams/streams.c 		context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr TSRMLS_CC);
xcode             633 sapi/milter/php_milter.c 	char *rcode, *xcode, *message;
xcode             639 sapi/milter/php_milter.c 	} else if (zend_parse_parameters(3 TSRMLS_CC, "sss", &rcode, &len, &xcode, &len, &message, &len) == SUCCESS) {
xcode             640 sapi/milter/php_milter.c 		if (smfi_setreply(MG(ctx), rcode, xcode, message) == MI_SUCCESS) {
xcode             801 sapi/milter/php_milter.c 	ZEND_ARG_INFO(0, xcode)