Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c522 if (php_stream_stat_path_ex(buffer, 0, &ssb, context) == SUCCESS) {
H A Dlibmagic.patch559 + if (php_stream_stat_path_ex(fn, 0, &st, NULL) == SUCCESS) {
/PHP-5.3/ext/standard/
H A Dfilestat.c638 if (php_stream_stat_path_ex(filename, 0, &ssb, NULL)) { in PHP_FUNCTION()
858 if (php_stream_stat_path_ex((char *)filename, flags, &ssb, NULL)) { in php_stat()
H A Dfile.c1791 switch (php_stream_stat_path_ex(src, 0, &src_s, context)) { in php_copy_file_ctx()
1806 switch (php_stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET, &dest_s, context)) { in php_copy_file_ctx()
/PHP-5.3/main/
H A Dphp_streams.h331 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… macro
/PHP-5.3/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()
2449 if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) { in ZIPARCHIVE_METHOD()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c2211 if (php_stream_stat_path_ex(fn, 0, &st, NULL) == SUCCESS) {

Completed in 77 milliseconds