|
|
|
@ -238,9 +238,9 @@ extern virtual_cwd_globals cwd_globals; |
|
|
|
CWD_API void realpath_cache_clean(TSRMLS_D); |
|
|
|
CWD_API void realpath_cache_del(const char *path, int path_len TSRMLS_DC); |
|
|
|
CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, int path_len, time_t t TSRMLS_DC); |
|
|
|
CWD_API int realpath_cache_size(); |
|
|
|
CWD_API int realpath_cache_max_buckets(); |
|
|
|
CWD_API realpath_cache_bucket** realpath_cache_get_buckets(); |
|
|
|
CWD_API int realpath_cache_size(TSRMLS_D); |
|
|
|
CWD_API int realpath_cache_max_buckets(TSRMLS_D); |
|
|
|
CWD_API realpath_cache_bucket** realpath_cache_get_buckets(TSRMLS_D); |
|
|
|
|
|
|
|
/* The actual macros to be used in programs using TSRM |
|
|
|
* If the program defines VIRTUAL_DIR it will use the |
|
|
|
|