Searched refs:htperr (Results 1 – 5 of 5) sorted by relevance
204 auto htperr = in on_read() local206 auto nread = htperr == HPE_OK in on_read()216 if (htperr == HPE_PAUSED) { in on_read()221 if (htperr != HPE_OK) { in on_read()223 << "(" << llhttp_errno_name(htperr) << ") " in on_read()
627 auto htperr = llhttp_execute(&htp_, reinterpret_cast<const char *>(rb->pos()), in on_read() local631 htperr == HPE_OK in on_read()645 if (htperr == HPE_PAUSED) { in on_read()656 if (htperr != HPE_OK) { in on_read()659 << "(" << llhttp_errno_name(htperr) << ") " in on_read()672 if (htperr == HPE_INVALID_METHOD) { in on_read()
1421 auto htperr = llhttp_execute(&response_htp_, in process_input() local1424 htperr == HPE_OK in process_input()1430 if (htperr != HPE_OK && in process_input()1431 (!downstream_->get_upgraded() || htperr != HPE_PAUSED_UPGRADE)) { in process_input()1440 << "(" << llhttp_errno_name(htperr) << ") " in process_input()
1036 auto htperr = in on_upgrade_read() local1038 auto nread = htperr == HPE_OK in on_upgrade_read()1048 if (htperr != HPE_OK && htperr != HPE_PAUSED_UPGRADE) { in on_upgrade_read()1050 << "(" << llhttp_errno_name(htperr) << ") " in on_upgrade_read()
651 auto htperr = llhttp_execute(proxy_htp_.get(), in downstream_read_proxy() local653 if (htperr == HPE_PAUSED) { in downstream_read_proxy()670 if (htperr != HPE_OK) { in downstream_read_proxy()