Home
last modified time | relevance | path

Searched refs:php_stream_notify_info (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/main/streams/
H A Dphp_stream_context.h93 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… macro
/PHP-7.0/ext/standard/
H A Dhttp_fopen_wrapper.c358 php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0); in php_stream_url_wrap_http_ex()
557 php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_REQUIRED, NULL, 0); in php_stream_url_wrap_http_ex()
818 php_stream_notify_info(context, PHP_STREAM_NOTIFY_MIME_TYPE_IS, http_header_value, 0); in php_stream_url_wrap_http_ex()
860 php_stream_notify_info(context, PHP_STREAM_NOTIFY_REDIRECTED, location, 0); in php_stream_url_wrap_http_ex()
H A Dftp_fopen_wrapper.c168 php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0); in php_ftp_fopen_connect()
264 php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_REQUIRED, tmp_line, 0); in php_ftp_fopen_connect()
288 php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_RESULT, tmp_line, result); in php_ftp_fopen_connect()

Completed in 12 milliseconds