Searched refs:ctx_query (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibworker.c279 struct ctx_query* q;
527 libworker_fillup_fg(struct ctx_query* q, int rcode, sldns_buffer* buf,
556 struct ctx_query* q = (struct ctx_query*)arg;
565 setup_qinfo_edns(struct libworker* w, struct ctx_query* q,
588 int libworker_fg(struct ub_ctx* ctx, struct ctx_query* q)
644 struct ctx_query* q = (struct ctx_query*)arg;
669 int libworker_attach_mesh(struct ub_ctx* ctx, struct ctx_query* q,
717 add_bg_result(struct libworker* w, struct ctx_query*
[all...]
H A Dlibunbound.c248 struct ctx_query* q = (struct ctx_query*)n;
538 struct ctx_query* q;
699 struct ctx_query* q;
711 /* create new ctx_query and attempt to add to the list */
744 struct ctx_query* q;
769 /* create new ctx_query and attempt to add to the list */
785 struct ctx_query* q;
814 /* create new ctx_query and attempt to add to the list */
847 struct ctx_query*
[all...]
H A Dcontext.c116 context_query_delete(struct ctx_query* q)
141 struct ctx_query*
145 struct ctx_query* q = (struct ctx_query*)calloc(1, sizeof(*q));
225 context_serialize_new_query(struct ctx_query* q, uint32_t* len)
247 struct ctx_query*
250 struct ctx_query* q = (struct ctx_query*)calloc(1, sizeof(*q));
280 struct ctx_query*
283 struct ctx_query*
[all...]
H A Dlibworker.h53 struct ctx_query;
112 int libworker_fg(struct ub_ctx* ctx, struct ctx_query* q);
130 int libworker_attach_mesh(struct ub_ctx* ctx, struct ctx_query* q,
H A Dcontext.h137 * Content of type ctx_query.
148 struct ctx_query { struct
234 /** compare two ctx_query elements */
241 void context_query_delete(struct ctx_query* q);
252 * @return new ctx_query or NULL for malloc failure.
254 struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
283 uint8_t* context_serialize_new_query(struct ctx_query* q, uint32_t* len);
295 uint8_t* context_serialize_answer(struct ctx_query* q, int err,
305 uint8_t* context_serialize_cancel(struct ctx_query* q, uint32_t* len);
327 * @return looked up ctx_query o
[all...]

Completed in 76 milliseconds