Home
last modified time | relevance | path

Searched refs:stat (Results 151 – 175 of 176) sorted by relevance

12345678

/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dopenssl.phar262 $stat[7] . ")");
/PHP-7.2/ext/phar/tests/files/
H A Dinclude_path2.phar262 $stat[7] . ")");
H A Dnophar.phar262 $stat[7] . ")");
H A Dopenssl.phar262 $stat[7] . ")");
/PHP-7.2/ext/session/
H A Dmod_files.c160 struct stat sbuf; in ps_files_open()
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt210 ["stat"]=>
H A Dmysqli_class_mysqli_reflection.phpt1105 Inspecting method 'stat'
1320 Inspecting property 'stat'
1359 Default property 'stat'
/PHP-7.2/ext/spl/internal/
H A Dsplfileobject.inc200 * @return array of file stat information
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c919 !stream->ops->stat) { in zend_get_file_handle_timestamp()
926 ret = stream->ops->stat(stream, &sb); in zend_get_file_handle_timestamp()
2263 struct stat buf; in accel_activate()
2265 if (stat("/", &buf) != 0) { in accel_activate()
/PHP-7.2/ext/phar/
H A Dfunc_interceptors.c1040 PHAR_INTERCEPT(stat); in phar_intercept_functions_init()
1076 PHAR_RELEASE(stat); in phar_intercept_functions_shutdown()
/PHP-7.2/ext/mysqli/
H A Dmysqli_fe.c596 PHP_FALIAS(stat, mysqli_stat, arginfo_mysqli_no_params)
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c1128 struct stat st;
1186 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
H A Dfpm_conf.c166 struct stat sb; in fpm_conf_is_dir()
168 if (stat(path, &sb) != 0) { in fpm_conf_is_dir()
/PHP-7.2/main/
H A Dphp_streams.h130 int (*stat)(php_stream *stream, php_stream_statbuf *ssb); member
/PHP-7.2/main/streams/
H A Dstreams.c792 if (stream->ops->stat == NULL) { in _php_stream_stat()
796 return (stream->ops->stat)(stream, ssb); in _php_stream_stat()
/PHP-7.2/sapi/fpm/
H A Dconfig.m4245 #include <sys/stat.h>
/PHP-7.2/
H A Dconfigure.ac483 sys/stat.h \
569 dnl Check for members of the stat structure
H A Dacinclude.m41210 #include <sys/stat.h>
1240 #include <sys/stat.h>
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_structs.h300 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
/PHP-7.2/ext/sockets/
H A Dconversions.c1413 struct stat statbuf; in to_zval_read_fd_array()
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c2266 return php_stream_socket_ops.stat(stream, ssb); in php_openssl_sockop_stat()
/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c844 struct stat st; in readSecret()
/PHP-7.2/ext/soap/
H A Dphp_sdl.c1541 struct stat st; in get_sdl_from_cache()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c3249 PHP_NAMED_FE(stat, php_if_stat, arginfo_stat)
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c33189 struct stat statbuf;
33949 struct stat buf;
33967 struct stat buf;
36106 struct stat buf;
36307 struct stat buf;
38175 struct stat buf;
38742 struct stat buf;
38816 struct stat buf;
39557 struct stat buf;
39748 struct stat buf;
[all …]

Completed in 712 milliseconds

12345678