Searched defs:shortcut (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/http/
H A Dhttp_protocol.c977 * from status_lines[shortcut[i]] to status_lines[shortcut[i+1]-1];
982 static int shortcut[6] = {0, LEVEL_200, LEVEL_300, LEVEL_400, local
993 pos = (status + shortcut[i]);
994 if (pos < shortcut[i + 1] && status_lines[pos] != NULL) {
1586 * If it's one of our known methods, use the shortcut and check the
1619 * If it's one of our known methods, use the shortcut and use the

Completed in 669 milliseconds