Lines Matching defs:error_reply
205 if (upstream->error_reply(downstream, 431) != 0) {
356 if (error_reply(downstream, 501) != 0) {
402 if (error_reply(downstream, 400) != 0) {
424 if (error_reply(downstream, 400) != 0) {
435 if (error_reply(downstream, 500) != 0) {
479 rv = error_reply(downstream, 502);
505 if (error_reply(downstream, 500) != 0) {
523 if (error_reply(downstream, 502) != 0) {
779 if (upstream->error_reply(ptr, 500) != 0) {
1266 if (error_reply(downstream, 502) != 0) {
1348 if (error_reply(downstream, 502) != 0) {
1402 if (error_reply(downstream, status) != 0) {
1579 int Http2Upstream::error_reply(Downstream *downstream,
1681 if (error_reply(downstream, 500) != 0) {
1697 if (error_reply(downstream, 500) != 0) {
1950 rv = error_reply(downstream, status_code);
1976 return error_reply(downstream, 400);
1981 return error_reply(downstream, 400);