Home
last modified time | relevance | path

Searched defs:asr_result (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/include/
H A Dasr.h28 struct asr_result { struct
30 int ar_cond; /* ASR_WANT_READ or ASR_WANT_WRITE */
31 int ar_fd; /* the fd waiting for io condition */
32 int ar_timeout; /* time to wait for in milliseconds */
35 int ar_errno;
36 int ar_h_errno;
37 int ar_gai_errno;
38 int ar_rrset_errno;
63 int asr_run(struct asr_query *, struct asr_result *); argument
/openbsd-src/lib/libevent/
H A Devent.c959 event_asr_run(struct asr_query *async, void (*cb)(struct asr_result *, void *), in event_asr_run() argument