Searched refs:nStringSize (Results 1 – 1 of 1) sorted by relevance
682 unsigned short nStringSize = AMF_DecodeInt16(pBuffer); in AMFProp_Decode() local684 if (nSize < (long)nStringSize + 2) in AMFProp_Decode()687 nSize -= (2 + nStringSize); in AMFProp_Decode()759 unsigned int nStringSize = AMF_DecodeInt32(pBuffer); in AMFProp_Decode() local760 if (nSize < (long)nStringSize + 4) in AMFProp_Decode()763 nSize -= (4 + nStringSize); in AMFProp_Decode()