Home
last modified time | relevance | path

Searched refs:stat (Results 176 – 200 of 201) sorted by relevance

123456789

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c158 struct stat sb; in fpm_conf_is_dir()
160 if (stat(path, &sb) != 0) { in fpm_conf_is_dir()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c372 static struct stat *php_apache_get_stat(TSRMLS_D) in php_apache_get_stat()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1192 struct stat st;
1246 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-5.5/sapi/fpm/
H A Dconfig.m4245 #include <sys/stat.h>
/PHP-5.5/main/streams/
H A Dstreams.c835 if (stream->ops->stat == NULL) { in _php_stream_stat()
839 return (stream->ops->stat)(stream, ssb TSRMLS_CC); in _php_stream_stat()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c427 return php_stream_socket_ops.stat(stream, ssb TSRMLS_CC); in php_openssl_sockop_stat()
H A Dopenssl.c1789 struct stat sb; in setup_verify()
/PHP-5.5/main/
H A DSAPI.c1000 SAPI_API struct stat *sapi_get_stat(TSRMLS_D) in sapi_get_stat()
H A Dmain.c282 struct stat s; in php_binary_init()
1207 struct stat *pstat; in php_get_current_user()
/PHP-5.5/ext/standard/
H A Dfilestat.c853 struct stat *stat_sb; in php_stat()
H A Dbasic_functions.c3232 PHP_NAMED_FE(stat, php_if_stat, arginfo_stat)
/PHP-5.5/ext/zip/
H A Dphp_zip.c603 struct stat s; in php_zip_glob()
675 struct stat s; in php_zip_pcre()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c1139 struct stat st; in apprentice_load()
1187 if (stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) { in apprentice_load()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h253 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
/PHP-5.5/
H A Dconfigure.in513 sys/stat.h \
575 dnl Check for members of the stat structure
H A Dacinclude.m41222 #include <sys/stat.h>
1252 #include <sys/stat.h>
H A DNEWS3900 . Fixed bug #55859 (mysqli->stat property access gives error). (Andrey)
4517 . Fixed bug #53903 (userspace stream stat callback does not separate the
4536 . Fixed bug #53603 (ZipArchive should quiet stat errors). (brad dot froehle at
4571 . Added stat support for zip stream. (Pierre)
5473 - Fixed atime and mtime in stat related functions on Windows. (Pierre)
5797 . Added Windows support for stat(), touch(), filemtime(), filesize() and
6800 - Fixed bug #45181 (chdir() should clear relative entries in stat cache).
7813 . removed unnecessary checks for ISREG file and corresponding stat() calls
7820 . stat() is reimplementation using GetFileAttributesEx(). The new
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c498 static struct stat *php_apache_get_stat(TSRMLS_D) in php_apache_get_stat()
/PHP-5.5/ext/sockets/
H A Dconversions.c1448 struct stat statbuf; in to_zval_read_fd_array()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c654 struct stat buf; in _xmlwriter_get_valid_file_path()
/PHP-5.5/ext/session/
H A Dsession.c1178 struct stat sb;
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c646 struct stat st; in readSecret()
/PHP-5.5/ext/exif/
H A Dexif.c3899 struct stat st; in exif_read_file()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c1545 struct stat st; in get_sdl_from_cache()
/PHP-5.5/ext/gd/
H A Dgd.c3925 struct stat st; in PHP_FUNCTION()

Completed in 215 milliseconds

123456789