OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfrd_state_type
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/nsd/dist/
xfrd-catalog-zones.h
84
void xfrd_init_catalog_consumer_zone(
xfrd_state_type
* xfrd,
88
void xfrd_deinit_catalog_consumer_zone(
xfrd_state_type
* xfrd,
121
int xfrd_del_catalog_producer_member(
xfrd_state_type
* xfrd,
xfrd.h
37
typedef struct xfrd_state
xfrd_state_type
;
typedef in typeref:struct:xfrd_state
361
extern
xfrd_state_type
* xfrd;
368
void xfrd_init_slave_zone(
xfrd_state_type
* xfrd, struct zone_options* zone_opt);
371
void xfrd_del_slave_zone(
xfrd_state_type
* xfrd, const dname_type* dname);
471
void xfrd_process_task_result(
xfrd_state_type
* xfrd, struct udb_base* taskudb);
474
void xfrd_set_reload_now(
xfrd_state_type
* xfrd);
ipc.c
28
static void xfrd_send_reload_req(
xfrd_state_type
* xfrd);
30
static void xfrd_send_quit_req(
xfrd_state_type
* xfrd);
32
static void xfrd_handle_ipc_read(struct event* handler,
xfrd_state_type
* xfrd);
407
xfrd_send_reload_req(
xfrd_state_type
* xfrd)
453
xfrd_send_shutdown_req(
xfrd_state_type
* xfrd)
467
xfrd_send_quit_req(
xfrd_state_type
* xfrd)
481
xfrd_send_stats(
xfrd_state_type
* xfrd)
495
xfrd_state_type
* xfrd = (
xfrd_state_type
*)arg;
529
xfrd_handle_ipc_read(struct event* handler,
xfrd_state_type
* xfrd
[
all
...]
remote.c
855
get_zone_arg(RES* ssl,
xfrd_state_type
* xfrd, char* arg,
881
do_stop(RES* ssl,
xfrd_state_type
* xfrd)
894
do_log_reopen(RES* ssl,
xfrd_state_type
* xfrd)
902
do_reload(RES* ssl,
xfrd_state_type
* xfrd, char* arg)
915
do_write(RES* ssl,
xfrd_state_type
* xfrd, char* arg)
928
do_notify(RES* ssl,
xfrd_state_type
* xfrd, char* arg)
953
do_transfer(RES* ssl,
xfrd_state_type
* xfrd, char* arg)
994
do_force_transfer(RES* ssl,
xfrd_state_type
* xfrd, char* arg)
1033
print_zonestatus(RES* ssl,
xfrd_state_type
* xfrd, struct zone_options* zo)
1174
do_zonestatus(RES* ssl,
xfrd_state_type
* xfrd, char* arg
[
all
...]
xfrd.c
62
xfrd_state_type
* xfrd = 0;
151
xfrd = (
xfrd_state_type
*)region_alloc(region, sizeof(
xfrd_state_type
));
152
memset(xfrd, 0, sizeof(
xfrd_state_type
));
522
xfrd_init_slave_zone(
xfrd_state_type
* xfrd, struct zone_options* zone_opt)
1019
xfrd_del_slave_zone(
xfrd_state_type
* xfrd, const dname_type* dname)
2962
xfrd_process_zonestat_inc_task(
xfrd_state_type
* xfrd, struct task_list_d* task)
2973
xfrd_handle_taskresult(
xfrd_state_type
* xfrd, struct task_list_d* task)
2993
void xfrd_process_task_result(
xfrd_state_type
* xfrd, struct udb_base* taskudb)
3014
void xfrd_set_reload_now(
xfrd_state_type
* xfrd
[
all
...]
metrics.c
518
metrics_print_stats(struct evbuffer *buf,
xfrd_state_type
*xfrd,
xfrd-notify.c
121
xfrd_del_notify(
xfrd_state_type
* xfrd, const dname_type* dname)
xfrd-catalog-zones.c
181
xfrd_init_catalog_consumer_zone(
xfrd_state_type
* xfrd,
224
xfrd_deinit_catalog_consumer_zone(
xfrd_state_type
* xfrd,
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026