HomeSort by relevance Sort by last modified time
    Searched defs:_tcsdup (Results 1 - 2 of 2) 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 102 # undef _tcsdup macro
103 # define _tcsdup(ptr) curl_dbg_wcsdup(ptr, __LINE__, __FILE__) macro
105 # undef _tcsdup macro
106 # define _tcsdup(ptr) curl_dbg_strdup(ptr, __LINE__, __FILE__) macro

Completed in 346 milliseconds