Lines Matching defs:mesh
193 struct mesh_area* mesh = calloc(1, sizeof(struct mesh_area)); in mesh_create() local
241 mesh_delete(struct mesh_area* mesh) in mesh_delete()
254 mesh_delete_all(struct mesh_area* mesh) in mesh_delete_all()
273 int mesh_make_new_space(struct mesh_area* mesh, sldns_buffer* qbuf) in mesh_make_new_space()
405 void mesh_new_client(struct mesh_area* mesh, struct query_info* qinfo, in mesh_new_client()
580 mesh_new_callback(struct mesh_area* mesh, struct query_info* qinfo, in mesh_new_callback()
678 static void mesh_schedule_prefetch(struct mesh_area* mesh, in mesh_schedule_prefetch()
759 static void mesh_schedule_prefetch_subnet(struct mesh_area* mesh, in mesh_schedule_prefetch_subnet()
842 void mesh_new_prefetch(struct mesh_area* mesh, struct query_info* qinfo, in mesh_new_prefetch()
858 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, in mesh_report_reply()
960 struct mesh_area* mesh; in mesh_state_cleanup() local
1010 struct mesh_area* mesh; in mesh_state_delete() local
1077 struct mesh_area* mesh = qstate->env->mesh; in mesh_detach_subs() local
1107 struct mesh_area* mesh = qstate->env->mesh; in mesh_add_sub() local
1151 struct mesh_area* mesh = qstate->env->mesh; in mesh_attach_sub() local
1646 void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate) in mesh_walk_supers()
1663 struct mesh_state* mesh_area_find(struct mesh_area* mesh, in mesh_area_find()
1832 mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate, in mesh_continue()
1945 void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate, in mesh_run()
1982 mesh_log_list(struct mesh_area* mesh) in mesh_log_list()
2003 mesh_stats(struct mesh_area* mesh, const char* str) in mesh_stats()
2028 mesh_stats_clear(struct mesh_area* mesh) in mesh_stats_clear()
2048 mesh_get_mem(struct mesh_area* mesh) in mesh_get_mem()
2065 struct mesh_area* mesh = qstate->env->mesh; in mesh_detect_cycle() local
2094 void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m, in mesh_state_remove_reply()
2165 struct mesh_area* mesh = qstate->env->mesh; in mesh_serve_expired_callback() local
2363 int mesh_jostle_exceeded(struct mesh_area* mesh) in mesh_jostle_exceeded()