/unit/test/unit/ |
H A D | http.py | 76 if isinstance(value, list): 225 elif isinstance(headers[m.group(1)], list):
|
H A D | control.py | 19 if isinstance(conf, dict) or isinstance(conf, list):
|
/unit/src/ |
H A D | nxt_conf.c | 1702 nxt_list_t *list; in nxt_conf_json_parse_array() local 1711 list = nxt_list_create(mp_temp, 8, sizeof(nxt_conf_value_t)); in nxt_conf_json_parse_array() 1712 if (nxt_slow_path(list == NULL)) { in nxt_conf_json_parse_array() 1738 element = nxt_list_add(list); in nxt_conf_json_parse_array() 1788 nxt_list_each(value, list) { in nxt_conf_json_parse_array()
|
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_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_fastcgi_source.c | 134 fs->header_in.list = nxt_list_create(us->buffers.mem_pool, 8, in nxt_fastcgi_source_handler() 136 if (nxt_slow_path(fs->header_in.list == NULL)) { in nxt_fastcgi_source_handler() 562 nv = nxt_list_add(fs->header_in.list); in nxt_fastcgi_source_header_process()
|
H A D | nxt_upstream_source.h | 24 nxt_list_t *list; member
|
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_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_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_http_source.c | 60 hs->header_in.list = nxt_list_create(us->buffers.mem_pool, 8, in nxt_http_source_handler() 62 if (nxt_slow_path(hs->header_in.list == NULL)) { in nxt_http_source_handler() 339 nv = nxt_list_add(hs->header_in.list); in nxt_http_source_header_line_process()
|
/unit/pkg/rpm/ |
H A D | unit.spec.in | 143 grep -v 'usr/src' debugfiles.list > debugfiles.list.new && mv debugfiles.list.new debugfiles.list 144 cat /dev/null > debugsources.list 146 cat /dev/null > debugsourcefiles.list 166 To see the available modules, run "yum list available unit-\*".
|
H A D | unit.module.spec.in | 107 grep -v 'usr/src' debugfiles.list > debugfiles.list.new && mv debugfiles.list.new debugfiles.list 108 cat /dev/null > debugsources.list 110 cat /dev/null > debugsourcefiles.list
|
/unit/ |
H A D | CHANGES | 127 *) Change: PHP added to the default MIME type list. 284 list.
|
H A D | README.md | 178 [mailing list](https://mailman.nginx.org/mailman/listinfo/unit).
|
H A D | CONTRIBUTING.md | 24 [Slack](https://nginxcommunity.slack.com) or the NGINX Unit mailing list,
|
/unit/test/ |
H A D | test_upstreams_rr.py | 78 status = list(filter(lambda x: x[:2] == '20', status)) 79 ups = list(map(lambda x: int(x[-1]), status))
|
H A D | test_respawn.py | 30 subprocess.call(['kill', '-9'] + list(pids))
|
H A D | test_go_isolation.py | 194 allns = list(option.available['features']['isolation'].keys()) 236 allns = list(option.available['features']['isolation'].keys())
|
H A D | conftest.py | 162 generate_tests(list(filter(prereq_version, available_versions))) 247 available_modules = list(option.available['modules'].keys()) 261 available_features = list(option.available['features'].keys())
|
H A D | test_static_variables.py | 27 if isinstance(share, list):
|
H A D | test_tls_conf_command.py | 41 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]))
|
/unit/src/java/nginx/unit/ |
H A D | Context.java | 309 String[] ls = f.list(); in doGet() 2936 File[] list = dir.listFiles(); 2938 if (list == null) { 2945 for (File f : list) {
|
/unit/auto/ |
H A D | make | 34 # The include paths list. 47 # Library object files list. 176 # Test object files list. 271 # The include paths list. 284 # Object files list.
|
/unit/src/java/nginx/unit/websocket/server/ |
H A D | WsHandshakeRequest.java | 86 Collections.list(request.getHeaders(headerName)))); in WsHandshakeRequest()
|