HomeSort by relevance Sort by last modified time
    Searched refs:_tcsdup (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
curl_memory.h 138 # undef _tcsdup macro
139 # define _tcsdup(ptr) Curl_cwcsdup(ptr) macro
141 # undef _tcsdup macro
142 # define _tcsdup(ptr) Curl_cstrdup(ptr) macro
memdebug.h 94 # undef _tcsdup macro
95 # define _tcsdup(ptr) curl_dowcsdup(ptr, __LINE__, __FILE__) macro
97 # undef _tcsdup macro
98 # define _tcsdup(ptr) curl_dostrdup(ptr, __LINE__, __FILE__) macro
curl_sspi.c 164 dup_user.tchar_ptr = _tcsdup(user.tchar_ptr);
191 dup_passwd.tchar_ptr = _tcsdup(passwd.tchar_ptr);
  /external/curl/lib/vauth/
digest_sspi.c 266 dup_domain.tchar_ptr = _tcsdup(domain.tchar_ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 32 #define _ftcsdup _tcsdup
261 #define _tcsdup _wcsdup macro
616 #define _tcsdup _strdup macro

Completed in 111 milliseconds