Searched defs:RTSTR_TAG (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dstring.h169 /** @def RTSTR_TAG
176 #ifndef RTSTR_TAG
177 # define RTSTR_TAG (__FILE__) macro
192 #define RTStrUtf8ToCurrentCP(ppszString, pszString) RTStrUtf8ToCurrentCPTag((ppszString), (pszString), RTSTR_TAG)
215 #define RTStrCurrentCPToUtf8(ppszString, pszString) RTStrCurrentCPToUtf8Tag((ppszString), (pszString), RTSTR_TAG)
245 #define RTStrDup(pszString) RTStrDupTag((pszString), RTSTR_TAG)
264 #define RTStrDupEx(ppszString, pszString) RTStrDupExTag((ppszString), (pszString), RTSTR_TAG)
285 #define RTStrDupN(pszString, cchMax) RTStrDupNTag((pszString), (cchMax), RTSTR_TAG)
311 #define RTStrAAppend(ppsz, pszAppend) RTStrAAppendTag((ppsz), (pszAppend), RTSTR_TAG)
348 #define RTStrAAppendN(ppsz, pszAppend, cchAppend) RTStrAAppendNTag((ppsz), (pszAppend), (cchAppend), RTSTR_TAG)
[all...]

Completed in 66 milliseconds