Home
last modified time | relevance | path

Searched refs:xcode (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/main/streams/
H A Dphp_stream_context.h26 char *xmsg, int xcode,
89 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC);
93 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
95 (xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while (0)
112 #define php_stream_notify_file_size(context, file_size, xmsg, xcode) do { if ((context) && (context… argument
114 (xmsg), (xcode), 0, (file_size), NULL TSRMLS_CC); } } while(0)
116 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
118 (xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while(0)
H A Dstreams.c2182 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC) argument
2185 …context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr TS…
/PHP-5.5/sapi/milter/
H A Dphp_milter.c633 char *rcode, *xcode, *message; in PHP_FUNCTION() local
639 …} else if (zend_parse_parameters(3 TSRMLS_CC, "sss", &rcode, &len, &xcode, &len, &message, &len) =… in PHP_FUNCTION()
640 if (smfi_setreply(MG(ctx), rcode, xcode, message) == MI_SUCCESS) { in PHP_FUNCTION()
801 ZEND_ARG_INFO(0, xcode)
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c879 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC) in user_space_stream_notifier() argument
902 ZVAL_LONG(ps[3], xcode); in user_space_stream_notifier()

Completed in 23 milliseconds