Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 28) sorted by relevance

12

/unit/src/
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_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,
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_conf.c1727 nxt_list_t *list; in nxt_conf_json_parse_array() local
1736 list = nxt_list_create(mp_temp, 8, sizeof(nxt_conf_value_t)); in nxt_conf_json_parse_array()
1737 if (nxt_slow_path(list == NULL)) { in nxt_conf_json_parse_array()
1763 element = nxt_list_add(list); in nxt_conf_json_parse_array()
1813 nxt_list_each(value, list) { in nxt_conf_json_parse_array()
/unit/pkg/rpm/
H A Dunit.module.spec.in100 grep -v 'usr/src' debugfiles.list > debugfiles.list.new && mv debugfiles.list.new debugfiles.list
101 cat /dev/null > debugsources.list
H A Dunit.spec.in160 grep -v 'usr/src' debugfiles.list > debugfiles.list.new && mv debugfiles.list.new debugfiles.list
161 cat /dev/null > debugsources.list
180 To see the available modules, run "yum list available unit-\*".
/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/test/
H A Dtest_tls_conf_command.py48 protocols = list(set(c[1] for c in shared_ciphers))
71 ciphers = list(set(c for c in shared_ciphers if c[1] == cipher[1]))
H A Dtest_static_variables.py30 if isinstance(share, list):
H A Dtest_go_isolation.py193 allns = list(option.available['features']['isolation'].keys())
239 allns = list(option.available['features']['isolation'].keys())
H A Dtest_status.py151 apps = list(client.conf_get('/status/applications').keys()).sort()
H A Dtest_upstreams_rr.py84 status = list(filter(lambda x: x[:2] == '20', status))
85 ups = list(map(lambda x: int(x[-1]), status))
H A Dconftest.py157 generate_tests(list(filter(version, available_versions)))
550 return len(list(procfile.iterdir()))
/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/test/unit/check/
H A Dcheck_prerequisites.py48 if isinstance(require[feature], list) and isinstance(
/unit/pkg/contrib/
H A DMakefile115 list: target
121 .PHONY: all fetch install clean list
/unit/test/unit/
H A Dcontrol.py19 if isinstance(conf, (dict, list)):
H A Dhttp.py74 if isinstance(value, list):
228 elif isinstance(headers[m.group(1)], list):
/unit/auto/
H A Dmake31 # The include paths list.
44 # Library object files list.
172 # Test object files list.
267 # The include paths list.
280 # Object files list.
/unit/src/java/nginx/unit/websocket/server/
H A DWsHandshakeRequest.java86 Collections.list(request.getHeaders(headerName)))); in WsHandshakeRequest()
/unit/src/java/nginx/unit/
H A DResponse.java331 return Collections.list(e); in getHeaderNames()
347 return Collections.list(e); in getHeaders()
/unit/
H A DCONTRIBUTING.md24 [GitHub Discussions](https://github.com/nginx/unit/discussions) or the NGINX Unit mailing list,

12