Searched refs:destroy (Results 201 - 225 of 259) sorted by relevance

1234567891011

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dsdb.c554 destroy(dns_sdb_t *sdb) { function
560 if (imp->methods->destroy != NULL) {
562 imp->methods->destroy(sdb->zone, imp->driverdata,
593 destroy(sdb);
H A Dsdlz.c332 destroy(dns_sdlz_db_t *sdlz) { function
361 destroy(sdlz);
1621 /* If the destroy method exists, call it. */
1622 if (imp->methods->destroy != NULL) {
1624 imp->methods->destroy(imp->driverarg, dbdata);
2046 /* destroy the driver lock, we don't need it anymore */
2077 /* destroy the driver lock, we don't need it anymore */
H A Dresolver.c475 static void destroy(dns_resolver_t *res);
966 * It's safe to destroy the query now.
2184 isc_boolean_t destroy = ISC_FALSE; local
2226 destroy = ISC_TRUE;
2238 else if (destroy) {
3151 FCTXTRACE("destroy");
3299 isc_boolean_t destroy = ISC_FALSE; local
3351 destroy = ISC_TRUE;
3356 if (destroy) {
3369 isc_boolean_t destroy local
3991 isc_boolean_t destroy = ISC_FALSE; local
7624 destroy(dns_resolver_t *res) { function
8280 isc_boolean_t destroy = ISC_FALSE; local
[all...]
H A Dtsig.c477 * Find a few nodes to destroy if possible.
689 goto destroy;
704 goto destroy;
708 destroy:
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h599 destroy(pointer __p) { __p->~_Tp(); } function in class:__mt_alloc_base
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrb5.h404 krb5_error_code (*destroy)(krb5_context, krb5_ccache); member in struct:krb5_cc_ops
H A Dcache.c541 ret = (*id->ops->destroy)(context, id);
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dsocket.c441 static void destroy(isc__socket_t **);
1591 (ev->destroy)(event);
1615 ev->destroy = ev->ev_destroy;
2017 destroy(isc__socket_t **sockp) { function
2862 destroy(&sock);
3133 destroy(&sock);
3369 destroy(&sock);
3437 destroy(&sock);
3498 destroy(&sock);
3539 destroy(
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c441 static void destroy(isc__socket_t **);
1581 (ev->destroy)(event);
1605 ev->destroy = ev->ev_destroy;
2003 destroy(isc__socket_t **sockp) { function
2844 destroy(&sock);
3115 destroy(&sock);
3345 destroy(&sock);
3413 destroy(&sock);
3474 destroy(&sock);
3515 destroy(
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dtimer.c367 destroy(isc__timer_t *timer) { function
371 * The caller must ensure it is safe to destroy the timer.
675 destroy(timer);
998 ISC_MSG_SIGNALDESTROY, "signal (destroy)"));
H A Dmem.c1055 destroy(isc__mem_t *ctx) { function
1154 destroy(ctx);
1203 destroy(ctx);
1226 destroy(ctx);
1251 destroy(ctx);
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.mk68 # got = ${clean* destroy:${M_ListToMatch:S,V,.TARGETS,}}
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_lvds.c632 .destroy = intel_lvds_destroy,
636 .destroy = intel_encoder_destroy,
H A Dintel_sprite.c620 .destroy = intel_destroy_plane,
/freebsd-9.3-release/sys/kern/
H A Dkern_racct.c116 SDT_PROBE_DEFINE1(racct, kernel, racct, destroy, "struct racct *");
448 SDT_PROBE(racct, kernel, racct, destroy, racctp, 0, 0, 0, 0);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dlistener.c69 void (*destroy)(struct evconnlistener *); member in struct:evconnlistener_ops
133 listener->ops->destroy(listener);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dtimer.c367 destroy(isc__timer_t *timer) { function
371 * The caller must ensure it is safe to destroy the timer.
675 destroy(timer);
998 ISC_MSG_SIGNALDESTROY, "signal (destroy)"));
H A Dmem.c1054 destroy(isc__mem_t *ctx) { function
1153 destroy(ctx);
1202 destroy(ctx);
1225 destroy(ctx);
1250 destroy(ctx);
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbio.h292 int (*destroy) (BIO *); member in struct:bio_method_st
305 int (_far * destroy) (); member in struct:bio_method_st
/freebsd-9.3-release/contrib/bmake/
H A Dvar.c473 * destroy true if the value buffer should be destroyed.
483 VarFreeEnv(Var *v, Boolean destroy) argument
488 Buf_Destroy(&v->val, destroy);
3914 Boolean destroy = FALSE; local
3917 destroy = TRUE;
3925 VarFreeEnv(v, destroy);
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstl_list.h474 // [23.2.2.1] construct/copy/destroy
1182 _M_get_Tp_allocator().destroy(&__n->_M_data);
H A Dstl_vector.h203 // [23.2.4.1] construct/copy/destroy
635 this->_M_impl.destroy(this->_M_impl._M_finish);
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c50 SET(c, destroy);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_object.c77 if (bo->destroy == &radeon_ttm_bo_destroy)
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_bo_util.c432 fbo->destroy = &ttm_transfered_destroy;

Completed in 456 milliseconds

1234567891011