Lines Matching refs:proto
600 if (nxt_fast_path(r->proto.any != NULL)) { in nxt_http_request_proto_info()
609 if (nxt_fast_path(r->proto.any != NULL)) { in nxt_http_request_read_body()
677 if (nxt_fast_path(r->proto.any != NULL)) { in nxt_http_request_header_send()
693 if (r->proto.any != NULL) { in nxt_http_request_ws_frame_start()
702 if (nxt_fast_path(r->proto.any != NULL)) { in nxt_http_request_send()
768 nxt_http_request_close_handler(task, r, r->proto.any); in nxt_http_request_done()
775 nxt_http_proto_t proto; in nxt_http_request_error_handler() local
779 proto.any = data; in nxt_http_request_error_handler()
785 if (nxt_fast_path(proto.any != NULL)) { in nxt_http_request_error_handler()
794 nxt_http_proto_t proto; in nxt_http_request_close_handler() local
801 proto.any = data; in nxt_http_request_close_handler()
817 r->proto.any = NULL; in nxt_http_request_close_handler()
827 if (nxt_fast_path(proto.any != NULL)) { in nxt_http_request_close_handler()
830 nxt_http_proto[protocol].close(task, proto, conf); in nxt_http_request_close_handler()