Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c620 static inline zend_ulong realpath_cache_key(const char *path, int path_len) /* {{{ */ in realpath_cache_key() function
641 static inline zend_ulong realpath_cache_key(const char *path, int path_len) /* {{{ */ in realpath_cache_key() function
675 zend_ulong key = realpath_cache_key(path, path_len); in realpath_cache_del()
720 bucket->key = realpath_cache_key(path, path_len); in realpath_cache_add()
749 zend_ulong key = realpath_cache_key(path, path_len); in realpath_cache_find()

Completed in 12 milliseconds