Searched defs:fuwopt (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddnstap.c178 struct fstrm_unix_writer_options *fuwopt = NULL; local
223 fuwopt = fstrm_unix_writer_options_init();
224 if (fuwopt != NULL) {
225 fstrm_unix_writer_options_set_socket_path(fuwopt,
227 fw = fstrm_unix_writer_init(fuwopt, fwopt);
256 if (fuwopt != NULL)
257 fstrm_unix_writer_options_destroy(&fuwopt);
282 struct fstrm_unix_writer_options *fuwopt = NULL; local
309 fuwopt = fstrm_unix_writer_options_init();
310 if (fuwopt !
[all...]

Completed in 9 milliseconds