Home
last modified time | relevance | path

Searched refs:st_ctime (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/phar/
H A Dfunc_interceptors.c497 RETURN_LONG((zend_long)stat_sb->st_ctime); in phar_fancy_stat()
541 ZVAL_LONG(&stat_ctime, stat_sb->st_ctime); in phar_fancy_stat()
656 sb.st_ctime = phar->max_timestamp; in phar_file_stat()
696 sb.st_ctime = phar->max_timestamp; in phar_file_stat()
722 sb.st_ctime = data->timestamp; in phar_file_stat()
733 sb.st_ctime = data->timestamp; in phar_file_stat()
H A Dstream.c494 ssb->sb.st_ctime = data->timestamp; in phar_dostat()
502 ssb->sb.st_ctime = data->timestamp; in phar_dostat()
509 ssb->sb.st_ctime = phar->max_timestamp; in phar_dostat()
/PHP-8.0/ext/zip/
H A Dzip_stream.c186 ssb->sb.st_ctime = sb.mtime; in php_zip_ops_stat()
/PHP-8.0/win32/
H A Dioutil.c884 buf->st_ctime = _buf.st_ctime; in php_win32_ioutil_fstat_int()
966 buf->st_ctime = FILETIME_TO_TIME_T(data->ftCreationTime); in php_win32_ioutil_fstat_int()
H A Dioutil.h712 php_win32_ioutil_time_t st_ctime; member
/PHP-8.0/ext/standard/
H A Dfilestat.c862 RETURN_LONG((zend_long)ssb.sb.st_ctime); in php_stat()
924 ZVAL_LONG(&stat_ctime, stat_sb->st_ctime); in php_stat()
H A Dftp_fopen_wrapper.c870 ssb->sb.st_ctime = -1; in php_stream_ftp_url_stat()
H A Dfile.c1523 ZVAL_LONG(&stat_ctime, stat_ssb.sb.st_ctime); in php_fstat()
/PHP-8.0/sapi/apache2handler/
H A Dsapi_apache2.c226 ctx->finfo.st_ctime = apr_time_sec(ctx->r->finfo.ctime); in php_apache_sapi_get_stat()
/PHP-8.0/main/streams/
H A Dmemory.c212 ssb->sb.st_ctime = timestamp; in php_stream_memory_stat()

Completed in 50 milliseconds