Home
last modified time | relevance | path

Searched refs:_onwrite (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/fs-minipass/
Dindex.js26 const _onwrite = Symbol('_onwrite') constant
266 this[_onwrite](null, 0)
291 this[_onwrite](er, bw))
294 [_onwrite] (er, bw) {
320 this[_onwrite](null, 0)
327 (er, bw) => this[_onwrite](er, bw))
368 this[_onwrite](null,
371 this[_onwrite](er, 0)
/third_party/iowow/src/kv/
Diwal.c258 static iwrc _onwrite(struct IWDLSNR *self, off_t off, const void *buf, off_t len, int flags) { in _onwrite() function
1060 dlsnr->onwrite = _onwrite; in iwal_create()