HomeSort by: relevance | last modified time | path
    Searched defs:isindex (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/httpd/
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))
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))

Completed in 23 milliseconds