Lines Matching refs:write
275 // similar to how Writable.write() returns true if you should
276 // write() some more.
335 chunk = state.decoder.write(chunk);
399 content += decoder.write(data);
504 // deeply ugly to write APIs this way, but that still doesn't mean
781 // If the user unpiped during `dest.write()`, it is possible
782 // to get stuck in a permanently paused state if that write
787 debug('false write response, pause', 0);
791 debug('false write response, pause', state.awaitDrainWriters.size);
809 const ret = dest.write(chunk);
810 debug('dest.write', ret);