Lines Matching refs:ppszString

188  * @param   ppszString      Receives pointer of allocated native CP string.
192 #define RTStrUtf8ToCurrentCP(ppszString, pszString) RTStrUtf8ToCurrentCPTag((ppszString), (pszString), RTSTR_TAG)
199 * @param ppszString Receives pointer of allocated native CP string.
205 RTR3DECL(int) RTStrUtf8ToCurrentCPTag(char **ppszString, const char *pszString, const char *pszTag);
211 * @param ppszString Receives pointer of allocated UTF-8 string.
215 #define RTStrCurrentCPToUtf8(ppszString, pszString) RTStrCurrentCPToUtf8Tag((ppszString), (pszString), RTSTR_TAG)
221 * @param ppszString Receives pointer of allocated UTF-8 string.
226 RTR3DECL(int) RTStrCurrentCPToUtf8Tag(char **ppszString, const char *pszString, const char *pszTag);
260 * @param ppszString Receives pointer of the allocated UTF-8 string.
264 #define RTStrDupEx(ppszString, pszString) RTStrDupExTag((ppszString), (pszString), RTSTR_TAG)
270 * @param ppszString Receives pointer of the allocated UTF-8 string.
275 RTDECL(int) RTStrDupExTag(char **ppszString, const char *pszString, const char *pszTag);
930 * @param ppszString Receives pointer to the allocated Latin-1 string.
933 #define RTStrToLatin1(pszString, ppszString) RTStrToLatin1Tag((pszString), (ppszString), RTSTR_TAG)
941 * @param ppszString Receives pointer to the allocated Latin-1 string.
945 RTDECL(int) RTStrToLatin1Tag(const char *pszString, char **ppszString, const char *pszTag);
1013 * @param ppszString Receives pointer of allocated UTF-8 string on
1017 #define RTLatin1ToUtf8(pszString, ppszString) RTLatin1ToUtf8Tag((pszString), (ppszString), RTSTR_TAG)
1024 * @param ppszString Receives pointer of allocated UTF-8 string on
1029 RTDECL(int) RTLatin1ToUtf8Tag(const char *pszString, char **ppszString, const char *pszTag);
3633 * @param ppszString Receives pointer of allocated UTF-8 string on
3637 #define RTUtf16ToUtf8(pwszString, ppszString) RTUtf16ToUtf8Tag((pwszString), (ppszString), RTSTR_TAG)
3644 * @param ppszString Receives pointer of allocated UTF-8 string on
3649 RTDECL(int) RTUtf16ToUtf8Tag(PCRTUTF16 pwszString, char **ppszString, const char *pszTag);
3737 * @param ppszString Receives pointer of allocated Latin1 string on
3741 #define RTUtf16ToLatin1(pwszString, ppszString) RTUtf16ToLatin1Tag((pwszString), (ppszString), RTSTR_TAG)
3749 * @param ppszString Receives pointer of allocated Latin1 string on
3754 RTDECL(int) RTUtf16ToLatin1Tag(PCRTUTF16 pwszString, char **ppszString, const char *pszTag);