Searched refs:m_pTrailer (Results 1 – 3 of 3) sorted by relevance
116 m_pTrailer = NULL; in CPDF_Parser()168 if (m_pTrailer) { in CloseParser()169 m_pTrailer->Release(); in CloseParser()170 m_pTrailer = NULL; in CloseParser()312 if (!m_pTrailer) { in SetEncryptHandler()315 CPDF_Object* pEncryptObj = m_pTrailer->GetElement("Encrypt"); in SetEncryptHandler()389 m_pTrailer = LoadTrailerV4(); in LoadAllCrossRefV4()390 if (!m_pTrailer) { in LoadAllCrossRefV4()394 int32_t xrefsize = GetDirectInteger(m_pTrailer, "Size"); in LoadAllCrossRefV4()403 XRefStreamList.Add(GetDirectInteger(m_pTrailer, "XRefStm")); in LoadAllCrossRefV4()[all …]
394 CPDF_Dictionary* GetTrailer() { return m_pTrailer; } in GetTrailer()486 CPDF_Dictionary* m_pTrailer; variable
1766 CPDF_Dictionary* p = m_pParser->m_pTrailer; in WriteDoc_Stage4()