Searched refs:NXT_PORT_MSG_MAX (Results 1 – 3 of 3) sorted by last modified time
1012 if (nxt_slow_path(port_msg->type >= NXT_PORT_MSG_MAX)) { in nxt_unit_process_msg()
113 NXT_PORT_MSG_MAX = sizeof(nxt_port_handlers_t) enumerator
177 if (nxt_fast_path(msg->port_msg.type < NXT_PORT_MSG_MAX)) { in nxt_port_handler()