HomeSort by: relevance | last modified time | path
    Searched defs:destroy (Results 1 - 25 of 249) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl2/lvm2/dist/include/
dev-cache.h 28 void (*destroy) (struct dev_filter * f); member in struct:dev_filter
  /src/external/gpl2/lvm2/dist/lib/device/
dev-cache.h 28 void (*destroy) (struct dev_filter * f); member in struct:dev_filter
  /src/external/bsd/ntp/dist/libntp/lib/isc/
event.c 38 destroy(isc_event_t *event) { function
71 sender, destroy, mctx);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ManagedStatic.cpp 55 void ManagedStaticBase::destroy() const { function in class:ManagedStaticBase
63 // Destroy memory.
71 /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
77 StaticList->destroy();
  /src/external/mpl/dhcp/bind/dist/lib/isc/
event.c 29 destroy(isc_event_t *event) { function
45 ISC_EVENT_INIT(event, size, 0, NULL, type, action, arg, sender, destroy,
77 destroy, mctx);
counter.c 96 destroy(isc_counter_t *counter) { function
112 destroy(counter);
  /src/sbin/gpt/
destroy.c 33 __FBSDID("$FreeBSD: src/sbin/gpt/destroy.c,v 1.6 2005/08/31 01:47:19 marcel Exp $");
36 __RCSID("$NetBSD: destroy.c,v 1.15 2025/02/23 20:47:19 christos Exp $");
59 "destroy",
69 destroy(gpt_t gpt, int force __unused, int recoverable) function
135 return destroy(gpt, 0, recoverable);
  /src/external/bsd/zstd/dist/tests/regression/
method.h 52 void (*destroy)(method_state_t* state); member in struct:__anon8925
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scoped_mmap.h 42 destroy ();
66 destroy ();
76 void destroy () function in class:scoped_mmap
  /src/external/gpl3/gdb/dist/gdbsupport/
scoped_mmap.h 42 destroy ();
66 destroy ();
76 void destroy () function in class:scoped_mmap
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
audio.h 55 void (*destroy)(struct audio **audio); member in struct:audio_funcs
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fence.h 65 void (*destroy)(struct vmw_fence_obj *fence); member in struct:vmw_fence_obj
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
bio.h 23 int (*destroy) (BIO *); member in struct:bio_method_st
  /src/external/apache2/llvm/dist/clang/lib/Lex/
MacroArgs.cpp 76 /// destroy - Destroy and deallocate the memory for this object.
78 void MacroArgs::destroy(Preprocessor &PP) { function in class:MacroArgs
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
uninitialized_algorithms.h 127 void destroy(_ForwardIterator __first, _ForwardIterator __last) { function
152 _VSTD::destroy(__first, __idx);
171 _VSTD::destroy(__first, __idx);
190 _VSTD::destroy(__first, __idx);
209 _VSTD::destroy(__first, __idx);
229 _VSTD::destroy(__first_res, __idx);
249 _VSTD::destroy(__first_res, __idx);
allocator.h 132 void destroy(pointer __p) { function in class:allocator
209 void destroy(pointer __p) { function in class:allocator
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeLinkList.h 55 destroy (bool deleteItem = false) function in class:DbeLinkList
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeLinkList.h 55 destroy (bool deleteItem = false) function in class:DbeLinkList
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_construct.h 1 // nonstandard construct and destroy functions -*- C++ -*-
64 /* This file provides the C++17 functions std::destroy_at, std::destroy, and
142 * Destroy the object pointed to by a pointer type.
176 * Destroy a range of objects. If the value_type of the object has
225 * Destroy a range of objects. If the value_type of the object has
251 destroy(_ForwardIterator __first, _ForwardIterator __last) function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_construct.h 1 // nonstandard construct and destroy functions -*- C++ -*-
64 /* This file provides the C++17 functions std::destroy_at, std::destroy, and
142 * Destroy the object pointed to by a pointer type.
176 * Destroy a range of objects. If the value_type of the object has
225 * Destroy a range of objects. If the value_type of the object has
251 destroy(_ForwardIterator __first, _ForwardIterator __last) function
  /src/games/adventure/
vocab.c 55 destroy(int object) function
  /src/sbin/luactl/
luactl.c 56 static void destroy(char *);
97 } else if (!strcmp(argv[0], "destroy")) {
100 destroy(argv[1]);
168 destroy(char *name) function
225 fprintf(stderr, " %s [-cq] destroy name\n", p);
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_sman.h 56 /* private info. If allocated, needs to be destroyed by the destroy
73 void (*destroy) (void *private); member in struct:drm_sman_mm
  /src/crypto/external/apache2/openssl/dist/include/openssl/
conftypes.h 25 int (*destroy)(CONF *conf); member in struct:conf_method_st
  /src/crypto/external/bsd/openssl/dist/include/openssl/
conftypes.h 25 int (*destroy) (CONF *conf); member in struct:conf_method_st

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 910