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

/vbox/src/VBox/Runtime/r3/posix/
H A Dutf8-posix.cpp390 * @param ppszOutput Pointer to pointer to output buffer if cbOutput > 0.
399 char **ppszOutput, size_t cbOutput, const char *pszOutputCS,
412 (void **)ppszOutput, cbOutput, pszOutputCS,
422 (void **)ppszOutput, cbOutput, pszOutputCS,
436 * @param ppszOutput Pointer to pointer to output buffer if cbOutput > 0.
445 char **ppszOutput, size_t cbOutput, const char *pszOutputCS,
450 ppszOutput, cbOutput, pszOutputCS,
398 rtStrConvertWrapper(const char *pchInput, size_t cchInput, const char *pszInputCS, char **ppszOutput, size_t cbOutput, const char *pszOutputCS, unsigned cFactor, RTSTRICONV enmCacheIdx) argument
444 rtStrConvert(const char *pchInput, size_t cchInput, const char *pszInputCS, char **ppszOutput, size_t cbOutput, const char *pszOutputCS, unsigned cFactor, RTSTRICONV enmCacheIdx) argument

Completed in 208 milliseconds