Searched refs:php_stream_notify_info (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/main/streams/ |
H A D | php_stream_context.h | 89 #define php_stream_notify_info(context, code, xmsg, xcode) do { if ((context) && (context)->notifie… macro
|
/PHP-8.2/ext/standard/ |
H A D | http_fopen_wrapper.c | 358 php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0); in php_stream_url_wrap_http_ex() 543 php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_REQUIRED, NULL, 0); in php_stream_url_wrap_http_ex() 792 php_stream_notify_info(context, PHP_STREAM_NOTIFY_MIME_TYPE_IS, http_header_value, 0); in php_stream_url_wrap_http_ex() 845 php_stream_notify_info(context, PHP_STREAM_NOTIFY_REDIRECTED, location, 0); in php_stream_url_wrap_http_ex()
|
H A D | ftp_fopen_wrapper.c | 159 php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0); in php_ftp_fopen_connect() 255 php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_REQUIRED, tmp_line, 0); in php_ftp_fopen_connect() 279 php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_RESULT, tmp_line, result); in php_ftp_fopen_connect()
|
Completed in 14 milliseconds