Symbol: ctx_query
sbin/unwind/libunbound/libunbound/context.c
131
context_query_delete(struct ctx_query* q)
sbin/unwind/libunbound/libunbound/context.c
156
struct ctx_query*
sbin/unwind/libunbound/libunbound/context.c
160
struct ctx_query* q = (struct ctx_query*)calloc(1, sizeof(*q));
sbin/unwind/libunbound/libunbound/context.c
240
context_serialize_new_query(struct ctx_query* q, uint32_t* len)
sbin/unwind/libunbound/libunbound/context.c
262
struct ctx_query*
sbin/unwind/libunbound/libunbound/context.c
265
struct ctx_query* q = (struct ctx_query*)calloc(1, sizeof(*q));
sbin/unwind/libunbound/libunbound/context.c
295
struct ctx_query*
sbin/unwind/libunbound/libunbound/context.c
298
struct ctx_query* q;
sbin/unwind/libunbound/libunbound/context.c
305
q = (struct ctx_query*)rbtree_search(&ctx->queries, &querynum);
sbin/unwind/libunbound/libunbound/context.c
314
context_serialize_answer(struct ctx_query* q, int err, sldns_buffer* pkt,
sbin/unwind/libunbound/libunbound/context.c
349
struct ctx_query*
sbin/unwind/libunbound/libunbound/context.c
354
struct ctx_query* q = NULL ;
sbin/unwind/libunbound/libunbound/context.c
360
q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
sbin/unwind/libunbound/libunbound/context.c
393
context_serialize_cancel(struct ctx_query* q, uint32_t* len)
sbin/unwind/libunbound/libunbound/context.c
406
struct ctx_query* context_deserialize_cancel(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/context.c
409
struct ctx_query* q;
sbin/unwind/libunbound/libunbound/context.c
414
q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
sbin/unwind/libunbound/libunbound/context.h
218
void context_query_delete(struct ctx_query* q);
sbin/unwind/libunbound/libunbound/context.h
231
struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
sbin/unwind/libunbound/libunbound/context.h
260
uint8_t* context_serialize_new_query(struct ctx_query* q, uint32_t* len);
sbin/unwind/libunbound/libunbound/context.h
272
uint8_t* context_serialize_answer(struct ctx_query* q, int err,
sbin/unwind/libunbound/libunbound/context.h
282
uint8_t* context_serialize_cancel(struct ctx_query* q, uint32_t* len);
sbin/unwind/libunbound/libunbound/context.h
306
struct ctx_query* context_lookup_new_query(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/context.h
316
struct ctx_query* context_deserialize_new_query(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/context.h
327
struct ctx_query* context_deserialize_answer(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/context.h
337
struct ctx_query* context_deserialize_cancel(struct ub_ctx* ctx,
sbin/unwind/libunbound/libunbound/libunbound.c
258
struct ctx_query* q = (struct ctx_query*)n;
sbin/unwind/libunbound/libunbound/libunbound.c
590
struct ctx_query* q;
sbin/unwind/libunbound/libunbound/libunbound.c
751
struct ctx_query* q;
sbin/unwind/libunbound/libunbound/libunbound.c
796
struct ctx_query* q;
sbin/unwind/libunbound/libunbound/libunbound.c
837
struct ctx_query* q;
sbin/unwind/libunbound/libunbound/libunbound.c
899
struct ctx_query* q;
sbin/unwind/libunbound/libunbound/libunbound.c
903
q = (struct ctx_query*)rbtree_search(&ctx->queries, &async_id);
sbin/unwind/libunbound/libunbound/libworker.c
268
struct ctx_query* q;
sbin/unwind/libunbound/libunbound/libworker.c
540
libworker_fillup_fg(struct ctx_query* q, int rcode, sldns_buffer* buf,
sbin/unwind/libunbound/libunbound/libworker.c
569
struct ctx_query* q = (struct ctx_query*)arg;
sbin/unwind/libunbound/libunbound/libworker.c
578
setup_qinfo_edns(struct libworker* w, struct ctx_query* q,
sbin/unwind/libunbound/libunbound/libworker.c
605
int libworker_fg(struct ub_ctx* ctx, struct ctx_query* q)
sbin/unwind/libunbound/libunbound/libworker.c
662
struct ctx_query* q = (struct ctx_query*)arg;
sbin/unwind/libunbound/libunbound/libworker.c
687
int libworker_attach_mesh(struct ub_ctx* ctx, struct ctx_query* q,
sbin/unwind/libunbound/libunbound/libworker.c
736
add_bg_result(struct libworker* w, struct ctx_query* q, sldns_buffer* pkt,
sbin/unwind/libunbound/libunbound/libworker.c
788
struct ctx_query* q = (struct ctx_query*)arg;
sbin/unwind/libunbound/libunbound/libworker.c
821
struct ctx_query* q;
sbin/unwind/libunbound/libunbound/libworker.h
112
int libworker_fg(struct ub_ctx* ctx, struct ctx_query* q);
sbin/unwind/libunbound/libunbound/libworker.h
130
int libworker_attach_mesh(struct ub_ctx* ctx, struct ctx_query* q,
sbin/unwind/libunbound/libunbound/libworker.h
53
struct ctx_query;
usr.sbin/unbound/libunbound/context.c
131
context_query_delete(struct ctx_query* q)
usr.sbin/unbound/libunbound/context.c
156
struct ctx_query*
usr.sbin/unbound/libunbound/context.c
160
struct ctx_query* q = (struct ctx_query*)calloc(1, sizeof(*q));
usr.sbin/unbound/libunbound/context.c
240
context_serialize_new_query(struct ctx_query* q, uint32_t* len)
usr.sbin/unbound/libunbound/context.c
262
struct ctx_query*
usr.sbin/unbound/libunbound/context.c
265
struct ctx_query* q = (struct ctx_query*)calloc(1, sizeof(*q));
usr.sbin/unbound/libunbound/context.c
295
struct ctx_query*
usr.sbin/unbound/libunbound/context.c
298
struct ctx_query* q;
usr.sbin/unbound/libunbound/context.c
305
q = (struct ctx_query*)rbtree_search(&ctx->queries, &querynum);
usr.sbin/unbound/libunbound/context.c
314
context_serialize_answer(struct ctx_query* q, int err, sldns_buffer* pkt,
usr.sbin/unbound/libunbound/context.c
349
struct ctx_query*
usr.sbin/unbound/libunbound/context.c
354
struct ctx_query* q = NULL ;
usr.sbin/unbound/libunbound/context.c
360
q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
usr.sbin/unbound/libunbound/context.c
393
context_serialize_cancel(struct ctx_query* q, uint32_t* len)
usr.sbin/unbound/libunbound/context.c
406
struct ctx_query* context_deserialize_cancel(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/context.c
409
struct ctx_query* q;
usr.sbin/unbound/libunbound/context.c
414
q = (struct ctx_query*)rbtree_search(&ctx->queries, &id);
usr.sbin/unbound/libunbound/context.h
218
void context_query_delete(struct ctx_query* q);
usr.sbin/unbound/libunbound/context.h
231
struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
usr.sbin/unbound/libunbound/context.h
260
uint8_t* context_serialize_new_query(struct ctx_query* q, uint32_t* len);
usr.sbin/unbound/libunbound/context.h
272
uint8_t* context_serialize_answer(struct ctx_query* q, int err,
usr.sbin/unbound/libunbound/context.h
282
uint8_t* context_serialize_cancel(struct ctx_query* q, uint32_t* len);
usr.sbin/unbound/libunbound/context.h
306
struct ctx_query* context_lookup_new_query(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/context.h
316
struct ctx_query* context_deserialize_new_query(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/context.h
327
struct ctx_query* context_deserialize_answer(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/context.h
337
struct ctx_query* context_deserialize_cancel(struct ub_ctx* ctx,
usr.sbin/unbound/libunbound/libunbound.c
258
struct ctx_query* q = (struct ctx_query*)n;
usr.sbin/unbound/libunbound/libunbound.c
590
struct ctx_query* q;
usr.sbin/unbound/libunbound/libunbound.c
751
struct ctx_query* q;
usr.sbin/unbound/libunbound/libunbound.c
796
struct ctx_query* q;
usr.sbin/unbound/libunbound/libunbound.c
837
struct ctx_query* q;
usr.sbin/unbound/libunbound/libunbound.c
899
struct ctx_query* q;
usr.sbin/unbound/libunbound/libunbound.c
903
q = (struct ctx_query*)rbtree_search(&ctx->queries, &async_id);
usr.sbin/unbound/libunbound/libworker.c
268
struct ctx_query* q;
usr.sbin/unbound/libunbound/libworker.c
540
libworker_fillup_fg(struct ctx_query* q, int rcode, sldns_buffer* buf,
usr.sbin/unbound/libunbound/libworker.c
569
struct ctx_query* q = (struct ctx_query*)arg;
usr.sbin/unbound/libunbound/libworker.c
578
setup_qinfo_edns(struct libworker* w, struct ctx_query* q,
usr.sbin/unbound/libunbound/libworker.c
605
int libworker_fg(struct ub_ctx* ctx, struct ctx_query* q)
usr.sbin/unbound/libunbound/libworker.c
662
struct ctx_query* q = (struct ctx_query*)arg;
usr.sbin/unbound/libunbound/libworker.c
687
int libworker_attach_mesh(struct ub_ctx* ctx, struct ctx_query* q,
usr.sbin/unbound/libunbound/libworker.c
736
add_bg_result(struct libworker* w, struct ctx_query* q, sldns_buffer* pkt,
usr.sbin/unbound/libunbound/libworker.c
788
struct ctx_query* q = (struct ctx_query*)arg;
usr.sbin/unbound/libunbound/libworker.c
821
struct ctx_query* q;
usr.sbin/unbound/libunbound/libworker.h
112
int libworker_fg(struct ub_ctx* ctx, struct ctx_query* q);
usr.sbin/unbound/libunbound/libworker.h
130
int libworker_attach_mesh(struct ub_ctx* ctx, struct ctx_query* q,
usr.sbin/unbound/libunbound/libworker.h
53
struct ctx_query;