php_stream_notify_info  167 ext/standard/ftp_fopen_wrapper.c 	php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0);
php_stream_notify_info  262 ext/standard/ftp_fopen_wrapper.c 		php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_REQUIRED, tmp_line, 0);
php_stream_notify_info  286 ext/standard/ftp_fopen_wrapper.c 			php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_RESULT, tmp_line, result);
php_stream_notify_info  359 ext/standard/http_fopen_wrapper.c 	php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0);
php_stream_notify_info  558 ext/standard/http_fopen_wrapper.c 			php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_REQUIRED, NULL, 0);
php_stream_notify_info  770 ext/standard/http_fopen_wrapper.c 				php_stream_notify_info(context, PHP_STREAM_NOTIFY_MIME_TYPE_IS, http_header_line + 14, 0);
php_stream_notify_info  813 ext/standard/http_fopen_wrapper.c 			php_stream_notify_info(context, PHP_STREAM_NOTIFY_REDIRECTED, location, 0);