Lines Matching defs:env

1188 void autr_write_file(struct module_env* env, struct trust_anchor* tp)  in autr_write_file()
1261 verify_dnskey(struct module_env* env, struct val_env* ve, in verify_dnskey()
1292 min_expiry(struct module_env* env, struct packed_rrset_data* dd) in min_expiry()
1309 rr_is_selfsigned_revoked(struct module_env* env, struct val_env* ve, in rr_is_selfsigned_revoked()
1534 check_contains_revoked(struct module_env* env, struct val_env* ve, in check_contains_revoked()
1581 key_matches_a_ds(struct module_env* env, struct val_env* ve, in key_matches_a_ds()
1626 update_events(struct module_env* env, struct val_env* ve, in update_events()
1693 check_holddown(struct module_env* env, struct autr_ta* ta, in check_holddown()
1713 reset_holddown(struct module_env* env, struct autr_ta* ta, int* changed) in reset_holddown()
1721 set_trustanchor_state(struct module_env* env, struct autr_ta* ta, int* changed, in set_trustanchor_state()
1733 do_newkey(struct module_env* env, struct autr_ta* anchor, int* c) in do_newkey()
1741 do_addtime(struct module_env* env, struct autr_ta* anchor, int* c) in do_addtime()
1763 do_remtime(struct module_env* env, struct autr_ta* anchor, int* c) in do_remtime()
1775 do_keyrem(struct module_env* env, struct autr_ta* anchor, int* c) in do_keyrem()
1786 do_keypres(struct module_env* env, struct autr_ta* anchor, int* c) in do_keypres()
1794 do_revoked(struct module_env* env, struct autr_ta* anchor, int* c) in do_revoked()
1806 anchor_state_update(struct module_env* env, struct autr_ta* anchor, int* c) in anchor_state_update()
1862 init_zsk_to_ksk(struct module_env* env, struct trust_anchor* tp, int* changed) in init_zsk_to_ksk()
1894 remove_missing_trustanchors(struct module_env* env, struct trust_anchor* tp, in remove_missing_trustanchors()
1956 do_statetable(struct module_env* env, struct trust_anchor* tp, int* changed) in do_statetable()
1971 autr_holddown_exceed(struct module_env* env, struct trust_anchor* tp, int* c) in autr_holddown_exceed()
2012 calc_next_probe(struct module_env* env, time_t wait) in calc_next_probe()
2040 reset_worker_timer(struct module_env* env) in reset_worker_timer()
2059 set_next_probe(struct module_env* env, struct trust_anchor* tp, in set_next_probe()
2102 autr_tp_remove(struct module_env* env, struct trust_anchor* tp, in autr_tp_remove()
2154 int autr_process_prime(struct module_env* env, struct val_env* ve, in autr_process_prime()
2351 struct module_env* env = (struct module_env*)arg; in probe_answer_cb() local
2358 probe_anchor(struct module_env* env, struct trust_anchor* tp) in probe_anchor()
2409 todo_probe(struct module_env* env, time_t* next) in todo_probe()
2444 autr_probe_timer(struct module_env* env) in autr_probe_timer()