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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
dyndb.c 52 dns_dyndb_destroy_t *destroy_func; member in struct:dyndb_implementation
127 dns_dyndb_destroy_t *destroy_func = NULL; local
162 (void **)&destroy_func));
170 imp->destroy_func = destroy_func;
243 dns_dyndb_destroy_t *destroy_func = NULL; local
275 (void **)&destroy_func));
283 imp->destroy_func = destroy_func;
398 elem->destroy_func(&elem->inst)
    [all...]
  /src/sys/net/npf/
npf_alg.c 325 void (*destroy_func)(npf_t *, npf_nat_t *, npf_conn_t *);
327 if ((destroy_func = atomic_load_relaxed(&f->destroy)) != NULL) {
328 destroy_func(npf, nat, con);
  /src/external/mpl/bind/dist/lib/dns/
dyndb.c 39 dns_dyndb_destroy_t *destroy_func; member in struct:dyndb_implementation
163 (void **)&imp->destroy_func));
251 elem->destroy_func(&elem->inst);
  /src/external/mpl/bind/dist/lib/ns/
hooks.c 45 ns_plugin_destroy_t *destroy_func; member in struct:ns_plugin
162 (void **)&plugin->destroy_func));
193 plugin->destroy_func(&plugin->inst);

Completed in 125 milliseconds