Home
last modified time | relevance | path

Searched refs:_destroy (Results 1 – 25 of 44) sorted by relevance

12

/third_party/libunwind/libunwind/doc/
Dunw_destroy_addr_space.tex8 \begin{Name}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\…
15 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\
19 The \Func{unw\_destroy\_addr\_space}() routine destroys the
Dunw_get_accessors.tex24 by a call to \Func{unw\_destroy\_addr\_space}(3).
45 \SeeAlso{unw\_destroy\_addr\_space(3)}
Dlibunwind-ptrace.tex20 \Type{void} \Func{\_UPT\_destroy}(\Type{void~*});\\
84 process, \Func{\_UPT\_destroy}() needs to be called, passing it the
/third_party/node/lib/internal/bootstrap/switches/
Dis_main_thread.js153 stdoutDestroy = stdout._destroy;
154 stdout._destroy = dummyDestroy;
160 stdout._destroy = stdoutDestroy;
174 stderrDestroy = stderr._destroy;
176 stderr._destroy = dummyDestroy;
181 stderr._destroy = stderrDestroy;
/third_party/node/test/parallel/
Dtest-stream-transform-destroy.js44 transform._destroy = common.mustCall(function(err, cb) {
86 transform._destroy = common.mustCall(function(err, cb) {
100 transform._destroy = common.mustCall(function(err, cb) {
130 transform._destroy = common.mustCall(function(err, cb) {
Dtest-stream-duplex-destroy.js48 duplex._destroy = common.mustCall(function(err, cb) {
93 duplex._destroy = common.mustCall(function(err, cb) {
109 duplex._destroy = common.mustCall(function(err, cb) {
140 duplex._destroy = common.mustCall(function(err, cb) {
Dtest-http2-client-rststream-before-connect.js47 req._destroy = common.mustCall(req._destroy.bind(req));
Dtest-stream-readable-destroy.js44 read._destroy = common.mustCall(function(err, cb) {
87 read._destroy = common.mustCall(function(err, cb) {
102 read._destroy = common.mustCall(function(err, cb) {
129 read._destroy = common.mustCall(function(err, cb) {
Dtest-stream-writable-destroy.js55 write._destroy = function(err, cb) { function in write
98 write._destroy = common.mustCall(function(err, cb) {
112 write._destroy = common.mustCall(function(err, cb) {
137 write._destroy = common.mustCall(function(err, cb) {
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-gobject-structs.cc78 HB_DEFINE_BOXED_TYPE (name, hb_##name##_reference, hb_##name##_destroy)
88 static void _hb_##name##_destroy (hb_##name##_t *l) { hb_free (l); } \
89 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
/third_party/node/lib/internal/streams/
Ddestroy.js68 _destroy(this, aggregateTwoErrors(er, err), cb);
71 _destroy(this, err, cb);
77 function _destroy(self, err, cb) { function
109 self._destroy(err || null, onDestroy);
Dfrom.js57 readable._destroy = function(error, cb) { function
Dcompose.js232 d._destroy = function(err, callback) { function
Dwritable.js246 this._destroy = options.destroy;
902 Writable.prototype._destroy = function(err, cb) { method in Writable
/third_party/node/deps/undici/src/lib/api/
Dapi-pipeline.js36 _destroy (err, callback) { method in PipelineRequest
53 _destroy (err, callback) { method in PipelineResponse
/third_party/node/test/async-hooks/
Dinit-hooks.js51 destroy: this._destroy.bind(this),
206 _destroy(uid) { method in ActivityCollector
/third_party/node/lib/internal/
Dheap_utils.js27 _destroy() { method in HeapSnapshotStream
/third_party/node/lib/
D_http_incoming.js221 IncomingMessage.prototype._destroy = function _destroy(err, cb) { method in IncomingMessage
D_http_client.js877 function _destroy(req, err) { function
896 _destroy(req, er || err);
902 _destroy(req, err || req[kError]);
/third_party/node/lib/internal/fs/
Dsync_write_stream.js35 SyncWriteStream.prototype._destroy = function(err, cb) { method in SyncWriteStream
Dstreams.js284 ReadStream.prototype._destroy = function(err, cb) { method in ReadStream
500 WriteStream.prototype._destroy = function(err, cb) { method in WriteStream
/third_party/libbpf/src/
Dbpf_helpers.h337 cleanup(bpf_iter_##type##_destroy))), \
343 (void)bpf_iter_##type##_destroy, (void *)0); \
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-object.c145 (destroy_func_t) hb_##name##_destroy, \
158 (destroy_func_t) hb_##name##_destroy, \
/third_party/python/Lib/turtledemo/
D__main__.py132 root.wm_protocol("WM_DELETE_WINDOW", self._destroy)
387 def _destroy(self): member in DemoWindow
/third_party/python/Modules/
D_abc.c153 _destroy(PyObject *setweakref, PyObject *objweakref) in _destroy() function
170 "_destroy", (PyCFunction) _destroy, METH_O

12