Searched refs:task_list_d (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | difffile.c | 1431 struct task_list_d* p = (struct task_list_d*)d; in udb_task_walk_chunk() 1496 sz = sizeof(struct task_list_d) + dname_total_size(apex); in task_new_soainfo() 1587 if(!task_create_new_elem(udb, last, &e, sizeof(struct task_list_d)+ in task_new_expire() 1602 if(!task_create_new_elem(udb, last, &e, sizeof(struct task_list_d) + in task_new_check_zonefiles() 1617 if(!task_create_new_elem(udb, last, &e, sizeof(struct task_list_d) + in task_new_write_zonefiles() 1631 if(!task_create_new_elem(udb, last, &e, sizeof(struct task_list_d), in task_new_set_verbosity() 1650 if(!task_create_new_elem(udb, last, &e, sizeof(struct task_list_d)+ in task_new_add_zone() 1668 if(!task_create_new_elem(udb, last, &e, sizeof(struct task_list_d) in task_new_del_zone() 1683 if(!task_create_new_elem(udb, last, &e, sizeof(struct task_list_d) in task_new_add_key() 1704 if(!task_create_new_elem(udb, last, &e, sizeof(struct task_list_d) in task_new_del_key() [all …]
|
| H A D | difffile.h | 76 struct task_list_d { struct 126 #define TASKLIST(ptr) ((struct task_list_d*)UDB_PTR(ptr)) argument 157 void task_process_expire(namedb_type* db, struct task_list_d* task);
|
| H A D | xfrd.c | 565 xfrd_process_soa_info_task(struct task_list_d* task) in xfrd_process_soa_info_task() 581 if(task->size <= sizeof(struct task_list_d)+dname_total_size( in xfrd_process_soa_info_task() 2696 xfrd_process_zonestat_inc_task(xfrd_state_type* xfrd, struct task_list_d* task) in xfrd_process_zonestat_inc_task() 2707 xfrd_handle_taskresult(xfrd_state_type* xfrd, struct task_list_d* task) in xfrd_handle_taskresult()
|