Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 34) sorted by relevance

12

/unit/src/
H A Dnxt_pcre.c30 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 Dnxt_conn_proxy.c390 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 Dnxt_pcre2.c24 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 Dnxt_test_build.c66 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 Dnxt_regex.h33 NXT_EXPORT nxt_regex_t *nxt_regex_compile(nxt_mp_t *mp, nxt_str_t *source,
H A Dnxt_test_build.h143 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 Dtest_unix_abstract.py15 def source(source): function
36 source("!::/0")
39 source("unix")
H A Dtest_client_ip.py170 def check_invalid_source(source): argument
176 "source": source,
H A Dtest_forwarded_header.py254 def check_invalid_source(source): argument
260 "source": source,
/unit/src/nodejs/unit-http/
H A Dutils.js3 exports.extend = function extend(dest, source) { argument
4 for (var prop in source) {
5 dest[prop] = source[prop];
/unit/src/java/
H A DREADME.JSR-3403 This version of Unit code is made available in support of the open source
/unit/docs/
H A Dunit-openapi.yaml28 [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 DREADME.md7 NGINX Unit is a lightweight and versatile open-source server that has
168 source of knowledge about the control API.
H A DLICENSE28 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 Dtemplate.Dockerfile6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
H A DDockerfile.python3.116 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
H A DDockerfile.minimal6 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
H A DDockerfile.go1.206 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
H A DDockerfile.perl5.386 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
H A DDockerfile.go1.216 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
H A DDockerfile.perl5.366 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
H A DDockerfile.ruby3.26 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
H A DDockerfile.php8.26 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
H A DDockerfile.jsc116 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
H A DDockerfile.node206 LABEL org.opencontainers.image.source="https://github.com/nginx/unit"

12