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

123

/haiku-fatelf/headers/cpp/
H A Dstl_construct.h38 // construct and destroy. These functions are not part of the C++ standard,
42 inline void destroy(_Tp* __pointer) { function
61 destroy(&*__first);
77 inline void destroy(_ForwardIterator __first, _ForwardIterator __last) { function
81 inline void destroy(char*, char*) {} function
82 inline void destroy(wchar_t*, wchar_t*) {} function
H A Dstl_uninitialized.h61 __STL_UNWIND(destroy(__result, __cur));
111 __STL_UNWIND(destroy(__result, __cur));
161 __STL_UNWIND(destroy(__first, __cur));
202 __STL_UNWIND(destroy(__first, __cur));
238 __STL_UNWIND(destroy(__result, __mid));
254 __STL_UNWIND(destroy(__result, __mid));
270 __STL_UNWIND(destroy(__first2, __mid2));
H A Dstl_vector.h266 ~vector() { destroy(_M_start, _M_finish); }
273 destroy(_M_start, _M_finish);
390 destroy(_M_finish);
396 destroy(_M_finish);
401 destroy(__i, _M_finish);
511 destroy(_M_start, _M_finish);
518 destroy(__i, _M_finish);
566 destroy(_M_start, _M_finish);
573 destroy(__new_finish, _M_finish);
608 __STL_UNWIND((destroy(__new_star
[all...]
H A Diterator.h93 using __STD::destroy;
H A Dstl_tempbuf.h125 destroy(_M_buffer, _M_buffer + _M_len);
H A Dstl_deque.h611 ~deque() { destroy(_M_start, _M_finish); }
734 destroy(_M_finish._M_cur);
742 destroy(_M_start._M_cur);
1054 destroy(_M_start, __new_start);
1061 destroy(__new_finish, _M_finish);
1075 destroy(*__node, *__node + _S_buffer_size());
1080 destroy(_M_start._M_cur, _M_start._M_last);
1081 destroy(_M_finish._M_first, _M_finish._M_cur);
1085 destroy(_M_start._M_cur, _M_finish._M_cur);
1101 __STL_UNWIND(destroy(_M_star
[all...]
H A Dstl_slist.h245 destroy(&__next->_M_data);
272 destroy(&__next->_M_data);
292 destroy(&__tmp->_M_data);
445 destroy(&__node->_M_data);
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dancillary_data.h21 bool destroy);
H A Dancillary_data.cpp111 function. Depending on \a destroy, the destructor is invoked before freeing
117 \param destroy If \c true, the destructor, if one was passed to
123 bool destroy)
132 if (destroy && ancillaryData->destructor != NULL) {
122 remove_ancillary_data(ancillary_data_container* container, void* data, bool destroy) argument
H A Dsimple_net_buffer.cpp483 function. Depending on \a destroy, the destructor is invoked before freeing
489 \param destroy If \c true, the destructor, if one was passed to
494 detach_ancillary_data(net_buffer *_buffer, void *data, bool destroy) argument
505 if (destroy && ancillaryData->destructor != NULL) {
/haiku-fatelf/headers/os/drivers/
H A Dlocked_pool.h66 void (*destroy)(locked_pool_cookie pool); member in struct:__anon257
/haiku-fatelf/headers/private/kernel/
H A Ddebug_heap.h45 destroy(Type* object) function in namespace:DebugAlloc
/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Dccb.cpp113 locked_pool->destroy(bus->ccb_pool);
H A Dscatter_gather.cpp145 locked_pool->destroy(temp_sg_pool);
149 /** destroy SG list buffer */
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h129 * Most of the methods (with the exception of init and destroy)
168 void (*destroy) (void *userdata); member in struct:fuse_lowlevel_ops
1136 * Hook for cleaning up the channel on destroy (optional)
1140 void (*destroy) (void *data); member in struct:fuse_session_ops
1283 void (*destroy)(struct fuse_chan *ch); member in struct:fuse_chan_ops
H A Dfuse_lowlevel_compat.h14 void (*destroy) (void *userdata); member in struct:fuse_lowlevel_ops_compat25
81 void (*destroy) (void *userdata); member in struct:fuse_lowlevel_ops_compat
148 void (*destroy)(struct fuse_chan *ch); member in struct:fuse_chan_ops_compat24
H A Dfuse_compat.h46 void (*destroy) (void *); member in struct:fuse_operations_compat25
105 void (*destroy) (void *); member in struct:fuse_operations_compat22
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dgammacurve.c257 object_class->destroy = stpui_gamma_curve_destroy;
492 if (GTK_OBJECT_CLASS (parent_class)->destroy)
493 (* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
/haiku-fatelf/src/kits/network/libbind/dst/
H A Ddst_internal.h88 void *(*destroy)(void *key); member in struct:dst_func
/haiku-fatelf/src/add-ons/opengl/swpipe/
H A DSoftwareWinsys.cpp115 ERROR("%s: Attempt to destroy non-existant display target!\n",
200 winsys->destroy = hook_winsys_destroy;
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dctl_clnt.c104 static void destroy(struct ctl_cctx *, int);
225 destroy(ctx, 0);
339 destroy(struct ctl_cctx *ctx, int notify) { function
351 * This test is nec'y since destroy() can be called from
391 destroy(ctx, 1);
456 destroy(ctx, 1);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djp2_cod.h310 void (*destroy)(jp2_box_t *box); member in struct:jp2_boxops_s
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp357 if (fs->ops.destroy != NULL)
358 fs->ops.destroy(fs->userData);
/haiku-fatelf/headers/private/net/
H A Dnet_stack.h180 void* data, bool destroy);
/haiku-fatelf/headers/libs/mapm/
H A Dm_apm.h335 void destroy(void) {unref(myVal);myVal=NULL;} function in class:MAPM
425 ~MAPM() {destroy();}

Completed in 164 milliseconds

123