Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c522 if (php_stream_stat_path_ex(buffer, 0, &ssb, context) == SUCCESS) {
H A Dlibmagic.patch593 + if (php_stream_stat_path_ex((char *)fn, 0, &st, NULL) == SUCCESS) {
/PHP-5.5/main/
H A Dphp_streams.h339 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… macro
/PHP-5.5/ext/standard/
H A Dfile.c1656 switch (php_stream_stat_path_ex(src, 0, &src_s, ctx)) { in php_copy_file_ctx()
1671 …switch (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET | PHP_STREAM_URL_STAT_NOCACHE, &de… in php_copy_file_ctx()
H A Dfilestat.c906 if (php_stream_stat_path_ex((char *)filename, flags, &ssb, NULL)) { in php_stat()
/PHP-5.5/ext/zip/
H A Dphp_zip.c200 if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in php_zip_extract_file()
2450 if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in ZIPARCHIVE_METHOD()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c2617 if (php_stream_stat_path_ex((char *)fn, 0, &st, NULL) == SUCCESS) { in apprentice_map()

Completed in 44 milliseconds