Lines Matching refs:rtl_FuncState
53 } rtl_FuncState; typedef
62 rtl_FuncState* m_state;
72 rtl_FuncState* SAL_CALL rtl_tres_create_funcstate( const sal_Char* meth );
73 rtl_FuncState* SAL_CALL rtl_tres_link_funcstate( rtl_FuncState* ptr,
74 rtl_FuncState* plink );
75 rtl_FuncState* SAL_CALL rtl_tres_unlink_funcstate( rtl_FuncState* plink );
84 void SAL_CALL rtl_tres_destroy_funcstate( rtl_FuncState* pState_ );
85 void SAL_CALL rtl_tres_destroy_funcstates( rtl_FuncState* pState_ );
91 static void SAL_CALL rtl_tres_setbit( rtl_FuncState* pState_,
93 static void SAL_CALL rtl_tres_clearbit( rtl_FuncState* pState_,
193 rtl_FuncState* SAL_CALL rtl_tres_create_funcstate( const sal_Char* meth ) in rtl_tres_create_funcstate()
195 rtl_FuncState* pStat = 0; /* status structure */ in rtl_tres_create_funcstate()
198 pStat = (rtl_FuncState*) malloc( sizeof( struct _rtl_FuncState ) ); in rtl_tres_create_funcstate()
227 rtl_FuncState* SAL_CALL rtl_tres_link_funcstate( rtl_FuncState* ptr, in rtl_tres_link_funcstate()
228 rtl_FuncState* plink ) in rtl_tres_link_funcstate()
246 rtl_FuncState* SAL_CALL rtl_tres_unlink_funcstate( rtl_FuncState* plink ) in rtl_tres_unlink_funcstate()
347 void SAL_CALL rtl_tres_destroy_funcstates( rtl_FuncState* pState_ ) in rtl_tres_destroy_funcstates()
349 rtl_FuncState* plink = pState_->m_next; in rtl_tres_destroy_funcstates()
384 void SAL_CALL rtl_tres_destroy_funcstate( rtl_FuncState* pState_ ) in rtl_tres_destroy_funcstate()
386 rtl_FuncState* plink = pState_; in rtl_tres_destroy_funcstate()
445 rtl_FuncState* pFunc = pData->m_state; in rtl_tres_state()
565 static void SAL_CALL rtl_tres_setbit( rtl_FuncState* pState_, in rtl_tres_setbit()
573 static void SAL_CALL rtl_tres_clearbit( rtl_FuncState* pState_, in rtl_tres_clearbit()
584 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getnextfuncstate()
593 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getprevfuncstate()
602 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getflags()
610 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getname()
618 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getstarttime()
627 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getstoptime()
636 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getcmpstate()