Home
last modified time | relevance | path

Searched refs:code (Results 26 – 42 of 42) sorted by last modified time

12

/unit/pkg/deb/
H A DMakefile.jsc1853 This version of Unit code is made available in support of the open source
55 testing purposes only. This Unit code is untested and presumed incompatible
57 write to this code. You should instead deploy and write production
H A DMakefile.jsc1653 This version of Unit code is made available in support of the open source
55 testing purposes only. This Unit code is untested and presumed incompatible
57 write to this code. You should instead deploy and write production
H A DMakefile.jsc1753 This version of Unit code is made available in support of the open source
55 testing purposes only. This Unit code is untested and presumed incompatible
57 write to this code. You should instead deploy and write production
H A DMakefile.jsc1053 This version of Unit code is made available in support of the open source
55 testing purposes only. This Unit code is untested and presumed incompatible
57 write to this code. You should instead deploy and write production
H A DMakefile.jsc853 This version of Unit code is made available in support of the open source
55 testing purposes only. This Unit code is untested and presumed incompatible
57 write to this code. You should instead deploy and write production
H A DMakefile.jsc1153 This version of Unit code is made available in support of the open source
55 testing purposes only. This Unit code is untested and presumed incompatible
57 write to this code. You should instead deploy and write production
/unit/src/
H A Dnxt_h1proto_websocket.c14 uint16_t code; member
404 uint16_t code; in nxt_h1p_conn_ws_frame_process() local
422 code = ((p[0] ^ mask[0]) << 8) + (p[1] ^ mask[1]); in nxt_h1p_conn_ws_frame_process()
424 if (nxt_slow_path(code < 1000 || code >= 5000 in nxt_h1p_conn_ws_frame_process()
425 || (code > 1003 && code < 1007) in nxt_h1p_conn_ws_frame_process()
426 || (code > 1014 && code < 3000))) in nxt_h1p_conn_ws_frame_process()
429 code); in nxt_h1p_conn_ws_frame_process()
603 out = nxt_http_buf_mem(task, r, 2 + sizeof(err->code) + desc.length); in hxt_h1p_send_ws_error()
613 p = nxt_websocket_frame_init(wsh, sizeof(err->code) + desc.length); in hxt_h1p_send_ws_error()
618 *p++ = (err->code >> 8) & 0xFF; in hxt_h1p_send_ws_error()
[all …]
H A Dnxt_pcre2.c18 pcre2_code *code; member
55 re->code = pcre2_compile((PCRE2_SPTR) source->start, source->length, 0, in nxt_regex_compile()
57 if (nxt_slow_path(re->code == NULL)) { in nxt_regex_compile()
139 ret = pcre2_match(re->code, (PCRE2_SPTR) subject, length, 0, 0, match, in nxt_regex_match()
H A Dnxt_pcre.c12 pcre *code; member
60 re->code = pcre_compile(pattern, 0, &err->msg, &erroffset, NULL); in nxt_regex_compile()
61 if (nxt_fast_path(re->code != NULL)) { in nxt_regex_compile()
63 re->extra = pcre_study(re->code, PCRE_STUDY_JIT_COMPILE, &err->msg); in nxt_regex_compile()
124 ret = pcre_exec(re->code, re->extra, (const char *) subject, length, 0, 0, in nxt_regex_match()
/unit/src/java/nginx/unit/websocket/
H A DWsFrameBase.java319 int code = CloseCodes.NORMAL_CLOSURE.getCode(); in processDataControl() local
328 code = controlBufferBinary.getShort(); in processDataControl()
346 wsSession.onClose(new CloseReason(Util.getCloseCode(code), reason)); in processDataControl()
H A DLocalStrings.properties141 ….proxyConnectFail=Failed to connect to the configured Proxy [{0}]. The HTTP response code was [{1}]
143 wsWebSocketContainer.missingLocationHeader=Failed to handle HTTP response code [{0}]. Missing Locat…
145 wsWebSocketContainer.unsupportedAuthScheme=Failed to handle HTTP response code [{0}]. Unsupported A…
146 wsWebSocketContainer.failedAuthentication=Failed to handle HTTP response code [{0}]. Authentication…
147 wsWebSocketContainer.missingWWWAuthenticateHeader=Failed to handle HTTP response code [{0}]. Missin…
/unit/src/java/
H A DREADME.JSR-3403 This version of Unit code is made available in support of the open source
5 testing purposes only. This Unit code is untested and presumed incompatible
7 write to this code. You should instead deploy and write production
/unit/src/java/javax/websocket/
H A DCloseReason.java65 private int code; field in CloseReason.CloseCodes
67 CloseCodes(int code) { in CloseCodes() argument
68 this.code = code; in CloseCodes()
71 public static CloseCode getCloseCode(final int code) { in getCloseCode() argument
72 if (code > 2999 && code < 5000) { in getCloseCode()
76 return code; in getCloseCode()
80 switch (code) { in getCloseCode()
113 "Invalid close code: [" + code + "]"); in getCloseCode()
119 return code; in getCode()
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common112 such derivative works, in source code and object code form.
162 iv) states that source code for the Program is available from such
166 When the Program is made available in source code form:
313 including but not limited to software source code, documentation
318 not limited to compiled object code, generated documentation,
541 form of computer software code that is originally released
550 code in which modifications are made and (b) associated
551 documentation included in or with such code.
591 granted: (1) for code that You delete from the Original
628 granted: (1) for any code that Contributor has deleted
[all …]
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common112 such derivative works, in source code and object code form.
162 iv) states that source code for the Program is available from such
166 When the Program is made available in source code form:
313 including but not limited to software source code, documentation
318 not limited to compiled object code, generated documentation,
541 form of computer software code that is originally released
550 code in which modifications are made and (b) associated
551 documentation included in or with such code.
591 granted: (1) for code that You delete from the Original
628 granted: (1) for any code that Contributor has deleted
[all …]
/unit/go/
H A Dresponse.go55 func (r *response) WriteHeader(code int) {
77 C.nxt_unit_response_init(r.c_req, C.uint16_t(code), C.uint32_t(fields),
/unit/
H A DLICENSE28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
57 communication on electronic mailing lists, source code control systems,

12