Searched refs:nlength (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/cache/
H A Dcache_util.c851 static void cache_hash(const char *it, char *val, int ndepth, int nlength) argument
884 memcpy(&val[i], &tmp[k], nlength);
885 k += nlength;
886 val[i + nlength] = '/';
887 i += nlength + 1;

Completed in 806 milliseconds