/unit/test/unit/applications/ |
H A D | tls.py | 39 def certificate_load(self, crt, key=None): argument
|
H A D | websockets.py | 24 def key(self): member in ApplicationWebsocket 28 def accept(self, key): argument
|
/unit/src/ |
H A D | nxt_conf_validation.c | 593 nxt_str_t key; in nxt_conf_vldt_ticket_key_element() local
|
H A D | nxt_http_parse.c | 1184 uint32_t key; in nxt_http_fields_hash() local 1222 uint32_t key, mask; in nxt_http_fields_hash_collisions() local
|
H A D | nxt_http_js.c | 186 njs_str_t key; in nxt_http_js_ext_get_header() local 259 njs_str_t key; in nxt_http_js_ext_get_cookie() local
|
H A D | nxt_openssl.c | 456 EVP_PKEY *key; local
|
H A D | nxt_websocket_accept.c | 54 nxt_websocket_accept(u_char *accept, const void *key) in nxt_websocket_accept()
|
H A D | nxt_thread.h | 61 nxt_atomic_t key; member
|
H A D | nxt_lvlhsh.h | 91 nxt_str_t key; member
|
H A D | nxt_lvlhsh.c | 201 nxt_lvlhsh_level_find(nxt_lvlhsh_query_t *lhq, void **lvl, uint32_t key, in nxt_lvlhsh_level_find() 270 uint32_t key; in nxt_lvlhsh_insert() local 311 nxt_lvlhsh_level_insert(nxt_lvlhsh_query_t *lhq, void **parent, uint32_t key, in nxt_lvlhsh_level_insert() 346 nxt_lvlhsh_bucket_insert(nxt_lvlhsh_query_t *lhq, void **slot, uint32_t key, in nxt_lvlhsh_bucket_insert() 456 uint32_t *e, *end, key; in nxt_lvlhsh_convert_bucket_to_level() local 513 uint32_t key, nxt_uint_t nlvl) in nxt_lvlhsh_level_convertion_insert() 551 uint32_t key, nxt_int_t nlvl) in nxt_lvlhsh_bucket_convertion_insert() 644 nxt_lvlhsh_level_delete(nxt_lvlhsh_query_t *lhq, void **parent, uint32_t key, in nxt_lvlhsh_level_delete()
|
H A D | nxt_gnutls.c | 147 char *certificate, *key, *ca_certificate; in nxt_gnutls_server_init() local
|
H A D | nxt_cert.c | 23 EVP_PKEY *key; member 104 EVP_PKEY *key; in nxt_cert_bio() local 497 EVP_PKEY *key; in nxt_cert_details() local
|
H A D | nxt_thread.c | 24 pthread_key_t key; in nxt_thread_init_data() local
|
H A D | nxt_random.c | 59 } key; in nxt_random_stir() local 118 nxt_random_add(nxt_random_t *r, const u_char *key, uint32_t len) in nxt_random_add()
|
H A D | nxt_polarssl.c | 17 rsa_context key; member
|
H A D | nxt_cyassl.c | 109 char *certificate, *key; in nxt_cyassl_server_init() local
|
/unit/src/python/ |
H A D | nxt_python_asgi.c | 264 const char *key; in nxt_python_asgi_ctx_data_alloc() member 652 #define SET_ITEM(dict, key, value) \ in nxt_py_asgi_create_http_scope() argument
|
H A D | nxt_python_asgi_http.c | 214 #define SET_ITEM(dict, key, value) \ in nxt_py_asgi_http_read_msg() argument
|
/unit/src/test/ |
H A D | nxt_rbtree1_test.c | 58 uint32_t key, *keys; in nxt_rbtree1_test() local 267 uint32_t key; in nxt_rbtree1_mb_start() local
|
H A D | nxt_rbtree1.h | 15 nxt_rbtree1_key_t key; member
|
H A D | nxt_lvlhsh_test.c | 40 void *pool, uintptr_t key) in nxt_lvlhsh_test_add() 69 uintptr_t key) in nxt_lvlhsh_test_get() 94 void *pool, uintptr_t key) in nxt_lvlhsh_test_delete() 120 uint32_t key; in nxt_lvlhsh_test() local
|
H A D | nxt_rbtree_test.c | 13 uint32_t key; member 27 uint32_t key, *keys; in nxt_rbtree_test() local 205 uint32_t key; in nxt_rbtree_mb_start() local
|
/unit/go/ |
H A D | port.go | 27 key port_key member
|
/unit/src/java/nginx/unit/websocket/server/ |
H A D | WsServerContainer.java | 153 Integer key = Integer.valueOf(uriTemplate.getSegmentCount()); in addEndpoint() local 292 Integer key = Integer.valueOf(pathUriTemplate.getSegmentCount()); in findMapping() local
|
H A D | UpgradeUtil.java | 280 private static String getWebSocketAccept(String key) { in getWebSocketAccept()
|