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

/vbox/src/VBox/Runtime/common/string/
H A Dstringalloc.cpp194 RTDECL(int) RTStrAAppendExNVTag(char **ppsz, size_t cPairs, va_list va, const char *pszTag) function
251 RT_EXPORT_SYMBOL(RTStrAAppendExNVTag); variable
/vbox/include/iprt/
H A Dstring.h391 #define RTStrAAppendExNV(ppsz, cPairs, va) RTStrAAppendExNVTag((ppsz), (cPairs), (va), RTSTR_TAG)
413 RTDECL(int) RTStrAAppendExNVTag(char **ppsz, size_t cPairs, va_list va, const char *pszTag);
440 rc = RTStrAAppendExNVTag(ppsz, cPairs, va, RTSTR_TAG);
471 rc = RTStrAAppendExNVTag(ppsz, cPairs, va, pszTag);
H A Dmangling.h1416 # define RTStrAAppendExNVTag RT_MANGLER(RTStrAAppendExNVTag) macro

Completed in 88 milliseconds