Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_context.h93 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… macro
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c339 php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0); in php_stream_url_wrap_http_ex()
540 php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_REQUIRED, NULL, 0); in php_stream_url_wrap_http_ex()
752 php_stream_notify_info(context, PHP_STREAM_NOTIFY_MIME_TYPE_IS, http_header_line + 14, 0); in php_stream_url_wrap_http_ex()
799 php_stream_notify_info(context, PHP_STREAM_NOTIFY_REDIRECTED, location, 0); in php_stream_url_wrap_http_ex()
H A Dftp_fopen_wrapper.c166 php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0); in php_ftp_fopen_connect()
261 php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_REQUIRED, tmp_line, 0); in php_ftp_fopen_connect()
285 php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_RESULT, tmp_line, result); in php_ftp_fopen_connect()

Completed in 14 milliseconds