Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:abort_request

308 mDNSlocal void abort_request(request_state *req)
311 { LogMsg("abort_request: ERROR: Attempt to abort operation %p with req->terminate %p", req, req->terminate); return; }
319 { LogMsg("abort_request: ERROR: Attempt to abort operation %p with invalid fd %d", req, req->sd); return; }
345 // We also set req->terminate to a bogus value so we know if abort_request() gets called again for this request
352 abort_request(req);
950 abort_request(tmp);
986 abort_request(tmp);
4704 abort_request(r);
4726 abort_request(r);