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

  /external/curl/lib/
memdebug.h 44 CURL_EXTERN char *curl_dostrdup(const char *str, int line, const char *source);
82 #define strdup(ptr) curl_dostrdup(ptr, __LINE__, __FILE__)
98 # define _tcsdup(ptr) curl_dostrdup(ptr, __LINE__, __FILE__)
memdebug.c 221 char *curl_dostrdup(const char *str, int line, const char *source) function

Completed in 31 milliseconds