bozohttpd.c | 1205 char *file = request->hr_file, *newfile; local in function:check_remap 1302 newfile = bozomalloc(httpd, strlen(file) + rlen - len + 1); 1303 memcpy(newfile, map_to, rlen); 1304 strcpy(newfile+rlen, file + len); 1306 newfile)); 1308 request->hr_file_free = request->hr_file = newfile; 1629 char *file, *newfile = NULL; local in function:transform_request 1697 newfile = bozomalloc(httpd, 1699 strcpy(newfile, file + 1); 1700 strcat(newfile, httpd->index_html) [all...] |