Searched defs:name_scratch (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c1512 char *name_scratch; local
1543 name_scratch = apr_palloc(r->pool, name_width + 1);
1741 memcpy(name_scratch, t2, name_width - 3);
1742 name_scratch[name_width - 3] = '.';
1743 name_scratch[name_width - 2] = '.';
1744 name_scratch[name_width - 1] = '>';
1745 name_scratch[name_width] = 0;
1746 t2 = name_scratch;
1826 memcpy(name_scratch, t2, name_width - 3);
1827 name_scratch[name_widt
[all...]

Completed in 1940 milliseconds