Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dphp_stream_context.h24 char *xmsg, int xcode,
87 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr);
91 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… argument
93 (xmsg), (xcode), 0, 0, NULL); } } while (0)
110 #define php_stream_notify_file_size(context, file_size, xmsg, xcode) do { if ((context) && (context… argument
112 (xmsg), (xcode), 0, (file_size), NULL); } } while(0)
114 #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifi… argument
116 (xmsg), (xcode), 0, 0, NULL); } } while(0)
H A Dstreams.c2244 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) argument
2247 context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr);
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c851 char *xmsg, int xcode, size_t bytes_sofar, size_t bytes_max, void * ptr) in user_space_stream_notifier() argument
865 ZVAL_LONG(&zvs[3], xcode); in user_space_stream_notifier()
/PHP-7.4/build/
H A Dconfig.guess1405 if command -v xcode-select > /dev/null 2> /dev/null && \
1406 ! xcode-select --print-path > /dev/null 2> /dev/null ; then

Completed in 22 milliseconds