Home
last modified time | relevance | path

Searched refs:php_stream_stat_path_ex (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c546 if (php_stream_stat_path_ex(buffer, 0, &ssb, context) == SUCCESS) { in _php_finfo_get_type()
H A Dlibmagic.patch707 + if (php_stream_stat_path_ex((char *)fn, 0, &st, NULL) == SUCCESS) {
/PHP-7.4/main/
H A Dphp_streams.h352 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… macro
/PHP-7.4/ext/standard/
H A Dfilestat.c825 if (php_stream_stat_path_ex((char *)filename, flags, &ssb, NULL)) { in php_stat()
H A Dfile.c1695 switch (php_stream_stat_path_ex(src, 0, &src_s, ctx)) { in php_copy_file_ctx()
1710 …switch (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET | PHP_STREAM_URL_STAT_NOCACHE, &de… in php_copy_file_ctx()
/PHP-7.4/ext/zip/
H A Dphp_zip.c199 if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in php_zip_extract_file()
2634 if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c3006 if (php_stream_stat_path_ex((char *)fn, 0, &st, NULL) == SUCCESS) { in apprentice_map()

Completed in 39 milliseconds