Searched refs:RTStrDupExTag (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstringalloc.cpp118 RTDECL(int) RTStrDupExTag(char **ppszString, const char *pszString, const char *pszTag) function
135 RT_EXPORT_SYMBOL(RTStrDupExTag); variable
/vbox/include/iprt/
H A Dstring.h264 #define RTStrDupEx(ppszString, pszString) RTStrDupExTag((ppszString), (pszString), RTSTR_TAG)
275 RTDECL(int) RTStrDupExTag(char **ppszString, const char *pszString, const char *pszTag);
H A Dmangling.h1450 # define RTStrDupExTag RT_MANGLER(RTStrDupExTag) macro

Completed in 88 milliseconds