Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c548 if (php_stream_stat_path_ex(buffer, 0, &ssb, context) == SUCCESS) { in _php_finfo_get_type()
H A Dlibmagic.patch679 + if (php_stream_stat_path_ex((char *)fn, 0, &st, NULL) == SUCCESS) {
/PHP-7.2/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.2/ext/standard/
H A Dfilestat.c819 if (php_stream_stat_path_ex((char *)filename, flags, &ssb, NULL)) { in php_stat()
H A Dfile.c1707 switch (php_stream_stat_path_ex(src, 0, &src_s, ctx)) { in php_copy_file_ctx()
1722 …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.2/ext/zip/
H A Dphp_zip.c201 if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in php_zip_extract_file()
2747 if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in ZIPARCHIVE_METHOD()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c2902 if (php_stream_stat_path_ex((char *)fn, 0, &st, NULL) == SUCCESS) { in apprentice_map()

Completed in 58 milliseconds