bozohttpd.c | 1626 transform_request(bozo_httpreq_t *request, int *isindex) 1633 *isindex = 0; 1695 *isindex = 1; 1706 *isindex = 1; 1815 int fd, isindex; local in function:bozo_process_request 1822 if (transform_request(request, &isindex) == 0) 1851 if (!bozo_dir_index(request, file, isindex))
|