Home
last modified time | relevance | path

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

/third_party/curl/lib/
Deasy.c99 #define system_strdup _strdup macro
101 #define system_strdup curlx_strdup macro
103 #define system_strdup strdup macro
117 curl_strdup_callback Curl_cstrdup = (curl_strdup_callback)system_strdup;
145 Curl_cstrdup = (curl_strdup_callback)system_strdup; in global_init()