Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dfunc_interceptors.c388 RETURN_LONG((zend_long)stat_sb->st_ctime); in phar_fancy_stat()
432 ZVAL_LONG(&stat_ctime, stat_sb->st_ctime); in phar_fancy_stat()
547 sb.st_ctime = phar->max_timestamp; in phar_file_stat()
587 sb.st_ctime = phar->max_timestamp; in phar_file_stat()
613 sb.st_ctime = data->timestamp; in phar_file_stat()
624 sb.st_ctime = data->timestamp; in phar_file_stat()
H A Dstream.c502 ssb->sb.st_ctime = data->timestamp; in phar_dostat()
510 ssb->sb.st_ctime = data->timestamp; in phar_dostat()
517 ssb->sb.st_ctime = phar->max_timestamp; in phar_dostat()
/php-src/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-src/ext/zip/
H A Dzip_stream.c184 ssb->sb.st_ctime = sb.mtime; in php_zip_ops_stat()
/php-src/ext/standard/
H A Dfilestat.c911 RETURN_LONG((zend_long)stat_sb->st_ctime); in php_stat()
973 ZVAL_LONG(&stat_ctime, stat_sb->st_ctime); in php_stat()
H A Dftp_fopen_wrapper.c869 ssb->sb.st_ctime = -1; in php_stream_ftp_url_stat()
H A Dfile.c1399 ZVAL_LONG(&stat_ctime, stat_ssb.sb.st_ctime); in php_fstat()
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c231 ctx->finfo.st_ctime = apr_time_sec(ctx->r->finfo.ctime); in php_apache_sapi_get_stat()
/php-src/main/streams/
H A Dmemory.c203 ssb->sb.st_ctime = timestamp; in php_stream_memory_stat()

Completed in 40 milliseconds