Home
last modified time | relevance | path

Searched refs:type (Results 51 – 75 of 129) sorted by relevance

123456

/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-python27-config4 "type": "python 2.7",
H A Dunit.example-python34-config4 "type": "python 3.4",
H A Dunit.example-python36-config4 "type": "python 3.6",
H A Dunit.example-python37-config4 "type": "python 3.7",
H A Dunit.example-python39-config4 "type": "python 3.9",
H A Dunit.example-python310-config4 "type": "python 3.10",
H A Dunit.example-python38-config4 "type": "python 3.8",
H A Dunit.example-python311-config4 "type": "python 3.11",
H A Dunit.example-python312-config4 "type": "python 3.12",
H A Dunit.example-php-config4 "type": "php",
H A Dunit.example-perl-config4 "type": "perl",
/unit/pkg/deb/debian.module/
H A Dunit.example-python2.7-config4 "type": "python 2.7",
H A Dunit.example-python3.6-config4 "type": "python 3.6",
H A Dunit.example-python3.7-config4 "type": "python 3.7",
H A Dunit.example-python3.8-config4 "type": "python 3.8",
H A Dunit.example-python3.9-config4 "type": "python 3.9",
H A Dunit.example-python3.10-config4 "type": "python 3.10",
H A Dunit.example-python3.11-config4 "type": "python 3.11",
H A Dunit.example-python3.12-config4 "type": "python 3.12",
H A Dunit.example-php-config4 "type": "php",
H A Dunit.example-perl-config4 "type": "perl",
/unit/src/
H A Dnxt_port_rpc.c315 nxt_port_msg_type_t type; in nxt_port_rpc_handler() local
320 type = msg->port_msg.type; in nxt_port_rpc_handler()
339 (last ? "last " : ""), type); in nxt_port_rpc_handler()
343 if (type == _NXT_PORT_MSG_RPC_ERROR) { in nxt_port_rpc_handler()
398 msg.port_msg.type = _NXT_PORT_MSG_REMOVE_PID; in nxt_port_rpc_remove_peer()
510 msg.port_msg.type = _NXT_PORT_MSG_RPC_ERROR; in nxt_port_rpc_close()
H A Dnxt_main_process.c90 rt->type = NXT_PROCESS_MAIN; in nxt_main_process_start()
111 offsetof(nxt_common_app_conf_t, type),
425 && port->type == NXT_PROCESS_APP in nxt_main_new_port_handler()
549 ch = app_conf->type.start[type_len]; in nxt_main_start_process_handler()
1117 nxt_port_msg_type_t type; in nxt_main_port_socket_handler() local
1170 type = NXT_PORT_MSG_RPC_ERROR; in nxt_main_port_socket_handler()
1187 s = socket(sa->u.sockaddr.sa_family, sa->type, 0); in nxt_main_listening_socket()
1356 offsetof(nxt_app_lang_module_t, type),
1392 offsetof(nxt_fs_mount_t, type),
1569 n = lang1->type - lang2->type; in nxt_app_lang_compare()
[all …]
/unit/src/java/nginx/unit/
H A DIncludeResponseWrapper.java107 public void setContentType(String type) in setContentType() argument
109 trace("setContentType: " + type); in setContentType()
H A DIncludeRequestWrapper.java46 public void setDispatcherType(DispatcherType type) in setDispatcherType() argument
48 request_.setDispatcherType(type); in setDispatcherType()

123456