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

/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dtilde-luzah-bozo.c58 bozo_user_transform(bozo_httpreq_t *request, int *isindex) argument
64 *isindex = 0;
69 *isindex = (c == '/' || c == '\0');
105 (*isindex ? strlen(httpd->index_html) + 1 : 1));
107 if (*isindex)
H A Ddir-index-bozo.c60 bozo_dir_index(bozo_httpreq_t *request, const char *dirname, int isindex) argument
72 if (!isindex || !httpd->dir_indexing)
H A Dbozohttpd.c1312 transform_request(bozo_httpreq_t *request, int *isindex) argument
1320 *isindex = 0;
1410 return bozo_user_transform(request, isindex);
1415 *isindex = 1;
1426 *isindex = 1;
1538 int fd, isindex; local
1545 if (transform_request(request, &isindex) == 0)
1573 if (!bozo_dir_index(request, file, isindex))

Completed in 114 milliseconds