Searched refs:GetJumpMark (Results 1 – 3 of 3) sorted by relevance
28 virtual jmp_buf* GetJumpMark() = 0;
1117 if (setjmp(*m_pJpegContext->GetJumpMark()) == -1) { in JpegDetectImageType()1135 if (setjmp(*m_pJpegContext->GetJumpMark()) == -1) { in JpegDetectImageType()1924 if (setjmp(*m_pJpegContext->GetJumpMark()) == -1) { in JpegStartDecode()2086 if (setjmp(*m_pJpegContext->GetJumpMark()) == -1) { in JpegContinueDecode()
37 jmp_buf* GetJumpMark() override { return &m_JumpMark; } in GetJumpMark() function in CJpegContext