Searched refs:pReturnValue (Results 1 – 1 of 1) sorted by relevance
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 331 size_t *pReturnValue, 338 size_t *pReturnValue, 1037 size_t *pReturnValue, in dirent_mbstowcs_s() argument 1048 error = mbstowcs_s (pReturnValue, wcstr, sizeInWords, mbstr, count); in dirent_mbstowcs_s() 1068 if (pReturnValue) { in dirent_mbstowcs_s() 1069 *pReturnValue = n + 1; in dirent_mbstowcs_s() 1089 size_t *pReturnValue, in dirent_wcstombs_s() argument 1100 error = wcstombs_s (pReturnValue, mbstr, sizeInBytes, wcstr, count); in dirent_wcstombs_s() 1120 if (pReturnValue) { in dirent_wcstombs_s() 1121 *pReturnValue = n + 1; in dirent_wcstombs_s()
|