Home
last modified time | relevance | path

Searched refs:remove_handle (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dnode_api.h259 napi_async_cleanup_hook_handle* remove_handle);
262 napi_async_cleanup_hook_handle remove_handle);
Dnode_api.cc706 napi_async_cleanup_hook_handle* remove_handle) { in napi_add_async_cleanup_hook() argument
713 if (remove_handle != nullptr) in napi_add_async_cleanup_hook()
714 *remove_handle = handle; in napi_add_async_cleanup_hook()
720 napi_async_cleanup_hook_handle remove_handle) { in napi_remove_async_cleanup_hook() argument
722 if (remove_handle == nullptr) in napi_remove_async_cleanup_hook()
725 delete remove_handle; in napi_remove_async_cleanup_hook()
/third_party/ejdb/src/bindings/ejdb2_node/
Dnode_api.h259 napi_async_cleanup_hook_handle* remove_handle);
262 napi_async_cleanup_hook_handle remove_handle);
/third_party/node/doc/api/
Dn-api.md1737 napi_async_cleanup_hook_handle* remove_handle);
1743 * `[out] remove_handle`: Optional handle that refers to the asynchronous cleanup
1747 a function to be run with the `remove_handle` and `arg` parameters once the
1754 If `remove_handle` is not `NULL`, an opaque value will be stored in it
1771 napi_async_cleanup_hook_handle remove_handle);
1774 * `[in] remove_handle`: The handle to an asynchronous cleanup hook that was
1777 Unregisters the cleanup hook corresponding to `remove_handle`. This will prevent
/third_party/curl/docs/
DTODO471 add_handle() and remove_handle() which limits what we can do internally. The