Home
last modified time | relevance | path

Searched refs:onwrite (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_writable.js114 this.onwrite = function(er) { method in WritableState
115 onwrite(stream, er);
277 stream._writev(chunk, state.onwrite);
279 stream._write(chunk, encoding, state.onwrite);
305 function onwrite(stream, er) { function
/third_party/node/lib/internal/streams/
Dwritable.js140 this.onwrite = onwrite.bind(undefined, stream);
358 stream._write(chunk, encoding, state.onwrite);
373 state.onwrite(new ERR_STREAM_DESTROYED('write'));
375 stream._writev(chunk, state.onwrite);
377 stream._write(chunk, encoding, state.onwrite);
394 function onwrite(stream, er) { function
/third_party/node/lib/internal/
Djs_stream_socket.js33 function onwrite(req, bufs) { return this[owner_symbol].doWrite(req, bufs); } function
60 handle.onwrite = onwrite;
/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_writable.js159 this.onwrite = function (er) { method in WritableState
160 onwrite(stream, er);
409 …te.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite
444 function onwrite(stream, er) { function
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_writable.js179 this.onwrite = function (er) { method in WritableState
180 onwrite(stream, er);
428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite
463 function onwrite(stream, er) { function
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_writable.js179 this.onwrite = function (er) { method in WritableState
180 onwrite(stream, er);
428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite
463 function onwrite(stream, er) { function
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_writable.js179 this.onwrite = function (er) { method in WritableState
180 onwrite(stream, er);
428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite
463 function onwrite(stream, er) { function
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_writable.js179 this.onwrite = function (er) { method in WritableState
180 onwrite(stream, er);
428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite
463 function onwrite(stream, er) { function
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_writable.js179 this.onwrite = function (er) { method in WritableState
180 onwrite(stream, er);
428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite
463 function onwrite(stream, er) { function
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_writable.js179 this.onwrite = function (er) { method in WritableState
180 onwrite(stream, er);
428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite
463 function onwrite(stream, er) { function
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_writable.js179 this.onwrite = function (er) { method in WritableState
180 onwrite(stream, er);
428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite
463 function onwrite(stream, er) { function
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_writable.js179 this.onwrite = function (er) { method in WritableState
180 onwrite(stream, er);
428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite
463 function onwrite(stream, er) { function
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_writable.js179 this.onwrite = function (er) { method in WritableState
180 onwrite(stream, er);
428 …if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite
463 function onwrite(stream, er) { function
/third_party/iowow/src/fs/
Diwdlsnr.h41 iwrc (*onwrite)(struct IWDLSNR *self, off_t off, const void *buf, off_t len, int flags); member
Diwfile.c63 rc = impl->opts.dlsnr->onwrite(impl->opts.dlsnr, off, buf, siz, 0); in _iwfs_write()
193 || !l->onset || !l->onsynced || !l->onwrite) { in iwfs_file_open()
Diwexfile.c342 … rc = impl->dlsnr->onwrite(impl->dlsnr, off - s->off, (const char*) buf + (siz - wp), len, 0); in _exfile_write()
435 rc = impl->dlsnr->onwrite(impl->dlsnr, noff, s->mmap + off, siz, 0); in _exfile_copy()
Diwfsmfile.c409 rc = fsm->dlsnr->onwrite(fsm->dlsnr, fsm->bmoff + so, mm + so, dl, 0); in _fsm_set_bit_status_lw()
980 rc = fsm->dlsnr->onwrite(fsm->dlsnr, bmoff, mm2, fsm->bmlen, 0); in _fsm_init_lw()
1736 rc = fsm->dlsnr->onwrite(fsm->dlsnr, IWFSM_CUSTOM_HDR_DATA_OFFSET + off, buf, siz, 0); in _fsm_writehdr()
/third_party/node/test/common/
Dudppair.js16 this._handle.onwrite =
/third_party/iowow/src/kv/
Diwkv.c411 rc = dlsnr->onwrite(dlsnr, db->addr, sp, wp - sp, 0); in _db_save()
426 rc = dlsnr->onwrite(dlsnr, sp - mm, sp, wp - sp, 0); in _db_save()
951 rc = dlsnr->onwrite(dlsnr, kb->addr, sptr, wp - sptr, 0); in _kvblk_sync_mm()
991 rc = dlsnr->onwrite(dlsnr, blkend - noff, wp - kvp->off, kvp->len, 0); in KSORT_INIT()
1063 …rc = dlsnr->onwrite(dlsnr, kb->addr + (1ULL << npow) - maxoff, mm + kb->addr + nlen - maxoff, maxo… in _kvblk_rmkv()
1163 rc = dlsnr->onwrite(dlsnr, naddr, mm + kb->addr, KVBLK_HDRSZ, 0); in _kvblk_addkv()
1166 …rc = dlsnr->onwrite(dlsnr, naddr + nlen - kb->maxoff, mm + kb->addr + olen - kb->maxoff, kb->maxof… in _kvblk_addkv()
1219 rc = dlsnr->onwrite(dlsnr, kb->addr + (1ULL << kb->szpow) - kvp->off, sptr, wp - sptr, 0); in _kvblk_addkv()
1265 rc = dlsnr->onwrite(dlsnr, wp - mm, uval->data, uval->size, 0); in _kvblk_updatev()
1292 rc = dlsnr->onwrite(dlsnr, wp - mm, uval->data, uval->size, 0); in _kvblk_updatev()
[all …]
Diwal.c1089 dlsnr->onwrite = _onwrite; in iwal_create()