Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/libunbound/
H A Dcontext.h154 struct ctx_query { struct
156 struct rbnode_type node;
158 int querynum;
160 int async;
162 int cancelled;
165 ub_callback_type cb;
169 void* cb_arg;
172 uint8_t* msg;
174 size_t msg_len;
178 struct libworker* w;
[all …]
/openbsd/sbin/unwind/libunbound/libunbound/
H A Dcontext.h154 struct ctx_query { struct
156 struct rbnode_type node;
158 int querynum;
160 int async;
162 int cancelled;
165 ub_callback_type cb;
169 void* cb_arg;
172 uint8_t* msg;
174 size_t msg_len;
178 struct libworker* w;
[all …]