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

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2348 {\tt ip tunnel delete} --- destroy a tunnel}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Ddsputil_arm_s.S68 @ Rn = destroy
82 @ Rn = destroy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl529 $win->destroy();
533 $win->destroy();
537 $win->destroy();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dgzio.c80 local int destroy OF((gz_stream *s));
129 return destroy(s), (gzFile)Z_NULL;
149 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
162 return destroy(s), (gzFile)Z_NULL;
175 return destroy(s), (gzFile)Z_NULL;
184 return destroy(s), (gzFile)Z_NULL;
355 local int destroy (s) function
965 return destroy((gz_stream*)file);
971 return destroy((gz_stream*)file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse.h62 * init and destroy are special purpose methods, without which a full
299 * destroy() method.
313 void (*destroy) (void *); member in struct:fuse_operations
H A Dfuse_lowlevel.h120 * Most of the methods (with the exception of init and destroy)
159 void (*destroy) (void *userdata); member in struct:fuse_lowlevel_ops
1111 * Hook for cleaning up the channel on destroy (optional)
1115 void (*destroy) (void *data); member in struct:fuse_session_ops
1258 void (*destroy)(struct fuse_chan *ch); member in struct:fuse_chan_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c1064 if (fs->op.destroy)
1065 fs->op.destroy(fs->user_data);
2413 .destroy = fuse_lib_destroy,
2716 fs->op.destroy = NULL;
H A Dfuse_kern_chan.c91 .destroy = fuse_kern_chan_destroy,
H A Dfuse_lowlevel.c1020 if (f->op.destroy)
1021 f->op.destroy(f->userdata);
1230 if (f->op.destroy)
1231 f->op.destroy(f->userdata);
1246 .destroy = fuse_ll_destroy,
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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1694 .destroy = ntfs_fuse_destroy2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_hdr.c117 a->meth->destroy(a->data);
H A Dasn1.h481 void (*destroy)(); member in struct:asn1_method_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbio.h232 int (*destroy)(BIO *); member in struct:bio_method_st
246 int (_far *destroy)(); member in struct:bio_method_st
H A Dbio_lib.c135 if ((a->method == NULL) || (a->method->destroy == NULL)) return(1);
136 ret=a->method->destroy(a);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf.h93 int (*destroy)(CONF *conf); member in struct:conf_method_st
H A Dconf_lib.c249 conf->meth->destroy(conf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_int.h156 ENGINE_GEN_INT_FUNC_PTR destroy; member in struct:engine_st
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;
H A Deng_list.c330 dest->destroy = src->destroy;
/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/openssl/include/openssl/
H A Dasn1.h481 void (*destroy)(); member in struct:asn1_method_st
H A Dbio.h232 int (*destroy)(BIO *); member in struct:bio_method_st
246 int (_far *destroy)(); member in struct:bio_method_st
H A Dconf.h93 int (*destroy)(CONF *conf); member in struct:conf_method_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dkssl.c690 krb5_error_code (KRB5_CALLCONV *destroy) member in struct:_krb5_cc_ops

Completed in 210 milliseconds

12345678