Home
last modified time | relevance | path

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

/PHP-5.4/main/streams/
H A Dphp_stream_context.h101 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… macro
/PHP-5.4/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()
/PHP-5.4/ext/curl/
H A Dstreams.c117 php_stream_notify_info(stream->context, PHP_STREAM_NOTIFY_REDIRECTED, data + 10, 0); in on_header_available()
119 php_stream_notify_info(stream->context, PHP_STREAM_NOTIFY_MIME_TYPE_IS, data + 14, 0); in on_header_available()

Completed in 21 milliseconds