Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp254 int buf_index = 0; in FindTagParam() local
257 pBuf[buf_index++] = m_dwCurPos; in FindTagParam()
258 if (buf_index == nParams) { in FindTagParam()
259 buf_index = 0; in FindTagParam()
274 m_dwCurPos = pBuf[buf_index]; in FindTagParam()