Searched refs:sourcePointer (Results 1 – 1 of 1) sorted by relevance
205 const unsigned char* sourcePointer = reinterpret_cast<const unsigned char*>(bytes); in decode() local213 …OSStatus status = decode(sourcePointer, sourceLength, bytesRead, buffer, sizeof(buffer), bytesWrit… in decode()215 sourcePointer += bytesRead; in decode()231 sourcePointer += 1; in decode()240 memcpy(m_bufferedBytes, sourcePointer, sourceLength); in decode()