Home
last modified time | relevance | path

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

/AOO41X/main/sal/rtl/source/
H A Dtres.c84 void SAL_CALL rtl_tres_destroy_funcstate( rtl_FuncState* pState_ );
85 void SAL_CALL rtl_tres_destroy_funcstates( rtl_FuncState* pState_ );
86 void SAL_CALL rtl_tres_destroy_cmpstates( rtl_CmpState* pState_ );
87 void SAL_CALL rtl_tres_destroy_cmpstate( rtl_CmpState* pState_ );
91 static void SAL_CALL rtl_tres_setbit( rtl_FuncState* pState_,
93 static void SAL_CALL rtl_tres_clearbit( rtl_FuncState* pState_,
347 void SAL_CALL rtl_tres_destroy_funcstates( rtl_FuncState* pState_ ) in rtl_tres_destroy_funcstates() argument
349 rtl_FuncState* plink = pState_->m_next; in rtl_tres_destroy_funcstates()
353 plink = pState_->m_next; in rtl_tres_destroy_funcstates()
365 void SAL_CALL rtl_tres_destroy_cmpstates( rtl_CmpState* pState_ ) in rtl_tres_destroy_cmpstates() argument
[all …]