Searched refs:xcode (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/main/streams/ |
H A D | php_stream_context.h | 26 char *xmsg, int xcode, 97 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC); 101 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument 103 (xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while (0) 120 #define php_stream_notify_file_size(context, file_size, xmsg, xcode) do { if ((context) && (context… argument 122 (xmsg), (xcode), 0, (file_size), NULL TSRMLS_CC); } } while(0) 124 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument 126 (xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while(0)
|
H A D | streams.c | 2105 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC) argument 2108 …context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr TS…
|
/PHP-5.3/sapi/milter/ |
H A D | php_milter.c | 629 char *rcode, *xcode, *message; in PHP_FUNCTION() local 635 …} else if (zend_parse_parameters(3 TSRMLS_CC, "sss", &rcode, &len, &xcode, &len, &message, &len) =… in PHP_FUNCTION() 636 if (smfi_setreply(MG(ctx), rcode, xcode, message) == MI_SUCCESS) { in PHP_FUNCTION() 797 ZEND_ARG_INFO(0, xcode)
|
/PHP-5.3/ext/standard/ |
H A D | streamsfuncs.c | 868 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr TSRMLS_DC) in user_space_stream_notifier() argument 891 ZVAL_LONG(ps[3], xcode); in user_space_stream_notifier()
|
Completed in 24 milliseconds