Searched refs:_M_pwords (Results 1 – 2 of 2) sorted by relevance
168 pair<void**, size_t> tmp = _Stl_expand_array(_M_pwords, _M_num_pwords, index); in pword()170 _M_pwords = tmp.first; in pword()172 return _M_pwords[index]; in pword()266 if (x._M_pwords) { in _M_copy_state()267 void** tmp = _Stl_copy_array(x._M_pwords, x._M_num_pwords); in _M_copy_state()269 free(_M_pwords); in _M_copy_state()270 _M_pwords = tmp; in _M_copy_state()292 _M_pwords(0), in ios_base()301 free(_M_pwords); in ~ios_base()
230 void** _M_pwords; variable