Searched refs:rtlBootstrapHandle (Results 1 – 5 of 5) sorted by relevance
157 typedef void * rtlBootstrapHandle; typedef165 rtlBootstrapHandle SAL_CALL rtl_bootstrap_args_open(rtl_uString * pIniName)172 void SAL_CALL rtl_bootstrap_args_close(rtlBootstrapHandle handle)183 sal_Bool SAL_CALL rtl_bootstrap_get_from_handle(rtlBootstrapHandle handle, rtl_uString *pName, rtl_…191 void SAL_CALL rtl_bootstrap_get_iniName_from_handle(rtlBootstrapHandle handle, rtl_uString ** ppIni…200 rtlBootstrapHandle handle, rtl_uString ** macro )
139 inline rtlBootstrapHandle getHandle() const SAL_THROW( () ) in getHandle()
440 rtlBootstrapHandle ini;635 rtlBootstrapHandle SAL_CALL rtl_bootstrap_args_open ( in rtl_bootstrap_args_open()685 return static_cast< rtlBootstrapHandle >( that ); in rtl_bootstrap_args_open()691 rtlBootstrapHandle handle in rtl_bootstrap_args_close()728 rtlBootstrapHandle handle, in rtl_bootstrap_get_from_handle()751 rtlBootstrapHandle handle, in rtl_bootstrap_get_iniName_from_handle()830 rtlBootstrapHandle handle, in rtl_bootstrap_expandMacros_from_handle()
99 static rtlBootstrapHandle s_bstrap = 0; in get_unorc()104 rtlBootstrapHandle bstrap = rtl_bootstrap_args_open( iniName.pData ); in get_unorc()
502 rtlBootstrapHandle bsHandle = aBootstrap.getHandle(); in getHandle_001()510 rtlBootstrapHandle bsHandle = aBootstrap.getHandle(); in getHandle_002()
Completed in 26 milliseconds