Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.c316 static inline zend_ulong realpath_cache_key(const char *path, size_t path_len) /* {{{ */ in realpath_cache_key() function
340 static inline zend_ulong realpath_cache_key(const char *path, size_t path_len) /* {{{ */ in realpath_cache_key() function
363 zend_ulong key = realpath_cache_key(path, path_len); in realpath_cache_del()
408 bucket->key = realpath_cache_key(path, path_len); in realpath_cache_add()
437 zend_ulong key = realpath_cache_key(path, path_len); in realpath_cache_find()

Completed in 9 milliseconds