Lines Matching refs:rtl_FuncState

51 } rtl_FuncState;  typedef
60 rtl_FuncState* m_state;
70 rtl_FuncState* SAL_CALL rtl_tres_create_funcstate( const sal_Char* meth );
71 rtl_FuncState* SAL_CALL rtl_tres_link_funcstate( rtl_FuncState* ptr,
72 rtl_FuncState* plink );
73 rtl_FuncState* SAL_CALL rtl_tres_unlink_funcstate( rtl_FuncState* plink );
82 void SAL_CALL rtl_tres_destroy_funcstate( rtl_FuncState* pState_ );
83 void SAL_CALL rtl_tres_destroy_funcstates( rtl_FuncState* pState_ );
89 static void SAL_CALL rtl_tres_setbit( rtl_FuncState* pState_,
91 static void SAL_CALL rtl_tres_clearbit( rtl_FuncState* pState_,
191 rtl_FuncState* SAL_CALL rtl_tres_create_funcstate( const sal_Char* meth ) in rtl_tres_create_funcstate()
193 rtl_FuncState* pStat = NULL; /* status structure */ in rtl_tres_create_funcstate()
196 pStat = (rtl_FuncState*) malloc( sizeof( struct _rtl_FuncState ) ); in rtl_tres_create_funcstate()
225 rtl_FuncState* SAL_CALL rtl_tres_link_funcstate( rtl_FuncState* ptr, in rtl_tres_link_funcstate()
226 rtl_FuncState* plink ) in rtl_tres_link_funcstate()
244 rtl_FuncState* SAL_CALL rtl_tres_unlink_funcstate( rtl_FuncState* plink ) in rtl_tres_unlink_funcstate()
345 void SAL_CALL rtl_tres_destroy_funcstates( rtl_FuncState* pState_ ) in rtl_tres_destroy_funcstates()
347 rtl_FuncState* plink = pState_->m_next; in rtl_tres_destroy_funcstates()
382 void SAL_CALL rtl_tres_destroy_funcstate( rtl_FuncState* pState_ ) in rtl_tres_destroy_funcstate()
384 rtl_FuncState* plink = pState_; in rtl_tres_destroy_funcstate()
443 rtl_FuncState* pFunc = pData->m_state; in rtl_tres_state()
563 static void SAL_CALL rtl_tres_setbit( rtl_FuncState* pState_, in rtl_tres_setbit()
571 static void SAL_CALL rtl_tres_clearbit( rtl_FuncState* pState_, in rtl_tres_clearbit()
582 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getnextfuncstate()
591 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getprevfuncstate()
600 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getflags()
608 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getname()
616 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getstarttime()
625 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getstoptime()
634 rtl_FuncState* fs = (rtl_FuncState*)fstate; in rtl_tres_getcmpstate()