Lines Matching defs:worker
383 struct listen_port* ports, struct worker* worker) in daemon_remote_open_accept()
638 do_stop(RES* ssl, struct worker* worker) in do_stop()
647 do_reload(RES* ssl, struct worker* worker, int reuse_cache) in do_reload()
764 print_mem(RES* ssl, struct worker* worker, struct daemon* daemon, in print_mem()
847 print_uptime(RES* ssl, struct worker* worker, int reset) in print_uptime()
1084 do_stats(RES* ssl, struct worker* worker, int reset) in do_stats()
1395 do_view_zone_add(RES* ssl, struct worker* worker, char* arg) in do_view_zone_add()
1428 do_view_zone_remove(RES* ssl, struct worker* worker, char* arg) in do_view_zone_remove()
1451 do_view_data_add(RES* ssl, struct worker* worker, char* arg) in do_view_data_add()
1476 do_view_datas_add(RES* ssl, struct worker* worker, char* arg) in do_view_datas_add()
1498 do_view_data_remove(RES* ssl, struct worker* worker, char* arg) in do_view_data_remove()
1521 do_view_datas_remove(RES* ssl, struct worker* worker, char* arg) in do_view_datas_remove()
1542 do_lookup(RES* ssl, struct worker* worker, char* arg) in do_lookup()
1555 do_cache_remove(struct worker* worker, uint8_t* nm, size_t nmlen, in do_cache_remove()
1580 do_flush_type(RES* ssl, struct worker* worker, char* arg) in do_flush_type()
1603 do_flush_stats(RES* ssl, struct worker* worker) in do_flush_stats()
1614 struct worker* worker; member
1658 do_flush_infra(RES* ssl, struct worker* worker, char* arg) in do_flush_infra()
1692 do_flush_requestlist(RES* ssl, struct worker* worker) in do_flush_requestlist()
1751 do_flush_zone(RES* ssl, struct worker* worker, char* arg) in do_flush_zone()
1829 do_flush_bogus(RES* ssl, struct worker* worker) in do_flush_bogus()
1904 do_flush_negative(RES* ssl, struct worker* worker) in do_flush_negative()
2068 do_forward(RES* ssl, struct worker* worker, char* args) in do_forward()
2144 do_forward_add(RES* ssl, struct worker* worker, char* args) in do_forward_add()
2172 do_forward_remove(RES* ssl, struct worker* worker, char* args) in do_forward_remove()
2189 do_stub_add(RES* ssl, struct worker* worker, char* args) in do_stub_add()
2230 do_stub_remove(RES* ssl, struct worker* worker, char* args) in do_stub_remove()
2248 do_insecure_add(RES* ssl, struct worker* worker, char* arg) in do_insecure_add()
2269 do_insecure_remove(RES* ssl, struct worker* worker, char* arg) in do_insecure_remove()
2284 do_insecure_list(RES* ssl, struct worker* worker) in do_insecure_list()
2300 do_status(RES* ssl, struct worker* worker) in do_status()
2408 do_dump_requestlist(RES* ssl, struct worker* worker) in do_dump_requestlist()
2502 do_dump_infra(RES* ssl, struct worker* worker) in do_dump_infra()
2514 do_log_reopen(RES* ssl, struct worker* worker) in do_log_reopen()
2523 do_auth_zone_reload(RES* ssl, struct worker* worker, char* arg) in do_auth_zone_reload()
2602 do_auth_zone_transfer(RES* ssl, struct worker* worker, char* arg) in do_auth_zone_transfer()
2622 do_set_option(RES* ssl, struct worker* worker, char* arg) in do_set_option()
2651 do_get_option(RES* ssl, struct worker* worker, char* arg) in do_get_option()
2663 do_list_forwards(RES* ssl, struct worker* worker) in do_list_forwards()
2691 do_list_stubs(RES* ssl, struct worker* worker) in do_list_stubs()
2771 do_list_local_data(RES* ssl, struct worker* worker, struct local_zones* zones) in do_list_local_data()
2810 do_view_list_local_zones(RES* ssl, struct worker* worker, char* arg) in do_view_list_local_zones()
2826 do_view_list_local_data(RES* ssl, struct worker* worker, char* arg) in do_view_list_local_data()
2894 do_ratelimit_list(RES* ssl, struct worker* worker, char* arg) in do_ratelimit_list()
2913 do_ip_ratelimit_list(RES* ssl, struct worker* worker, char* arg) in do_ip_ratelimit_list()
2932 do_rpz_enable_disable(RES* ssl, struct worker* worker, char* arg, int enable) { in do_rpz_enable_disable()
2969 do_rpz_enable(RES* ssl, struct worker* worker, char* arg) in do_rpz_enable()
2976 do_rpz_disable(RES* ssl, struct worker* worker, char* arg) in do_rpz_disable()
3010 struct worker* worker) in execute_cmd()
3194 daemon_remote_exec(struct worker* worker) in daemon_remote_exec()