Searched refs:m_pTrailer (Results 1 – 3 of 3) sorted by relevance
46 m_pTrailer = NULL; in CPDF_Parser()75 if (m_pTrailer) { in CloseParser()76 m_pTrailer->Release(); in CloseParser()77 m_pTrailer = NULL; in CloseParser()242 if (m_pTrailer == NULL) { in SetEncryptHandler()245 CPDF_Object* pEncryptObj = m_pTrailer->GetElement(FX_BSTRC("Encrypt")); in SetEncryptHandler()346 m_pTrailer = LoadTrailerV4(); in LoadAllCrossRefV4()347 if (m_pTrailer == NULL) { in LoadAllCrossRefV4()350 FX_INT32 xrefsize = GetDirectInteger(m_pTrailer, FX_BSTRC("Size")); in LoadAllCrossRefV4()358 XRefStreamList.Add(GetDirectInteger(m_pTrailer, FX_BSTRC("XRefStm"))); in LoadAllCrossRefV4()[all …]
449 return m_pTrailer; in GetTrailer()566 CPDF_Dictionary* m_pTrailer; variable1043 CPDF_Object *m_pTrailer; variable
1782 CPDF_Dictionary* p = m_pParser->m_pTrailer; in WriteDoc_Stage4()