Home
last modified time | relevance | path

Searched refs:curkey (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_autoindex.c1363 static void emit_link(request_rec *r, char *anchor, char fname, char curkey, in emit_link() argument
1374 reverse = ((curkey == fname) && (curdirection == D_ASCENDING)); in emit_link()
Dmod_rewrite.c3017 char *curkey; in lookup_map_txtfile() local
3028 curkey = cpT; in lookup_map_txtfile()
3034 if (strcmp(curkey, key) != 0) in lookup_map_txtfile()