Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c550 static inline zend_ulong realpath_cache_key(const char *path, size_t path_len) /* {{{ */ in realpath_cache_key() function
574 static inline zend_ulong realpath_cache_key(const char *path, size_t path_len) /* {{{ */ in realpath_cache_key() function
608 zend_ulong key = realpath_cache_key(path, path_len); in realpath_cache_del()
653 bucket->key = realpath_cache_key(path, path_len); in realpath_cache_add()
682 zend_ulong key = realpath_cache_key(path, path_len); in realpath_cache_find()

Completed in 9 milliseconds