Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/
H A Dfileinfo.c392 if (php_stream_stat_path_ex(buffer, 0, &ssb, context) == SUCCESS) { in _php_finfo_get_type()
H A Dlibmagic.patch598 + if (php_stream_stat_path_ex((char *)fn, 0, &st, NULL) == SUCCESS) {
/php-src/main/
H A Dphp_streams.h372 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… macro
/php-src/ext/zip/
H A Dphp_zip.c194 if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in php_zip_extract_file()
303 if (php_stream_stat_path_ex(resolved_path, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL)) { in php_zip_add_file()
2818 if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) {
/php-src/ext/standard/
H A Dfile.c1540 switch (php_stream_stat_path_ex(src, src_stat_flags, &src_s, ctx)) { in php_copy_file_ctx()
1555 switch (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET, &dest_s, ctx)) { in php_copy_file_ctx()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c3232 if (php_stream_stat_path_ex((char *)fn, 0, &st, NULL) == SUCCESS) { in apprentice_map()

Completed in 37 milliseconds