Searched refs:afterWrite (Results 1 - 5 of 5) sorted by relevance
/third_party/node/benchmark/fs/ |
H A D | writefile-promises.js | 60 .then(() => afterWrite()) 61 .catch((err) => afterWrite(err)); 64 function afterWrite(er) {
|
/third_party/node/benchmark/net/ |
H A D | tcp-raw-s2c.js | 65 writeReq.oncomplete = afterWrite; 83 afterWrite(0, clientHandle); 88 function afterWrite(status, handle) { function
|
H A D | tcp-raw-c2s.js | 107 writeReq.oncomplete = afterWrite; 125 function afterWrite(err, handle) {
|
H A D | tcp-raw-pipe.js | 121 writeReq.oncomplete = afterWrite; 139 function afterWrite(err, handle) { function
|
/third_party/node/lib/internal/streams/ |
H A D | writable.js | 158 // Storage for data passed to the afterWrite() callback in case of 480 afterWrite(stream, state, 1, cb); 487 return afterWrite(stream, state, count, cb); 490 function afterWrite(stream, state, count, cb) { function
|
Completed in 2 milliseconds