Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:m_Ptr

1085             strid = strid * 256 + m_Ptr[start_pos + i];

1090 strid = strid * 256 + m_Ptr[start_pos + i];
1175 if (m_Ptr) {
1176 FX_Allocator_Free(pAllocator, (FX_LPVOID)m_Ptr);
1178 m_Ptr = NULL, m_Length = 0;
1187 *(FX_LPSTR*)(&m_Ptr) = str;
1201 *(FX_LPSTR*)(&m_Ptr) = str;