Lines Matching refs:sink
284 nsIOutputStream *sink,
291 mSink = sink;
308 // sets source and sink condition before returning.
318 // ok, copy data from source to sink.
333 // need to wait for more room in the sink. while waiting for
334 // more room in the sink, be sure to observer failures on the
352 // close sink
381 NS_IMETHOD OnOutputStreamReady(nsIAsyncOutputStream *sink)
557 nsIOutputStream *sink,
579 rv = copier->Start(source, sink, target, callback, closure, chunkSize);