Home
last modified time | relevance | path

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

/third_party/curl/lib/
Deasy.c108 #define system_strdup _strdup macro
110 #define system_strdup Curl_strdup macro
112 #define system_strdup strdup macro
126 curl_strdup_callback Curl_cstrdup = (curl_strdup_callback)system_strdup;
154 Curl_cstrdup = (curl_strdup_callback)system_strdup; in global_init()