Searched refs:pByteBuffer (Results 1 – 1 of 1) sorted by relevance
175 uint8_t*& pByteBuffer, in XFA_GetPDFContentsFromPDFXML() argument212 pByteBuffer = FX_Alloc(uint8_t, iBufferSize + 1); in XFA_GetPDFContentsFromPDFXML()213 pByteBuffer[iBufferSize] = '0'; // FIXME: I bet this is wrong. in XFA_GetPDFContentsFromPDFXML()214 Base64DecodeW(wsPDFContent.c_str(), wsPDFContent.GetLength(), pByteBuffer); in XFA_GetPDFContentsFromPDFXML()