Searched refs:RTEnvDestroy (Results 1 - 11 of 11) sorted by relevance

/vbox/include/iprt/
H A Denv.h80 RTDECL(int) RTEnvDestroy(RTENV Env);
H A Dmangling.h513 # define RTEnvDestroy RT_MANGLER(RTEnvDestroy) macro
/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp173 RTDECL(int) RTEnvDestroy(RTENV Env) function
214 RT_EXPORT_SYMBOL(RTEnvDestroy); variable
296 RTEnvDestroy(pIntEnv);
312 RTEnvDestroy(pIntEnv);
718 /* RTEnvDestroy / we cleans up later. */
835 RTEnvDestroy(hClone);
/vbox/src/VBox/Runtime/testcase/
H A DtstEnv.cpp218 CHECK_RC(RTEnvDestroy(Env2), VINF_SUCCESS);
233 CHECK_RC(RTEnvDestroy(Env), VINF_SUCCESS);
/vbox/src/VBox/ValidationKit/testboxscript/
H A DTestBoxHelper.cpp173 RTEnvDestroy(hEnv);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c574 RTEnvDestroy(newEnv);
606 RTEnvDestroy(newEnv);
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp683 RTEnvDestroy(hEnvTemp);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp1673 RTEnvDestroy(hEnv);
H A DVBoxServiceControlSession.cpp2098 RTEnvDestroy(hEnv);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp2343 rc2 = RTEnvDestroy(pTxsExec->hEnv); AssertRC(rc2);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp7674 RTEnvDestroy(env);
7680 RTEnvDestroy(env);

Completed in 171 milliseconds