Searched refs:RTStrSpaceDestroy (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrspace.cpp237 RTDECL(int) RTStrSpaceDestroy(PRTSTRSPACE pStrSpace, PFNRTSTRSPACECALLBACK pfnCallback, void *pvUser) function
241 RT_EXPORT_SYMBOL(RTStrSpaceDestroy); variable
/vbox/src/VBox/Storage/testcase/
H A DVDScriptInterp.cpp426 RTStrSpaceDestroy(&pScope->hStrSpaceVar, vdScriptInterpreterVarSpaceDestroy, NULL);
804 RTStrSpaceDestroy(&pFnCall->ScopeRoot.hStrSpaceVar, vdScriptInterpreterVarSpaceDestroy, NULL);
869 RTStrSpaceDestroy(&pFnCallFree->ScopeRoot.hStrSpaceVar, vdScriptInterpreterVarSpaceDestroy, NULL);
H A DVDScript.cpp2901 RTStrSpaceDestroy(&pThis->hStrSpaceFn, vdScriptCtxDestroyFnSpace, NULL);
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp253 RTStrSpaceDestroy(&pEntry->Attributes, rtManifestDestroyAttribute, pvUser);
280 RTStrSpaceDestroy(&pThis->Entries, rtManifestDestroyEntry,pThis);
281 RTStrSpaceDestroy(&pThis->SelfEntry.Attributes, rtManifestDestroyAttribute, pThis);
/vbox/include/iprt/
H A Dstring.h3124 * Callback function for RTStrSpaceEnumerate() and RTStrSpaceDestroy().
3132 /** Pointer to callback function for RTStrSpaceEnumerate() and RTStrSpaceDestroy(). */
3147 RTDECL(int) RTStrSpaceDestroy(PRTSTRSPACE pStrSpace, PFNRTSTRSPACECALLBACK pfnCallback, void *pvUser);
H A Dmangling.h1517 # define RTStrSpaceDestroy RT_MANGLER(RTStrSpaceDestroy) macro
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgas.cpp327 RTStrSpaceDestroy(&pDbgAs->NameSpace, rtDbgAsDestroyNameCallback, NULL);
/vbox/src/bldprogs/
H A DVBoxCPP.cpp2505 * @returns VINF_SUCCESS (used when called by RTStrSpaceDestroy)
5433 RTStrSpaceDestroy(&pThis->StrSpace, vbcppMacroFree, NULL);

Completed in 121 milliseconds