Home
last modified time | relevance | path

Searched refs:pState_ (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sal/rtl/source/
H A Dtres.c82 void SAL_CALL rtl_tres_destroy_funcstate( rtl_FuncState* pState_ );
83 void SAL_CALL rtl_tres_destroy_funcstates( rtl_FuncState* pState_ );
84 void SAL_CALL rtl_tres_destroy_cmpstates( rtl_CmpState* pState_ );
85 void SAL_CALL rtl_tres_destroy_cmpstate( rtl_CmpState* pState_ );
89 static void SAL_CALL rtl_tres_setbit( rtl_FuncState* pState_,
91 static void SAL_CALL rtl_tres_clearbit( rtl_FuncState* pState_,
345 void SAL_CALL rtl_tres_destroy_funcstates( rtl_FuncState* pState_ ) in rtl_tres_destroy_funcstates() argument
347 rtl_FuncState* plink = pState_->m_next; in rtl_tres_destroy_funcstates()
351 plink = pState_->m_next; in rtl_tres_destroy_funcstates()
363 void SAL_CALL rtl_tres_destroy_cmpstates( rtl_CmpState* pState_ ) in rtl_tres_destroy_cmpstates() argument
[all …]