HomeSort by: relevance | last modified time | path
    Searched refs:ffwopt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
dnstap.c 142 struct fstrm_file_options *ffwopt = NULL; local
180 ffwopt = fstrm_file_options_init();
181 if (ffwopt != NULL) {
182 fstrm_file_options_set_file_path(ffwopt, env->path);
183 fw = fstrm_file_writer_init(ffwopt, fwopt);
218 if (ffwopt != NULL) {
219 fstrm_file_options_destroy(&ffwopt);
274 struct fstrm_file_options *ffwopt = NULL; local
299 ffwopt = fstrm_file_options_init();
300 if (ffwopt != NULL)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnstap.c 152 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 != NULL)
    [all...]

Completed in 60 milliseconds