Home
last modified time | relevance | path

Searched refs:line (Results 1 – 14 of 14) sorted by path

/unit/
H A DCONTRIBUTING.md73 - In the subject line, use the past tense ("Added feature", not "Add feature");
77 - Limit the subject line to 67 characters, and the rest of the commit message
80 - Use subject line prefixes for commits that affect a specific portion of the
84 - Reference issues and PRs liberally after the subject line; if the commit
89 - Don't rely on command-line commit messages with `-m`; use the editor instead
H A DREADME.md115 command line:
/unit/docs/
H A Dunit-openapi.yaml4404 line: 1
5537 description: "Command-line arguments to be passed to the app."
5844 description: "Method from the request line."
/unit/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java796 String line = null; in processResponse() local
809 if (line == null) { in processResponse()
810 line = readLine(response); in processResponse()
812 line += readLine(response); in processResponse()
814 if ("\r\n".equals(line)) { in processResponse()
816 } else if (line.endsWith("\r\n")) { in processResponse()
818 parseHeaders(line, headers); in processResponse()
820 status = parseStatus(line); in processResponse()
823 line = null; in processResponse()
835 String[] parts = line.trim().split(" "); in parseStatus()
[all …]
/unit/src/
H A Dnxt_conf.c2633 nxt_conf_json_position(u_char *start, const u_char *pos, nxt_uint_t *line, in nxt_conf_json_position() argument
2655 *line = lines; in nxt_conf_json_position()
H A Dnxt_conf.h114 void nxt_conf_json_position(u_char *start, const u_char *pos, nxt_uint_t *line,
H A Dnxt_controller.c39 nxt_uint_t line; member
1353 &resp.line, &resp.column); in nxt_controller_process_config()
2566 resp->line != 0 ? 3 : 1); in nxt_controller_response()
2572 if (resp->line != 0) { in nxt_controller_response()
2574 resp->line, 1); in nxt_controller_response()
H A Dnxt_openssl.c60 static void nxt_openssl_lock(int mode, int type, const char *file, int line);
245 nxt_openssl_lock(int mode, int type, const char *file, int line) in nxt_openssl_lock() argument
/unit/src/python/
H A Dnxt_python_wsgi.c1325 if (nxt_slow_path(line == NULL)) { in nxt_py_input_readlines()
1330 if (PyBytes_GET_SIZE(line) == 0) { in nxt_py_input_readlines()
1331 Py_DECREF(line); in nxt_py_input_readlines()
1335 PyList_Append(res, line); in nxt_py_input_readlines()
1336 Py_DECREF(line); in nxt_py_input_readlines()
1354 PyObject *line; in nxt_py_input_next() local
1364 line = nxt_py_input_getline(pctx, SSIZE_MAX); in nxt_py_input_next()
1365 if (nxt_slow_path(line == NULL)) { in nxt_py_input_next()
1369 if (PyBytes_GET_SIZE(line) == 0) { in nxt_py_input_next()
1370 Py_DECREF(line); in nxt_py_input_next()
[all …]
/unit/test/java/mirror/
H A Dapp.java20 String line; in doPost() local
22 while ((line = reader.readLine()) != null) { in doPost()
23 buffer.append(line); in doPost()
/unit/test/
H A Dtest_proxy_chunked.py72 for line in re.split('\r\n', body):
74 m1 = re.search(r'(.*)\sX\s(\d+)', line)
79 add = line
/unit/test/unit/
H A Dhttp.py222 for line in headers_lines:
223 m = re.search(r'(.*)\:\s(.*)', line)
/unit/tools/
H A DREADME.md83 | `ssh://…` | Specify the remote Unix control socket on the command line.
H A Dsetup-unit102 cmd Print the invocation line of unitd(8).
193 Print the invocation line of running unitd(8) instances.
273 if both are specified, the command-line option is used.