Searched refs:worg (Results 1 – 2 of 2) sorted by relevance
116 WCHAR* worg = NULL; in SDL_GetPrefPath() local134 worg = WIN_UTF8ToString(org); in SDL_GetPrefPath()135 if (worg == NULL) { in SDL_GetPrefPath()142 SDL_free(worg); in SDL_GetPrefPath()147 new_wpath_len = lstrlenW(worg) + lstrlenW(wapp) + lstrlenW(path) + 3; in SDL_GetPrefPath()150 SDL_free(worg); in SDL_GetPrefPath()156 if (*worg) { in SDL_GetPrefPath()158 lstrcatW(path, worg); in SDL_GetPrefPath()160 SDL_free(worg); in SDL_GetPrefPath()
150 WCHAR* worg = NULL; in SDL_GetPrefPath() local175 worg = WIN_UTF8ToString(org); in SDL_GetPrefPath()176 if (worg == NULL) { in SDL_GetPrefPath()183 SDL_free(worg); in SDL_GetPrefPath()188 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()191 SDL_free(worg); in SDL_GetPrefPath()197 if (*worg) { in SDL_GetPrefPath()199 SDL_wcslcat(path, worg, new_wpath_len + 1); in SDL_GetPrefPath()200 SDL_free(worg); in SDL_GetPrefPath()
Completed in 4 milliseconds