Home
last modified time | relevance | path

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

/external/curl/lib/
Deasy.c156 #define system_strdup _strdup macro
158 #define system_strdup curlx_strdup macro
160 #define system_strdup strdup macro
175 curl_strdup_callback Curl_cstrdup = (curl_strdup_callback)system_strdup;
210 Curl_cstrdup = (curl_strdup_callback)system_strdup; in global_init()