Home
last modified time | relevance | path

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

1234

/third_party/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)}
/third_party/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) { free (l); } \
89 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
/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/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-gobject-structs.cc67 HB_DEFINE_BOXED_TYPE (name, hb_##name##_reference, hb_##name##_destroy)
77 static void _hb_##name##_destroy (hb_##name##_t *l) { free (l); } \
78 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
/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-stream-readable-destroy.js42 read._destroy = common.mustCall(function(err, cb) {
85 read._destroy = common.mustCall(function(err, cb) {
100 read._destroy = common.mustCall(function(err, cb) {
127 read._destroy = common.mustCall(function(err, cb) {
Dtest-http2-client-rststream-before-connect.js49 req._destroy = common.mustCall(req._destroy.bind(req));
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) {
139 write._destroy = common.mustCall(function(err, cb) {
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_transform.js192 Transform.prototype._destroy = function (err, cb) { method in Transform
195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_transform.js192 Transform.prototype._destroy = function (err, cb) { method in Transform
195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_transform.js192 Transform.prototype._destroy = function (err, cb) { method in Transform
195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_transform.js185 Transform.prototype._destroy = function (err, cb) { method in Transform
186 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_transform.js192 Transform.prototype._destroy = function (err, cb) { method in Transform
195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_transform.js192 Transform.prototype._destroy = function (err, cb) { method in Transform
195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_transform.js192 Transform.prototype._destroy = function (err, cb) { method in Transform
195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_transform.js192 Transform.prototype._destroy = function (err, cb) { method in Transform
195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_transform.js192 Transform.prototype._destroy = function (err, cb) { method in Transform
195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_transform.js192 Transform.prototype._destroy = function (err, cb) { method in Transform
195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/lib/internal/streams/
Dtransform.js214 Transform.prototype._destroy = function(err, cb) { method in Transform
215 Duplex.prototype._destroy.call(this, err, (err2) => { method in Duplex
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DJQL.java390 _destroy(h); in close()
425 _destroy(h); in cleanup()
430 private static native void _destroy(long handle); in _destroy() method
/third_party/node/lib/internal/bootstrap/switches/
Dis_main_thread.js125 stdout._destroy = dummyDestroy;
137 stderr._destroy = dummyDestroy;
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJQL.java396 _destroy(h); in close()
431 _destroy(h); in cleanup()
436 private static native void _destroy(long handle); in _destroy() method in JQL
/third_party/node/lib/internal/
Dheap_utils.js27 _destroy() { method in HeapSnapshotStream

1234