MCPcopy Index your code
hub / github.com/apache/httpd / ap_cache_generate_name

Function ap_cache_generate_name

modules/cache/cache_util.c:917–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917CACHE_DECLARE(char *)ap_cache_generate_name(apr_pool_t *p, int dirlevels,
918 int dirlength, const char *name)
919{
920 char hashfile[66];
921 cache_hash(name, hashfile, dirlevels, dirlength);
922 return apr_pstrdup(p, hashfile);
923}
924
925/**
926 * String tokenizer that ignores separator characters within quoted strings

Callers 4

header_fileFunction · 0.85
data_fileFunction · 0.85
cache_try_lockFunction · 0.85
cache_remove_lockFunction · 0.85

Calls 1

cache_hashFunction · 0.85

Tested by

no test coverage detected