Searched refs:_M_pwords (Results 1 – 2 of 2) sorted by relevance
170 pair<void**, size_t> tmp = _Stl_expand_array(_M_pwords, _M_num_pwords, index); in pword()172 _M_pwords = tmp.first; in pword()174 return _M_pwords[index]; in pword()268 if (x._M_pwords) { in _M_copy_state()269 void** tmp = _Stl_copy_array(x._M_pwords, x._M_num_pwords); in _M_copy_state()271 free(_M_pwords); in _M_copy_state()272 _M_pwords = tmp; in _M_copy_state()294 _M_pwords(0), in ios_base()303 free(_M_pwords); in ~ios_base()
232 void** _M_pwords; variable