Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp1095 FX_LPBYTE pDecryptedData; in LoadAllData() local
1103 pDecryptedData = dest_buf.GetBuffer(); in LoadAllData()
1107 pDecryptedData = pSrcData; in LoadAllData()
1111 m_pData = pDecryptedData; in LoadAllData()
1114 FX_BOOL bRet = PDF_DataDecode(pDecryptedData, dwDecryptedSize, m_pStream->GetDict(), in LoadAllData()
1117 m_pData = pDecryptedData; in LoadAllData()
1124 if (pDecryptedData != pSrcData && pDecryptedData != m_pData) { in LoadAllData()
1125 FX_Free(pDecryptedData); in LoadAllData()