Lines Matching refs:code
660 int code;
663 reportable_exception(int c, const string& m): code(c), message(m) {}
664 reportable_exception(const string& m): code(503), message(m) {}
665 reportable_exception(): code(503), message() {}
674 MHD_RESULT rc = MHD_queue_response (c, code, r);
2684 http_code = e.code;
2702 "code", http_code_str, "type", artifacttype, http_size);
2704 "code", http_code_str, "type", artifacttype);
2707 "code", http_code_str, "type", artifacttype, deltas*1000); // prometheus prefers _seconds and floating point
2709 "code", http_code_str, "type", artifacttype);
2712 "code", http_code_str, "type", artifacttype, afteryou*1000);
2714 "code", http_code_str, "type", artifacttype);
2772 // path, which cannot get back into the scan code paths.