HomeSort by relevance Sort by last modified time
    Searched refs:pIdArray (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 17 FX_LPBYTE key, int keylen, FX_BOOL bIgnoreMeta, CPDF_Array* pIdArray)
31 if (pIdArray) {
32 CFX_ByteString id = pIdArray->GetString(0);
419 CPDF_Array* pIdArray = m_pParser->GetIDArray();
420 if (pIdArray) {
421 CFX_ByteString id = pIdArray->GetString(0);
498 void CPDF_StandardSecurityHandler::OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray,
555 CalcEncryptKey(m_pEncryptDict, (FX_LPBYTE)user_pass, user_size, m_EncryptKey, key_len, FALSE, pIdArray);
565 if (pIdArray) {
566 CFX_ByteString id = pIdArray->GetString(0);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 656 void OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray,
660 void OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray,
696 void OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray,

Completed in 40 milliseconds