/unit/src/ |
H A D | nxt_list.c | 13 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 D | nxt_list.h | 41 (&(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 D | nxt_test_build.c | 86 int port_getn(int port, port_event_t list[], uint_t max, uint_t *nget, in port_getn() argument
|
H A D | nxt_test_build.h | 147 int port_getn(int port, port_event_t list[], uint_t max, uint_t *nget,
|
H A D | nxt_openssl.c | 300 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 D | nxt_conf.c | 1716 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()
|
/unit/pkg/rpm/ |
H A D | unit.module.spec.in | 100 grep -v 'usr/src' debugfiles.list > debugfiles.list.new && mv debugfiles.list.new debugfiles.list 101 cat /dev/null > debugsources.list
|
H A D | unit.spec.in | 160 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 D | changes.xsls | 67 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 D | test_tls_conf_command.py | 47 protocols = list(set(c[1] for c in shared_ciphers)) 70 ciphers = list(set(c for c in shared_ciphers if c[1] == cipher[1]))
|
H A D | test_static_variables.py | 27 if isinstance(share, list):
|
H A D | test_go_isolation.py | 192 allns = list(option.available['features']['isolation'].keys()) 238 allns = list(option.available['features']['isolation'].keys())
|
H A D | test_status.py | 151 apps = list(client.conf_get('/status/applications').keys()).sort()
|
H A D | test_upstreams_rr.py | 83 status = list(filter(lambda x: x[:2] == '20', status)) 84 ups = list(map(lambda x: int(x[-1]), status))
|
/unit/pkg/deb/debian.module/ |
H A D | unit.example-jsc-app | 2 Here is the list of all system properties:
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | unit.example-jsc-app | 2 Here is the list of all system properties:
|
/unit/test/unit/check/ |
H A D | check_prerequisites.py | 47 if isinstance(require[feature], list) and isinstance(
|
/unit/pkg/contrib/ |
H A D | Makefile | 115 list: target 121 .PHONY: all fetch install clean list
|
/unit/test/unit/ |
H A D | control.py | 19 if isinstance(conf, dict) or isinstance(conf, list):
|
H A D | http.py | 76 if isinstance(value, list): 230 elif isinstance(headers[m.group(1)], list):
|
/unit/auto/ |
H A D | make | 31 # 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 D | WsHandshakeRequest.java | 86 Collections.list(request.getHeaders(headerName)))); in WsHandshakeRequest()
|
/unit/src/java/nginx/unit/ |
H A D | Response.java | 331 return Collections.list(e); in getHeaderNames() 347 return Collections.list(e); in getHeaders()
|
/unit/ |
H A D | CONTRIBUTING.md | 24 [Slack](https://nginxcommunity.slack.com) or the NGINX Unit mailing list,
|
H A D | README.md | 193 [mailing list](https://mailman.nginx.org/mailman/listinfo/unit).
|