Home
last modified time | relevance | path

Searched refs:filenamelen (Results 1 – 2 of 2) sorted by relevance

/curl/tests/libtest/
H A Dtestutil.c140 size_t filenamelen = _tcslen(filename); in win32_load_system_library()
145 if(!filenamelen || filenamelen > 32768 || in win32_load_system_library()
150 path = malloc(sizeof(TCHAR) * (systemdirlen + 1 + filenamelen)); in win32_load_system_library()
/curl/lib/
H A Dsystem_win32.c249 size_t filenamelen = _tcslen(filename); in Curl_load_library() local
250 TCHAR *path = malloc(sizeof(TCHAR) * (systemdirlen + 1 + filenamelen)); in Curl_load_library()

Completed in 6 milliseconds