Home
last modified time | relevance | path

Searched defs:location (Results 1 – 9 of 9) sorted by path

/unit/src/java/nginx/unit/
H A DContext.java1017 String location; in handleException() local
1049 String location; in handleStatusCode() local
1062 public void handleError(String location, Request req, Response resp) in handleError()
1392 String location = locations.item(0).getTextContent().trim(); in processWebXml() local
H A DIncludeResponseWrapper.java46 public void sendRedirect(String location) throws IOException in sendRedirect()
H A DResponse.java425 public void sendRedirect(String location) throws IOException in sendRedirect()
450 private static native void sendRedirect(long req_info_ptr, byte[] location); in sendRedirect()
/unit/src/java/
H A Dnxt_jni_Response.c626 static const char location[] = "Location"; in nxt_java_Response_sendRedirect() local
/unit/src/
H A Dnxt_controller.c2486 nxt_conf_value_t *value, *location; in nxt_controller_response() local
H A Dnxt_http.h234 nxt_conf_value_t *location; member
H A Dnxt_http_return.c12 nxt_tstr_t *location; member
18 nxt_str_t location; member
152 const nxt_str_t *location) in nxt_http_return_encode()
/unit/test/
H A Dtest_return.py99 def check_location(location, expect=None): argument
H A Dtest_variables.py38 def check_dollar(location, expect): argument