/unit/src/ |
H A D | nxt_pcre.c | 30 nxt_regex_compile(nxt_mp_t *mp, nxt_str_t *source, nxt_regex_err_t *err) in nxt_regex_compile() argument 37 err->offset = source->length; in nxt_regex_compile() 39 re = nxt_mp_get(mp, sizeof(nxt_regex_t) + source->length + 1); in nxt_regex_compile() 47 nxt_memcpy(pattern, source->start, source->length); in nxt_regex_compile() 48 pattern[source->length] = '\0'; in nxt_regex_compile() 50 re->pattern.length = source->length; in nxt_regex_compile() 65 nxt_log_warn(thr->log, "pcre_study(%V) failed: %s", source, err->msg); in nxt_regex_compile()
|
H A D | nxt_conn_proxy.c | 390 while (source->read != NULL) { in nxt_conn_proxy_read_process() 392 rb = source->read; in nxt_conn_proxy_read_process() 418 task, source, source->socket.data); in nxt_conn_proxy_read_process() 422 source->read = rb->next; in nxt_conn_proxy_read_process() 496 source = obj; in nxt_conn_proxy_read() 501 if (!source->socket.closed) { in nxt_conn_proxy_read() 619 task, source, source->socket.data); in nxt_conn_proxy_write_process() 708 source = obj; in nxt_conn_proxy_close() 856 nxt_debug(source->socket.task, in nxt_conn_proxy_shutdown() 858 source->socket.fd, source->socket.closed, source->socket.error); in nxt_conn_proxy_shutdown() [all …]
|
H A D | nxt_pcre2.c | 24 nxt_regex_compile(nxt_mp_t *mp, nxt_str_t *source, nxt_regex_err_t *err) in nxt_regex_compile() argument 51 if (nxt_slow_path(nxt_str_dup(mp, &re->pattern, source) == NULL)) { in nxt_regex_compile() 55 re->code = pcre2_compile((PCRE2_SPTR) source->start, source->length, 0, in nxt_regex_compile() 90 err->offset = source->length; in nxt_regex_compile()
|
H A D | nxt_test_build.c | 66 port_associate(int port, int source, uintptr_t object, int events, void *user) in port_associate() argument 73 port_dissociate(int port, int source, uintptr_t object) in port_dissociate() argument
|
H A D | nxt_regex.h | 33 NXT_EXPORT nxt_regex_t *nxt_regex_compile(nxt_mp_t *mp, nxt_str_t *source,
|
H A D | nxt_test_build.h | 143 int port_associate(int port, int source, uintptr_t object, int events, 145 int port_dissociate(int port, int source, uintptr_t object);
|
/unit/test/ |
H A D | test_unix_abstract.py | 15 def source(source): function 36 source("!::/0") 39 source("unix")
|
H A D | test_client_ip.py | 170 def check_invalid_source(source): argument 176 "source": source,
|
H A D | test_forwarded_header.py | 254 def check_invalid_source(source): argument 260 "source": source,
|
/unit/src/nodejs/unit-http/ |
H A D | utils.js | 3 exports.extend = function extend(dest, source) { argument 4 for (var prop in source) { 5 dest[prop] = source[prop];
|
/unit/src/java/ |
H A D | README.JSR-340 | 3 This version of Unit code is made available in support of the open source
|
/unit/docs/ |
H A D | unit-openapi.yaml | 28 [start](https://unit.nginx.org/howto/source/#source-startup) Unit 2604 description: "Adds a new source bundle name to the end of the `source` 4663 source: 4755 source: 4785 source: 4795 source: 4808 summary: "Single source address pattern" 4918 source: 5859 source: 6055 - source [all …]
|
/unit/ |
H A D | README.md | 7 NGINX Unit is a lightweight and versatile open-source server that has 168 source of knowledge about the control API.
|
H A D | LICENSE | 28 including but not limited to software source code, documentation 29 source, and configuration files. 57 communication on electronic mailing lists, source code control systems,
|
/unit/pkg/docker/ |
H A D | template.Dockerfile | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|
H A D | Dockerfile.python3.11 | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|
H A D | Dockerfile.minimal | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|
H A D | Dockerfile.go1.20 | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|
H A D | Dockerfile.perl5.38 | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|
H A D | Dockerfile.go1.21 | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|
H A D | Dockerfile.perl5.36 | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|
H A D | Dockerfile.ruby3.2 | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|
H A D | Dockerfile.php8.2 | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|
H A D | Dockerfile.jsc11 | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|
H A D | Dockerfile.node20 | 6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
|