Searched refs:aBufferLen (Results 1 – 3 of 3) sorted by relevance
/external/opencore/fileformats/pvx/parser/src/ |
D | pvpvxparser.cpp | 70 uint32 aBufferLen = aPVX.len; in ParsePVX() local 76 if (FileLoc + 2 >= aBufferLen) in ParsePVX() 85 if (FileLoc + 2 >= aBufferLen) in ParsePVX() 95 if (FileLoc + 2 >= aBufferLen) in ParsePVX() 108 if (FileLoc + 2 >= aBufferLen) in ParsePVX() 122 aBufferLen=%d,MAX_PVXUSERID_LEN=%d", FileLoc, dUserIDSize, aBufferLen, MAX_PVXUSERID_LEN)); in ParsePVX() 123 if (FileLoc + dUserIDSize >= aBufferLen || dUserIDSize > MAX_PVXUSERID_LEN - 1) in ParsePVX() 134 if (FileLoc + 2 >= aBufferLen) in ParsePVX() 147 …if (FileLoc + dAppSpecificSize >= aBufferLen || dAppSpecificSize > MAX_PVXAPPSPECIFICSTRING_LEN - … in ParsePVX() 159 if (FileLoc + 1 >= aBufferLen) in ParsePVX() [all …]
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvmf_protocol_engine_node_download_common.h | 132 OSCL_IMPORT_REF bool writeToDataStream(uint8 *aBuffer, uint32 aBufferLen);
|
D | pvmf_protocol_engine_node_download_common.cpp | 384 OSCL_EXPORT_REF bool pvHttpDownloadOutput::writeToDataStream(uint8 *aBuffer, uint32 aBufferLen) in writeToDataStream() argument 386 …if (iDataStream->Write(iSessionID, aBuffer, sizeof(uint8), aBufferLen) != PVDS_SUCCESS) return fal… in writeToDataStream()
|