Lines Matching refs:pBuffer
353 FX_LPBYTE pBuffer = NULL; in LoadGlobalPersistentVariables() local
356 LoadFileBuffer(m_sFilePath.c_str(), pBuffer, nLength); in LoadGlobalPersistentVariables()
357 CRYPT_ArcFourCryptBlock(pBuffer, nLength, JS_RC4KEY, sizeof(JS_RC4KEY)); in LoadGlobalPersistentVariables()
359 if (pBuffer) in LoadGlobalPersistentVariables()
361 FX_LPBYTE p = pBuffer; in LoadGlobalPersistentVariables()
384 if (p > pBuffer + nLength) in LoadGlobalPersistentVariables()
390 if (p + dwNameLen > pBuffer + nLength) in LoadGlobalPersistentVariables()
437 if (p + dwLength > pBuffer + nLength) in LoadGlobalPersistentVariables()
454 FX_Free(pBuffer); in LoadGlobalPersistentVariables()
514 void CJS_GlobalData::LoadFileBuffer(FX_LPCWSTR sFilePath, FX_LPBYTE& pBuffer, FX_INT32& nLength) in LoadFileBuffer() argument
519 void CJS_GlobalData::WriteFileBuffer(FX_LPCWSTR sFilePath, FX_LPCSTR pBuffer, FX_INT32 nLength) in WriteFileBuffer() argument