realpath_cache_lookup  246 TSRM/tsrm_virtual_cwd.h CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, int path_len, time_t t TSRMLS_DC);
realpath_cache_lookup  282 TSRM/tsrm_win32.c 			bucket = realpath_cache_lookup(pathname, strlen(pathname), t TSRMLS_CC);
realpath_cache_lookup  289 TSRM/tsrm_win32.c 					bucket = realpath_cache_lookup(pathname, strlen(pathname), t TSRMLS_CC);