Home
last modified time | relevance | path

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

/external/curl/lib/
Deasy.c97 #define system_strdup _strdup macro
99 #define system_strdup curlx_strdup macro
101 #define system_strdup strdup macro
116 curl_strdup_callback Curl_cstrdup = (curl_strdup_callback)system_strdup;
151 Curl_cstrdup = (curl_strdup_callback)system_strdup; in global_init()