Lines Matching refs:m_cmp
49 struct _rtl_CmpState* m_cmp; member
207 pStat->m_cmp = NULL; /* init ptr to msg struct */ in rtl_tres_create_funcstate()
386 if ( plink->m_cmp ) in rtl_tres_destroy_funcstate()
387 rtl_tres_destroy_cmpstates( plink->m_cmp ); in rtl_tres_destroy_funcstate()
482 if (! pFunc->m_cmp ) in rtl_tres_state()
483 pFunc->m_cmp = rtl_tres_create_cmpstate( state, msg ); in rtl_tres_state()
485 rtl_tres_link_cmpstate( pFunc->m_cmp, in rtl_tres_state()
520 if (! pData->m_state->m_cmp ) in rtl_tres_end()
521 pData->m_state->m_cmp = rtl_tres_create_cmpstate( sal_True, msg ); in rtl_tres_end()
523 rtl_tres_link_cmpstate( pData->m_state->m_cmp, in rtl_tres_end()
635 return( (rtl_cmpstate)fs->m_cmp ); in rtl_tres_getcmpstate()