HomeSort by relevance Sort by last modified time
    Searched full:abort_request (Results 1 - 1 of 1) sorted by null

  /external/mdnsresponder/mDNSShared/
uds_daemon.c 308 mDNSlocal void abort_request(request_state *req) function
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);
    [all...]

Completed in 785 milliseconds