Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 17 of 17) sorted by relevance

/unit/src/
H A Dnxt_vector.c12 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 Dnxt_lvlhsh.c58 #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 Dnxt_hash.h13 const nxt_lvlhsh_proto_t *proto; member
H A Dnxt_lvlhsh.h94 const nxt_lvlhsh_proto_t *proto; member
103 const nxt_lvlhsh_proto_t *proto; member
H A Dnxt_js.c24 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 Dnxt_upstream.h42 const nxt_upstream_server_proto_t *proto; member
H A Dnxt_http_request.c802 nxt_http_proto_t proto; in nxt_http_request_error_handler() local
822 nxt_http_proto_t proto; in nxt_http_request_close_handler() local
H A Dnxt_http_parse.c1225 nxt_lvlhsh_proto_t proto; in nxt_http_fields_hash_collisions() local
H A Dnxt_http.h119 nxt_http_proto_t proto; member
133 nxt_http_proto_t proto; member
H A Dnxt_h1proto.c1554 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 Dnxt_php_sapi.c936 const char *proto; in nxt_php_do_301() local
H A Dnxt_router.c83 uint8_t proto; /* 1 bit */ member
90 uint8_t proto; /* 1 bit */ member
H A Dnxt_conf_validation.c2030 nxt_str_t proto; in nxt_conf_vldt_python_protocol() local
/unit/src/test/
H A Dnxt_lvlhsh_test.c39 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 Dnxt_python_asgi.c143 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 Dnxt_python.c153 nxt_str_t proto, probe_proto, name; in nxt_python_start() local
H A Dnxt_python_wsgi.c184 nxt_python_wsgi_init(nxt_unit_init_t *init, nxt_python_proto_t *proto) in nxt_python_wsgi_init()