Searched refs:ffwopt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddnstap.c152 struct fstrm_file_options *ffwopt = NULL; local
189 ffwopt = fstrm_file_options_init();
190 if (ffwopt != NULL) {
191 fstrm_file_options_set_file_path(ffwopt, env->path);
192 fw = fstrm_file_writer_init(ffwopt, fwopt);
227 if (ffwopt != NULL) {
228 fstrm_file_options_destroy(&ffwopt);
283 struct fstrm_file_options *ffwopt = NULL; local
310 ffwopt = fstrm_file_options_init();
311 if (ffwopt !
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddnstap.c152 struct fstrm_file_options *ffwopt = NULL; local
189 ffwopt = fstrm_file_options_init();
190 if (ffwopt != NULL) {
191 fstrm_file_options_set_file_path(ffwopt, env->path);
192 fw = fstrm_file_writer_init(ffwopt, fwopt);
227 if (ffwopt != NULL) {
228 fstrm_file_options_destroy(&ffwopt);
283 struct fstrm_file_options *ffwopt = NULL; local
310 ffwopt = fstrm_file_options_init();
311 if (ffwopt !
[all...]

Completed in 187 milliseconds