Searched refs:send_error (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/scan-view/share/ |
| H A D | ScanView.py | 422 return self.send_error(400, 'Invalid report.') 426 return self.send_error(400, 'File does not exist: "%s"' % file) 522 return self.send_error(400, e.message) 661 return self.send_error(401, 'Unauthorized host.') 715 self.send_error(404, "File not found")
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | kex.c | 1208 send_error(struct ssh *ssh, char *msg) 1279 send_error(ssh, "No SSH identification string " in kex_exchange_identification() 1293 send_error(ssh, "Timed out waiting " in kex_exchange_identification() 1379 send_error(ssh, "Invalid SSH identification string."); in kex_exchange_identification() 1402 send_error(ssh, "Protocol major versions differ."); in kex_exchange_identification() 1210 send_error(struct ssh *ssh, char *msg) send_error() function
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNB.cpp | 848 DNBError send_error; in DNBProcessSendEvent() local 849 return procSP->SendEvent(event, send_error); in DNBProcessSendEvent()
|