Home
last modified time | relevance | path

Searched refs:src_stream (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/libfuzzer/
Dpdf_codec_jbig2_fuzzer.cc34 CPDF_StreamAcc src_stream; in LLVMFuzzerTestOneInput() local
35 src_stream.LoadAllData(stream->AsStream(), true); in LLVMFuzzerTestOneInput()
41 &jbig2_context, &document_context, width, height, &src_stream, nullptr, in LLVMFuzzerTestOneInput()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jbig.cpp48 CPDF_StreamAcc* src_stream, in StartDecode() argument
60 pJbig2Context->m_pSrcStream = src_stream; in StartDecode()
67 global_stream, src_stream, pJBig2DocumentContext->GetSymbolDictCache(), in StartDecode()
Dccodec_jbig2module.h46 CPDF_StreamAcc* src_stream,
/external/libbrillo/brillo/streams/
Dinput_stream_set.cc35 for (Stream* src_stream : source_streams) { in Create()
36 if (!src_stream->CanRead()) { in Create()
/external/libbrillo/brillo/http/
Dhttp_request.cc331 StreamPtr src_stream = connection_->ExtractDataStream(nullptr); in ExtractData() local
333 if (src_stream && dest_stream) { in ExtractData()
336 while (src_stream->ReadBlocking(buffer, sizeof(buffer), &read, nullptr) && in ExtractData()