Home
last modified time | relevance | path

Searched defs:xcode (Results 1 – 3 of 3) sorted by relevance

/php-src/main/streams/
H A Dphp_stream_context.h89 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
112 #define php_stream_notify_file_size(context, file_size, xmsg, xcode) do { if ((context) && (context… argument
116 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
H A Dstreams.c2352 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr)
/php-src/ext/standard/
H A Dstreamsfuncs.c876 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) in user_space_stream_notifier()

Completed in 22 milliseconds