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

  /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);
  /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...]

Completed in 60 milliseconds