Searched refs:instp (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
H A Ddriver.c84 * @param[out] instp Pointer to instance-specific data
90 void **instp) {
135 *instp = sample_inst;
150 * @param[out] instp Pointer to instance-specific data (for one dyndb section).
153 dyndb_destroy(void **instp) { argument
154 destroy_sample_instance((sample_instance_t **)instp);
88 dyndb_init(isc_mem_t *mctx, const char *name, const char *parameters, const char *file, unsigned long line, const dns_dyndbctx_t *dctx, void **instp) argument
H A Dinstance.c205 destroy_sample_instance(sample_instance_t **instp) { argument
207 REQUIRE(instp != NULL);
209 inst = *instp;
210 *instp = NULL;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Ddyndb.h69 const dns_dyndbctx_t *dctx, void **instp);
75 * '*instp' will be set to the driver instance handle if the function
85 dns_dyndb_destroy_t(void **instp);
90 * \c *instp must be set to \c NULL by the function before it returns.
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Ddyndb.h68 const dns_dyndbctx_t *dctx, void **instp);
74 * '*instp' will be set to the driver instance handle if the function
84 dns_dyndb_destroy_t(void **instp);
89 * \c *instp must be set to \c NULL by the function before it returns.
/netbsd-current/external/mpl/bind/dist/lib/ns/include/ns/
H A Dhooks.h467 void *actx, ns_hooktable_t *hooktable, void **instp);
473 * '*instp' will be set to the module instance handle if the function
483 ns_plugin_destroy_t(void **instp);
487 * '*instp' must be set to NULL by the function before it returns.
554 * 'instp' will be left pointing to the instance of the plugin
/netbsd-current/external/mpl/bind/dist/bin/tests/system/hooks/driver/
H A Dtest-async.c132 void *actx, ns_hooktable_t *hooktable, void **instp) {
156 *instp = inst;
181 plugin_destroy(void **instp) { argument
182 async_instance_t *inst = (async_instance_t *)*instp;
190 *instp = NULL;
130 plugin_register(const char *parameters, const void *cfg, const char *cfg_file, unsigned long cfg_line, isc_mem_t *mctx, isc_log_t *lctx, void *actx, ns_hooktable_t *hooktable, void **instp) argument
/netbsd-current/external/mpl/bind/dist/bin/plugins/
H A Dfilter-a.c333 void *actx, ns_hooktable_t *hooktable, void **instp) {
360 *instp = inst;
403 plugin_destroy(void **instp) { argument
404 filter_instance_t *inst = (filter_instance_t *)*instp;
415 *instp = NULL;
331 plugin_register(const char *parameters, const void *cfg, const char *cfg_file, unsigned long cfg_line, isc_mem_t *mctx, isc_log_t *lctx, void *actx, ns_hooktable_t *hooktable, void **instp) argument
H A Dfilter-aaaa.c336 void *actx, ns_hooktable_t *hooktable, void **instp) {
363 *instp = inst;
406 plugin_destroy(void **instp) { argument
407 filter_instance_t *inst = (filter_instance_t *)*instp;
418 *instp = NULL;
334 plugin_register(const char *parameters, const void *cfg, const char *cfg_file, unsigned long cfg_line, isc_mem_t *mctx, isc_log_t *lctx, void *actx, ns_hooktable_t *hooktable, void **instp) argument

Completed in 201 milliseconds