/unit/src/ |
H A D | nxt_vector.c | 12 const nxt_mem_proto_t *proto, void *pool) in nxt_vector_create() 32 const nxt_mem_proto_t *proto, void *pool) in nxt_vector_init() 48 nxt_vector_destroy(nxt_vector_t *vector, const nxt_mem_proto_t *proto, in nxt_vector_destroy() 75 nxt_vector_add(nxt_vector_t *vector, const nxt_mem_proto_t *proto, void *pool) in nxt_vector_add() 124 nxt_vector_zero_add(nxt_vector_t *vector, const nxt_mem_proto_t *proto, in nxt_vector_zero_add()
|
H A D | nxt_lvlhsh.c | 58 #define nxt_lvlhsh_level_size(proto, nlvl) \ argument 74 #define nxt_lvlhsh_bucket_size(proto) \ argument 147 const nxt_lvlhsh_proto_t *proto; member 354 const nxt_lvlhsh_proto_t *proto; in nxt_lvlhsh_bucket_insert() local 460 const nxt_lvlhsh_proto_t *proto; in nxt_lvlhsh_convert_bucket_to_level() local 557 const nxt_lvlhsh_proto_t *proto; in nxt_lvlhsh_bucket_convertion_insert() local 605 const nxt_lvlhsh_proto_t *proto; in nxt_lvlhsh_free_level() local 690 const nxt_lvlhsh_proto_t *proto; in nxt_lvlhsh_bucket_delete() local 862 nxt_lvlhsh_peek(nxt_lvlhsh_t *lh, const nxt_lvlhsh_proto_t *proto) in nxt_lvlhsh_peek() 939 const nxt_lvlhsh_proto_t *proto; in nxt_lvlhsh_bucket_peek() local [all …]
|
H A D | nxt_hash.h | 13 const nxt_lvlhsh_proto_t *proto; member
|
H A D | nxt_lvlhsh.h | 94 const nxt_lvlhsh_proto_t *proto; member 103 const nxt_lvlhsh_proto_t *proto; member
|
H A D | nxt_js.c | 24 njs_external_t *proto; member 118 nxt_js_set_proto(nxt_js_conf_t *jcf, njs_external_t *proto, njs_uint_t n) in nxt_js_set_proto()
|
H A D | nxt_upstream.h | 42 const nxt_upstream_server_proto_t *proto; member
|
H A D | nxt_http_request.c | 800 nxt_http_proto_t proto; in nxt_http_request_error_handler() local 820 nxt_http_proto_t proto; in nxt_http_request_close_handler() local
|
H A D | nxt_http_parse.c | 1225 nxt_lvlhsh_proto_t proto; in nxt_http_fields_hash_collisions() local
|
H A D | nxt_http.h | 119 nxt_http_proto_t proto; member 133 nxt_http_proto_t proto; member
|
H A D | nxt_h1proto.c | 1554 nxt_h1p_request_body_bytes_sent(nxt_task_t *task, nxt_http_proto_t proto) in nxt_h1p_request_body_bytes_sent() 1694 nxt_h1p_request_close(nxt_task_t *task, nxt_http_proto_t proto, in nxt_h1p_request_close()
|
H A D | nxt_php_sapi.c | 936 const char *proto; in nxt_php_do_301() local
|
H A D | nxt_router.c | 83 uint8_t proto; /* 1 bit */ member 90 uint8_t proto; /* 1 bit */ member
|
H A D | nxt_conf_validation.c | 1971 nxt_str_t proto; in nxt_conf_vldt_python_protocol() local
|
/unit/src/test/ |
H A D | nxt_lvlhsh_test.c | 39 nxt_lvlhsh_test_add(nxt_lvlhsh_t *lh, const nxt_lvlhsh_proto_t *proto, in nxt_lvlhsh_test_add() 68 nxt_lvlhsh_test_get(nxt_lvlhsh_t *lh, const nxt_lvlhsh_proto_t *proto, in nxt_lvlhsh_test_get() 93 nxt_lvlhsh_test_delete(nxt_lvlhsh_t *lh, const nxt_lvlhsh_proto_t *proto, in nxt_lvlhsh_test_delete() 126 const nxt_lvlhsh_proto_t *proto; in nxt_lvlhsh_test() local
|
/unit/src/python/ |
H A D | nxt_python_asgi.c | 143 nxt_python_asgi_init(nxt_unit_init_t *init, nxt_python_proto_t *proto) in nxt_python_asgi_init() 938 PyObject *res, *proto; in nxt_py_asgi_create_subprotocols() local 1563 nxt_python_asgi_init(nxt_unit_init_t *init, nxt_python_proto_t *proto) in nxt_python_asgi_init()
|
H A D | nxt_python.c | 153 nxt_str_t proto, probe_proto, name; in nxt_python_start() local
|
H A D | nxt_python_wsgi.c | 184 nxt_python_wsgi_init(nxt_unit_init_t *init, nxt_python_proto_t *proto) in nxt_python_wsgi_init()
|