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

1234

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgmutex.c42 GDestroyNotify destroy; member in struct:_GStaticPrivateNode
164 if (node->destroy)
167 GDestroyNotify ddestroy = node->destroy;
170 node->destroy = notify;
177 node->destroy = notify;
192 if (node->destroy)
193 node->destroy (node->data);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/mtd/
H A Dmap.h62 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
82 if (map->fldrv->destroy)
83 map->fldrv->destroy(mtd);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Dmap.h62 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
82 if (map->fldrv->destroy)
83 map->fldrv->destroy(mtd);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_conntrack_protocol.h46 void (*destroy)(struct ip_conntrack *conntrack); member in struct:ip_conntrack_protocol
H A Dip_tables.h368 void (*destroy)(void *matchinfo, unsigned int matchinfosize); member in struct:ipt_match
400 void (*destroy)(void *targinfo, unsigned int targinfosize); member in struct:ipt_target
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_conntrack_protocol.h46 void (*destroy)(struct ip_conntrack *conntrack); member in struct:ip_conntrack_protocol
H A Dip_tables.h368 void (*destroy)(void *matchinfo, unsigned int matchinfosize); member in struct:ipt_match
400 void (*destroy)(void *targinfo, unsigned int targinfosize); member in struct:ipt_target
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_cls.h49 void (*destroy)(struct tcf_proto*); member in struct:tcf_proto_ops
H A Ddst.h80 void (*destroy)(struct dst_entry *); member in struct:dst_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_cls.h49 void (*destroy)(struct tcf_proto*); member in struct:tcf_proto_ops
H A Ddst.h80 void (*destroy)(struct dst_entry *); member in struct:dst_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/chips/
H A Dmap_absent.c40 destroy: map_absent_destroy,
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Deng_int.h165 ENGINE_GEN_INT_FUNC_PTR destroy; member in struct:engine_st
H A Dconf.h94 int (*destroy)(CONF *conf); member in struct:conf_method_st
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dauth.h75 void (*destroy)(struct rpc_auth *); member in struct:rpc_authops
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dauth.h75 void (*destroy)(struct rpc_auth *); member in struct:rpc_authops
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dgzio.c60 local int destroy OF((gz_stream *s));
106 return destroy(s), (gzFile)Z_NULL;
124 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
137 return destroy(s), (gzFile)Z_NULL;
150 return destroy(s), (gzFile)Z_NULL;
159 return destroy(s), (gzFile)Z_NULL;
316 local int destroy (s) function
835 if (err != Z_OK) return destroy((gz_stream*)file);
841 return destroy((gz_stream*)file);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddst.c160 if (dst->ops->destroy)
161 dst->ops->destroy(dst);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv6/
H A Dip6_tables.h374 void (*destroy)(void *matchinfo, unsigned int matchinfosize); member in struct:ip6t_match
406 void (*destroy)(void *targinfo, unsigned int targinfosize); member in struct:ip6t_target
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv6/
H A Dip6_tables.h374 void (*destroy)(void *matchinfo, unsigned int matchinfosize); member in struct:ip6t_match
406 void (*destroy)(void *targinfo, unsigned int targinfosize); member in struct:ip6t_target
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Dax25_ds_timer.c109 if (ax25->sk == NULL || ax25->sk->destroy || (ax25->sk->state == TCP_LISTEN && ax25->sk->dead)) {
H A Dax25_std_timer.c53 if (ax25->sk == NULL || ax25->sk->destroy || (ax25->sk->state == TCP_LISTEN && ax25->sk->dead)) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_arp/
H A Darp_tables.h298 void (*destroy)(void *targinfo, unsigned int targinfosize); member in struct:arpt_target
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_arp/
H A Darp_tables.h298 void (*destroy)(void *targinfo, unsigned int targinfosize); member in struct:arpt_target
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_generic.c429 if (ops->destroy)
430 ops->destroy(qdisc);

Completed in 231 milliseconds

1234