Home
last modified time | relevance | path

Searched refs:filetime (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/standard/
H A Dfilestat.c604 zend_long filetime = 0, fileatime = 0; in PHP_FUNCTION() local
615 Z_PARAM_LONG_OR_NULL(filetime, filetime_is_null) in PHP_FUNCTION()
626 newtime->modtime = newtime->actime = filetime; in PHP_FUNCTION()
631 newtime->modtime = filetime; in PHP_FUNCTION()
/php-src/win32/
H A Dioutil.c848 #define FILETIME_TO_UINT(filetime) \ argument
849 (*((uint64_t*) &(filetime)) - 116444736000000000ULL)
851 #define FILETIME_TO_TIME_T(filetime) \ argument
852 (time_t)(FILETIME_TO_UINT(filetime) / 10000000ULL)

Completed in 13 milliseconds