Home
last modified time | relevance | path

Searched defs:send_error (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/apps/tftp/
Dtftp.c158 send_error(const ip_addr_t *addr, u16_t port, enum tftp_error code, const char *str) in send_error() function
/third_party/python/Lib/http/
Dserver.py440 def send_error(self, code, message=None, explain=None): member in BaseHTTPRequestHandler
/third_party/liburing/examples/
Dproxy.c1657 static int send_error(struct error_handler *err, struct io_uring *ring, in send_error() function