Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c741 char md5uname[32]; in zend_file_cache_get_bin_file_path() local
752 md5uname[i * 2] = c; in zend_file_cache_get_bin_file_path()
755 md5uname[(i * 2) + 1] = c; in zend_file_cache_get_bin_file_path()
764 memcpy(filename + 1 + len, md5uname, 32); in zend_file_cache_get_bin_file_path()

Completed in 6 milliseconds