Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c324 static inline zend_ulong realpath_cache_key(const char *path, size_t path_len) /* {{{ */ in realpath_cache_key() function
348 static inline zend_ulong realpath_cache_key(const char *path, size_t path_len) /* {{{ */ in realpath_cache_key() function
371 zend_ulong key = realpath_cache_key(path, path_len); in realpath_cache_del()
416 bucket->key = realpath_cache_key(path, path_len); in realpath_cache_add()
445 zend_ulong key = realpath_cache_key(path, path_len); in realpath_cache_find()

Completed in 21 milliseconds