Searched refs:xmsg (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/main/streams/ |
H A D | php_stream_context.h | 22 char *xmsg, int xcode, 85 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr); 89 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument 91 (xmsg), (xcode), 0, 0, NULL); } } 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); } } while(0) 116 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument 118 (xmsg), (xcode), 0, 0, NULL); } } while(0)
|
H A D | streams.c | 2360 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) argument 2363 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
|
/PHP-8.4/ext/standard/ |
H A D | streamsfuncs.c | 877 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) in user_space_stream_notifier() argument 886 if (xmsg) { in user_space_stream_notifier() 887 ZVAL_STRING(&zvs[2], xmsg); in user_space_stream_notifier()
|
Completed in 17 milliseconds