Searched refs:destroy (Results 1 - 25 of 184) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_state.c62 destroy(const struct xt_match *match, void *matchinfo) function
73 .destroy = destroy,
82 .destroy = destroy,
H A Dxt_string.c71 static void destroy(const struct xt_match *match, void *matchinfo) function
82 .destroy = destroy,
91 .destroy = destroy,
H A Dxt_CONNSECMARK.c113 destroy(const struct xt_target *target, void *targinfo) function
123 .destroy = destroy,
133 .destroy = destroy,
H A Dxt_connmark.c76 destroy(const struct xt_match *match, void *matchinfo) function
118 .destroy = destroy,
132 .destroy = destroy,
H A Dxt_helper.c93 destroy(const struct xt_match *match, void *matchinfo) function
104 .destroy = destroy,
113 .destroy = destroy,
H A Dxt_CONNMARK.c109 destroy(const struct xt_target *target, void *targinfo) function
150 .destroy = destroy,
164 .destroy = destroy,
H A Dxt_connbytes.c126 destroy(const struct xt_match *match, void *matchinfo) function
137 .destroy = destroy,
146 .destroy = destroy,
H A Dcore.c269 void (*destroy)(struct nf_conntrack *);
272 destroy = rcu_dereference(nf_ct_destroy);
273 BUG_ON(destroy == NULL);
274 destroy(nfct);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_helper.h37 void (*destroy)(struct nf_conn *ct); member in struct:nf_conntrack_helper
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/
H A DHello.java29 p.destroy();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_session.c92 if (se->op.destroy)
93 se->op.destroy(se->data);
179 if (ch->op.destroy)
180 ch->op.destroy(ch);
H A Dfuse_kern_chan.c91 .destroy = fuse_kern_chan_destroy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-hw-handler.h33 void (*destroy) (struct hw_handler *hwh); member in struct:hw_handler_type
H A Ddm-path-selector.h41 void (*destroy) (struct path_selector *ps); member in struct:path_selector_type
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dchipreg.c95 if (map->fldrv->destroy)
96 map->fldrv->destroy(mtd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_lib.c97 e->destroy = NULL;
132 if(e->destroy)
133 e->destroy(e);
249 e->destroy = destroy_f;
295 return e->destroy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_lib.c95 e->destroy = NULL;
130 if(e->destroy)
131 e->destroy(e);
247 e->destroy = destroy_f;
293 return e->destroy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_map.c246 __os_detach(env, infop, destroy)
249 int destroy;
277 if (destroy)
286 if (destroy && shmctl(segid, IPC_RMID,
311 if (destroy && (ret = __os_unlink(env, infop->name, 1)) != 0)
316 COMPQUIET(destroy, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_hdr.c117 a->meth->destroy(a->data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/vendor_defns/
H A Dsureware.h154 * Destroy the key into the hardware if destroy==1
156 typedef void SureWareHook_Free_t(char *p,int destroy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_hdr.c117 a->meth->destroy(a->data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Dsureware.h154 * Destroy the key into the hardware if destroy==1
156 typedef void SureWareHook_Free_t(char *p,int destroy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_sman.h54 /* private info. If allocated, needs to be destroyed by the destroy
71 void (*destroy) (void *private); member in struct:drm_sman_mm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs_sb.h114 void (*destroy)(struct nfs_server *); member in struct:nfs_server
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dtextsearch.c28 * | | | init() find() destroy() |
34 * | (7)|----->| destroy() |----------------------+
51 * (8) Core notifies the algorithm to destroy algorithm specific
295 * textsearch_destroy - destroy a search configuration
304 if (conf->ops->destroy)
305 conf->ops->destroy(conf);

Completed in 287 milliseconds

12345678