Lines Matching refs:TASKLIST
1466 udb_rptr_set_ptr(&TASKLIST(last)->next, udb, e); in task_create_new_elem()
1471 udb_rel_ptr_init(&TASKLIST(e)->next); in task_create_new_elem()
1472 TASKLIST(e)->size = sz; in task_create_new_elem()
1473 TASKLIST(e)->oldserial = 0; in task_create_new_elem()
1474 TASKLIST(e)->newserial = 0; in task_create_new_elem()
1475 TASKLIST(e)->yesno = 0; in task_create_new_elem()
1478 memmove(TASKLIST(e)->zname, zname, dname_total_size(zname)); in task_create_new_elem()
1514 TASKLIST(&e)->task_type = task_soa_info; in task_new_soainfo()
1515 TASKLIST(&e)->yesno = (uint64_t)hint; in task_new_soainfo()
1519 uint8_t* p = (uint8_t*)TASKLIST(&e)->zname; in task_new_soainfo()
1571 udb_ptr_set_rptr(&n, taskudb, &TASKLIST(&t)->next); in task_clear()
1572 udb_rptr_zero(&TASKLIST(&t)->next, taskudb); in task_clear()
1573 udb_ptr_free_space(&t, taskudb, TASKLIST(&t)->size); in task_clear()
1592 TASKLIST(&e)->task_type = task_expire; in task_new_expire()
1593 TASKLIST(&e)->yesno = expired; in task_new_expire()
1607 TASKLIST(&e)->task_type = task_check_zonefiles; in task_new_check_zonefiles()
1608 TASKLIST(&e)->yesno = (zone!=NULL); in task_new_check_zonefiles()
1622 TASKLIST(&e)->task_type = task_write_zonefiles; in task_new_write_zonefiles()
1623 TASKLIST(&e)->yesno = (zone!=NULL); in task_new_write_zonefiles()
1636 TASKLIST(&e)->task_type = task_set_verbosity; in task_new_set_verbosity()
1637 TASKLIST(&e)->yesno = v; in task_new_set_verbosity()
1655 TASKLIST(&e)->task_type = task_add_zone; in task_new_add_zone()
1656 TASKLIST(&e)->yesno = zonestatid; in task_new_add_zone()
1657 p = TASKLIST(&e)->zname; in task_new_add_zone()
1673 TASKLIST(&e)->task_type = task_del_zone; in task_new_del_zone()
1689 TASKLIST(&e)->task_type = task_add_key; in task_new_add_key()
1690 p = (char*)TASKLIST(&e)->zname; in task_new_add_key()
1709 TASKLIST(&e)->task_type = task_del_key; in task_new_del_key()
1710 p = (char*)TASKLIST(&e)->zname; in task_new_del_key()
1728 TASKLIST(&e)->task_type = task_add_cookie_secret; in task_new_add_cookie_secret()
1729 p = (char*)TASKLIST(&e)->zname; in task_new_add_cookie_secret()
1741 TASKLIST(&e)->task_type = task_drop_cookie_secret; in task_new_drop_cookie_secret()
1752 TASKLIST(&e)->task_type = task_activate_cookie_secret; in task_new_activate_cookie_secret()
1773 TASKLIST(&e)->task_type = task_add_pattern; in task_new_add_pattern()
1774 TASKLIST(&e)->yesno = buffer_limit(buffer); in task_new_add_pattern()
1775 memmove(TASKLIST(&e)->zname, buffer_begin(buffer), in task_new_add_pattern()
1791 TASKLIST(&e)->task_type = task_del_pattern; in task_new_del_pattern()
1792 p = (char*)TASKLIST(&e)->zname; in task_new_del_pattern()
1806 TASKLIST(&e)->task_type = task_opt_change; in task_new_opt_change()
1808 TASKLIST(&e)->oldserial = opt->rrl_ratelimit; in task_new_opt_change()
1809 TASKLIST(&e)->newserial = opt->rrl_whitelist_ratelimit; in task_new_opt_change()
1810 TASKLIST(&e)->yesno = (uint64_t) opt->rrl_slip; in task_new_opt_change()
1828 TASKLIST(&e)->task_type = task_zonestat_inc; in task_new_zonestat_inc()
1829 TASKLIST(&e)->oldserial = (uint32_t)sz; in task_new_zonestat_inc()
1844 TASKLIST(&e)->oldserial = old_serial; in task_new_apply_xfr()
1845 TASKLIST(&e)->newserial = new_serial; in task_new_apply_xfr()
1846 TASKLIST(&e)->yesno = filenumber; in task_new_apply_xfr()
1847 TASKLIST(&e)->task_type = task_apply_xfr; in task_new_apply_xfr()
2095 TASKLIST(task)->zname, NULL))); in task_process_apply_xfr()
2096 zone = namedb_find_zone(nsd->db, TASKLIST(task)->zname); in task_process_apply_xfr()
2105 df = xfrd_open_xfrfile(nsd, TASKLIST(task)->yesno, "r"); in task_process_apply_xfr()
2115 last_task, TASKLIST(task)->yesno)) { in task_process_apply_xfr()
2128 switch(TASKLIST(task)->task_type) { in task_process_in_reload()
2130 task_process_expire(nsd->db, TASKLIST(task)); in task_process_in_reload()
2133 task_process_checkzones(nsd, udb, last_task, TASKLIST(task)); in task_process_in_reload()
2136 task_process_writezones(nsd, TASKLIST(task)); in task_process_in_reload()
2139 task_process_set_verbosity(TASKLIST(task)); in task_process_in_reload()
2142 task_process_add_zone(nsd, udb, last_task, TASKLIST(task)); in task_process_in_reload()
2145 task_process_del_zone(nsd, TASKLIST(task)); in task_process_in_reload()
2148 task_process_add_key(nsd, TASKLIST(task)); in task_process_in_reload()
2151 task_process_del_key(nsd, TASKLIST(task)); in task_process_in_reload()
2154 task_process_add_pattern(nsd, TASKLIST(task)); in task_process_in_reload()
2157 task_process_del_pattern(nsd, TASKLIST(task)); in task_process_in_reload()
2160 task_process_opt_change(nsd, TASKLIST(task)); in task_process_in_reload()
2164 task_process_zonestat_inc(nsd, udb, last_task, TASKLIST(task)); in task_process_in_reload()
2171 task_process_add_cookie_secret(nsd, TASKLIST(task)); in task_process_in_reload()
2174 task_process_drop_cookie_secret(nsd, TASKLIST(task)); in task_process_in_reload()
2177 task_process_activate_cookie_secret(nsd, TASKLIST(task)); in task_process_in_reload()
2181 (int)TASKLIST(task)->task_type); in task_process_in_reload()
2184 udb_ptr_free_space(task, udb, TASKLIST(task)->size); in task_process_in_reload()