Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_streams.h338 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL TSRMLS_CC) macro
/PHP-5.5/ext/phar/
H A Dphar_object.c2144 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive()
2602 if (SUCCESS != php_stream_stat_path(phar_obj->arc.archive->fname, &ssb)) { in PHP_METHOD()
4197 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4213 if (FAILURE == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4345 if (php_stream_stat_path(pathto, &ssb) < 0) { in PHP_METHOD()
H A Dutil.c222 if (SUCCESS != php_stream_stat_path(filename, &ssb)) { in phar_mount_entry()
1347 if (SUCCESS != php_stream_stat_path(test, &ssb)) { in phar_get_entry_info_dir()
H A Dphar.c1758 if (SUCCESS == php_stream_stat_path((char *) filename, &ssb)) {
1785 if (SUCCESS != php_stream_stat_path((char *) filename, &ssb)) {
1806 if (SUCCESS != php_stream_stat_path(realpath, &ssb)) {
H A Dstream.c660 if (SUCCESS != php_stream_stat_path(test, &ssbi)) { in phar_wrapper_stat()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1665 php_stream_stat_path(fname, &ssb);

Completed in 72 milliseconds