Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c557 static inline unsigned long realpath_cache_key(const char *path, int path_len TSRMLS_DC) /* {{{ */ in realpath_cache_key() function
577 static inline unsigned long realpath_cache_key(const char *path, int path_len) /* {{{ */ in realpath_cache_key() function
612 unsigned long key = realpath_cache_key(path, path_len TSRMLS_CC); in realpath_cache_del()
614 unsigned long key = realpath_cache_key(path, path_len); in realpath_cache_del()
661 bucket->key = realpath_cache_key(path, path_len TSRMLS_CC); in realpath_cache_add()
663 bucket->key = realpath_cache_key(path, path_len); in realpath_cache_add()
694 unsigned long key = realpath_cache_key(path, path_len TSRMLS_CC); in realpath_cache_find()
696 unsigned long key = realpath_cache_key(path, path_len); in realpath_cache_find()

Completed in 10 milliseconds