Home
last modified time | relevance | path

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

1234567

/PHP-7.0/ext/openssl/tests/
H A Dbug65538.phar262 $stat[7] . ")");
/PHP-7.0/ext/phar/
H A Dfunc_interceptors.c1084 PHAR_INTERCEPT(stat); in phar_intercept_functions_init()
1120 PHAR_RELEASE(stat); in phar_intercept_functions_shutdown()
/PHP-7.0/ext/mysqli/
H A Dmysqli_fe.c580 PHP_FALIAS(stat, mysqli_stat, arginfo_mysqli_no_params)
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c859 !stream->ops->stat) { in zend_get_file_handle_timestamp()
866 ret = stream->ops->stat(stream, &sb); in zend_get_file_handle_timestamp()
2105 struct stat buf; in accel_activate()
2107 if (stat("/", &buf) != 0) { in accel_activate()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c1127 struct stat st;
1185 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.0/main/
H A Dphp_streams.h130 int (*stat)(php_stream *stream, php_stream_statbuf *ssb); member
/PHP-7.0/main/streams/
H A Dstreams.c818 if (stream->ops->stat == NULL) { in _php_stream_stat()
822 return (stream->ops->stat)(stream, ssb); in _php_stream_stat()
/PHP-7.0/sapi/fpm/
H A Dconfig.m4245 #include <sys/stat.h>
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_structs.h260 typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int6…
/PHP-7.0/
H A Dconfigure.in514 sys/stat.h \
588 dnl Check for members of the stat structure
H A Dacinclude.m41223 #include <sys/stat.h>
1253 #include <sys/stat.h>
/PHP-7.0/ext/sockets/
H A Dconversions.c1413 struct stat statbuf; in to_zval_read_fd_array()
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c2233 return php_stream_socket_ops.stat(stream, ssb); in php_openssl_sockop_stat()
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c680 struct stat st; in readSecret()
/PHP-7.0/ext/soap/
H A Dphp_sdl.c1539 struct stat st; in get_sdl_from_cache()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c3214 PHP_NAMED_FE(stat, php_if_stat, arginfo_stat)
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c29975 struct stat statbuf;
30666 struct stat buf;
30683 struct stat buf;
32772 struct stat buf;
32973 struct stat buf;
34741 struct stat buf;
35277 struct stat buf;
35351 struct stat buf;
36092 struct stat buf;
36283 struct stat buf;
[all …]
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic15505 >>4 uleshort >0 \b, stat=0x%4x
15510 >>4 uleshort >0 \b, stat=0x%04x
15515 >>4 uleshort >0 \b, stat=0x%04x
15535 >>>4 uleshort >0 \b, stat=0x%04x
15547 >>0x4004 uleshort >0 \b, stat=0x%04x
15555 >>0x8004 uleshort >0 \b, stat=0x%04x
15563 >>0x3C004 uleshort >0 \b, stat=0x%04x

Completed in 477 milliseconds

1234567