Searched refs:PHP_STREAM_URL_STAT_QUIET (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/phar/ |
H A D | stream.c | 70 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 76 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 113 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 122 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 133 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 145 if (!(options & PHP_STREAM_URL_STAT_QUIET)) { in phar_parse_url() 571 if ((resource = phar_parse_url(wrapper, url, "r", flags|PHP_STREAM_URL_STAT_QUIET)) == NULL) { in phar_wrapper_stat() 756 …if ((resource_from = phar_parse_url(wrapper, url_from, "wb", options|PHP_STREAM_URL_STAT_QUIET)) =… in phar_wrapper_rename() 772 …if ((resource_to = phar_parse_url(wrapper, url_to, "wb", options|PHP_STREAM_URL_STAT_QUIET)) == NU… in phar_wrapper_rename()
|
/PHP-8.2/main/ |
H A D | fopen_wrappers.c | 572 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) { 612 … if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) {
|
H A D | php_streams.h | 402 #define PHP_STREAM_URL_STAT_QUIET 2 macro
|
/PHP-8.2/ext/zip/ |
H A D | php_zip.c | 188 if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in php_zip_extract_file() 297 if (php_stream_stat_path_ex(resolved_path, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) { in php_zip_add_file() 2769 if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) {
|
/PHP-8.2/ext/standard/ |
H A D | filestat.c | 817 flags |= PHP_STREAM_URL_STAT_QUIET; in php_stat()
|
H A D | file.c | 1559 switch (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET, &dest_s, ctx)) { in php_copy_file_ctx()
|
/PHP-8.2/ext/libxml/ |
H A D | libxml.c | 295 …if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL) == -1)… in php_libxml_streams_IO_open_wrapper()
|
/PHP-8.2/main/streams/ |
H A D | plain_wrapper.c | 1219 if (php_check_open_basedir_ex(url, (flags & PHP_STREAM_URL_STAT_QUIET) ? 0 : 1)) { in php_plain_files_url_stater()
|
H A D | userspace.c | 91 …REGISTER_LONG_CONSTANT("STREAM_URL_STAT_QUIET", PHP_STREAM_URL_STAT_QUIET, CONST_CS|CONST_PERSIS… in PHP_MINIT_FUNCTION()
|
/PHP-8.2/ext/opcache/ |
H A D | ZendAccelerator.c | 957 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()
|
Completed in 113 milliseconds