Lines Matching defs:mesh_state

198 	struct mesh_state* a = (struct mesh_state*)ap;
199 struct mesh_state* b = (struct mesh_state*)bp;
281 struct mesh_state* mstate = (struct mesh_state*)n->key;
325 struct mesh_state* m = mesh->jostle_first;
419 mesh_serve_expired_init(struct mesh_state* mstate, int timeout)
457 struct mesh_state* s = NULL;
605 struct mesh_state* s = NULL;
685 struct mesh_state* s = mesh_area_find(mesh, NULL, qinfo,
772 struct mesh_state*
778 struct mesh_state* mstate;
782 mstate = (struct mesh_state*)regional_alloc(region,
783 sizeof(struct mesh_state));
852 mesh_state_is_unique(struct mesh_state* mstate)
858 mesh_state_make_unique(struct mesh_state* mstate)
864 mesh_state_cleanup(struct mesh_state* mstate)
914 struct mesh_state* mstate;
949 find_in_subsub(struct mesh_state* m, struct mesh_state* tofind, size_t *c)
961 /** find cycle for already looked up mesh_state */
963 mesh_detect_cycle_found(struct module_qstate* qstate, struct mesh_state* dep_m)
965 struct mesh_state* cyc_m = qstate->mesh_info;
1006 struct mesh_state** sub)
1054 struct mesh_state* sub = NULL;
1072 int mesh_state_attachment(struct mesh_state* super, struct mesh_state* sub)
1119 mesh_do_callback(struct mesh_state* m, int rcode, struct reply_info* rep,
1191 mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep,
1226 r->h2_stream->mesh_state = NULL;
1327 void mesh_query_done(struct mesh_state* mstate)
1433 void mesh_walk_supers(struct mesh_area* mesh, struct mesh_state* mstate)
1450 struct mesh_state* mesh_area_find(struct mesh_area* mesh,
1454 struct mesh_state key;
1455 struct mesh_state* result;
1468 result = (struct mesh_state*)rbtree_search(&mesh->all, &key);
1472 int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
1499 int mesh_state_add_reply(struct mesh_state* s, struct edns_data* edns,
1579 mesh_copy_qinfo(struct mesh_state* mstate, struct query_info** qinfop,
1612 mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate,
1695 void mesh_run(struct mesh_area* mesh, struct mesh_state* mstate,
1721 mstate = (struct mesh_state*)mesh->run.root->key;
1735 struct mesh_state* m;
1737 RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
1799 struct mesh_state* m;
1803 RBTREE_FOR(m, struct mesh_state*, &mesh->all) {
1815 struct mesh_state* dep_m = NULL;
1821 void mesh_list_insert(struct mesh_state* m, struct mesh_state** fp,
1822 struct mesh_state** lp)
1833 void mesh_list_remove(struct mesh_state* m, struct mesh_state** fp,
1834 struct mesh_state** lp)
1844 void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m,
1910 struct mesh_state* mstate = (struct mesh_state*) arg;