Lines Matching defs:mesh
186 struct mesh_area* mesh = calloc(1, sizeof(struct mesh_area)); in mesh_create() local
234 mesh_delete(struct mesh_area* mesh) in mesh_delete()
247 mesh_delete_all(struct mesh_area* mesh) in mesh_delete_all()
266 int mesh_make_new_space(struct mesh_area* mesh, sldns_buffer* qbuf) in mesh_make_new_space()
396 void mesh_new_client(struct mesh_area* mesh, struct query_info* qinfo, in mesh_new_client()
547 mesh_new_callback(struct mesh_area* mesh, struct query_info* qinfo, in mesh_new_callback()
632 static void mesh_schedule_prefetch(struct mesh_area* mesh, in mesh_schedule_prefetch()
710 static void mesh_schedule_prefetch_subnet(struct mesh_area* mesh, in mesh_schedule_prefetch_subnet()
790 void mesh_new_prefetch(struct mesh_area* mesh, struct query_info* qinfo, in mesh_new_prefetch()
806 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, in mesh_report_reply()
908 struct mesh_area* mesh; in mesh_state_cleanup() local
954 struct mesh_area* mesh; in mesh_state_delete() local
1021 struct mesh_area* mesh = qstate->env->mesh; in mesh_detach_subs() local
1051 struct mesh_area* mesh = qstate->env->mesh; in mesh_add_sub() local
1095 struct mesh_area* mesh = qstate->env->mesh; in mesh_attach_sub() local
1557 void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate) in mesh_walk_supers()
1574 struct mesh_state* mesh_area_find(struct mesh_area* mesh, in mesh_area_find()
1742 mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate, in mesh_continue()
1855 void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate, in mesh_run()
1892 mesh_log_list(struct mesh_area* mesh) in mesh_log_list()
1913 mesh_stats(struct mesh_area* mesh, const char* str) in mesh_stats()
1938 mesh_stats_clear(struct mesh_area* mesh) in mesh_stats_clear()
1958 mesh_get_mem(struct mesh_area* mesh) in mesh_get_mem()
1975 struct mesh_area* mesh = qstate->env->mesh; in mesh_detect_cycle() local
2004 void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m, in mesh_state_remove_reply()
2073 struct mesh_area* mesh = qstate->env->mesh; in mesh_serve_expired_callback() local
2233 int mesh_jostle_exceeded(struct mesh_area* mesh) in mesh_jostle_exceeded()