Searched refs:ExpandBuf (Results 1 – 4 of 4) sorted by relevance
50 ExpandBuf(size - m_DataSize); in EstimateSize()53 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) { in ExpandBuf() function in CFX_BinaryBuf73 ExpandBuf(size); in AppendBlock()88 ExpandBuf(size); in InsertBlock()131 ExpandBuf(sizeof(FX_WCHAR)); in AppendChar()150 ExpandBuf(len * sizeof(FX_WCHAR)); in operator <<()162 ExpandBuf(len * sizeof(FX_WCHAR)); in operator <<()
40 ExpandBuf(1); in AppendByte()51 void ExpandBuf(FX_STRSIZE size);
41 return ExpandBuf(iAllocSize); in EstimateSize()52 if (!ExpandBuf(iMaxChars)) in LoadFromStream()62 bool CFDE_CSSTextBuf::ExpandBuf(int32_t iDesiredSize) { in ExpandBuf() function in CFDE_CSSTextBuf
27 if (m_iDatLen >= m_iBufLen && !ExpandBuf(m_iBufLen * 2)) in AppendChar()58 bool ExpandBuf(int32_t iDesiredSize);