Searched defs:xcode (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/main/streams/ |
H A D | php_stream_context.h | 91 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument 110 #define php_stream_notify_file_size(context, file_size, xmsg, xcode) do { if ((context) && (context… argument 114 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
|
H A D | streams.c | 2244 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr)
|
/PHP-7.4/ext/standard/ |
H A D | streamsfuncs.c | 851 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) in user_space_stream_notifier()
|
Completed in 24 milliseconds