Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 27) sorted by path

12

/unit/
H A DCHANGES255 *) Change: PHP added to the default MIME type list.
412 list.
H A DCONTRIBUTING.md24 [Slack](https://nginxcommunity.slack.com) or the NGINX Unit mailing list,
H A DREADME.md188 [mailing list](https://mailman.nginx.org/mailman/listinfo/unit).
/unit/auto/
H A Dmake31 # The include paths list.
44 # Library object files list.
170 # Test object files list.
265 # The include paths list.
278 # Object files list.
/unit/docs/
H A Dchanges.xsls67 X:var apply = { !string_in_list(list="@apply", string="$pkgname") }
228 X:template string_in_list(list, string) {
230 X:when "contains($list, ' ')" {
231 X:var str = "substring-before($list, ' ')";
237 !string_in_list(list="substring-after($list, ' ')",
243 X:if "$list=$string" { !{$string} }
244 X:if "$list='*'" { !{$string} }
/unit/pkg/contrib/
H A DMakefile115 list: target
121 .PHONY: all fetch install clean list
/unit/pkg/deb/debian.module/
H A Dunit.example-jsc-app2 Here is the list of all system properties:
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-jsc-app2 Here is the list of all system properties:
/unit/pkg/rpm/
H A Dunit.module.spec.in99 grep -v 'usr/src' debugfiles.list > debugfiles.list.new && mv debugfiles.list.new debugfiles.list
100 cat /dev/null > debugsources.list
H A Dunit.spec.in148 grep -v 'usr/src' debugfiles.list > debugfiles.list.new && mv debugfiles.list.new debugfiles.list
149 cat /dev/null > debugsources.list
168 To see the available modules, run "yum list available unit-\*".
/unit/src/java/nginx/unit/
H A DContext.java309 String[] ls = f.list(); in doGet()
2936 File[] list = dir.listFiles();
2938 if (list == null) {
2945 for (File f : list) {
H A DResponse.java331 return Collections.list(e); in getHeaderNames()
347 return Collections.list(e); in getHeaders()
/unit/src/java/nginx/unit/websocket/server/
H A DWsHandshakeRequest.java86 Collections.list(request.getHeaders(headerName)))); in WsHandshakeRequest()
/unit/src/
H A Dnxt_conf.c1716 nxt_list_t *list; in nxt_conf_json_parse_array() local
1725 list = nxt_list_create(mp_temp, 8, sizeof(nxt_conf_value_t)); in nxt_conf_json_parse_array()
1726 if (nxt_slow_path(list == NULL)) { in nxt_conf_json_parse_array()
1752 element = nxt_list_add(list); in nxt_conf_json_parse_array()
1802 nxt_list_each(value, list) { in nxt_conf_json_parse_array()
H A Dnxt_list.c13 nxt_list_t *list; in nxt_list_create() local
18 list->last = &list->part; in nxt_list_create()
19 list->size = size; in nxt_list_create()
20 list->nalloc = n; in nxt_list_create()
21 list->mem_pool = mp; in nxt_list_create()
23 list->part.nelts = 0; in nxt_list_create()
26 return list; in nxt_list_create()
36 last = list->last; in nxt_list_add()
43 sizeof(nxt_list_part_t) + list->nalloc * list->size); in nxt_list_add()
53 list->last = last; in nxt_list_add()
[all …]
H A Dnxt_list.h41 (&(list)->part)
49 nxt_list_data(nxt_list_part(list))
53 nxt_list_elt(nxt_list_t *list, nxt_uint_t n) in nxt_list_elt() argument
57 if (nxt_fast_path((list) != NULL)) { in nxt_list_elt()
58 part = nxt_list_part(list); in nxt_list_elt()
96 NXT_EXPORT void *nxt_list_add(nxt_list_t *list);
97 NXT_EXPORT void *nxt_list_zero_add(nxt_list_t *list);
99 NXT_EXPORT void *nxt_list_next(nxt_list_t *list, nxt_list_next_t *next);
107 nxt_list_nelts(nxt_list_t *list) in nxt_list_nelts() argument
114 if (nxt_fast_path((list) != NULL)) { in nxt_list_nelts()
[all …]
H A Dnxt_openssl.c300 STACK_OF(X509_NAME) *list; in nxt_openssl_server_init()
408 list = SSL_load_client_CA_file(ca_certificate); in nxt_openssl_server_init()
410 if (list == NULL) { in nxt_openssl_server_init()
423 SSL_CTX_set_client_CA_list(ctx, list); in nxt_openssl_server_init()
H A Dnxt_test_build.c86 int port_getn(int port, port_event_t list[], uint_t max, uint_t *nget, in port_getn() argument
H A Dnxt_test_build.h147 int port_getn(int port, port_event_t list[], uint_t max, uint_t *nget,
/unit/test/
H A Dconftest.py155 generate_tests(list(filter(prereq_version, available_versions)))
236 available_modules = list(option.available['modules'].keys())
250 available_features = list(option.available['features'].keys())
H A Dtest_go_isolation.py194 allns = list(option.available['features']['isolation'].keys())
236 allns = list(option.available['features']['isolation'].keys())
H A Dtest_static_variables.py27 if isinstance(share, list):
H A Dtest_status.py145 apps = list(self.conf_get('/status/applications').keys()).sort()
H A Dtest_tls_conf_command.py41 protocols = list(set(c[1] for c in shared_ciphers))
64 ciphers = list(set(c for c in shared_ciphers if c[1] == cipher[1]))
H A Dtest_upstreams_rr.py80 status = list(filter(lambda x: x[:2] == '20', status))
81 ups = list(map(lambda x: int(x[-1]), status))

12