Home
last modified time | relevance | path

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

/dports/ftp/rexx-curl/RexxCURL-2.1.0/
H A Drexxcurl.c126 typedef char *T_CURL_EASY_ESCAPE(CURL *curl, char *url, int length); typedef
127 T_CURL_EASY_ESCAPE *p_curl_easy_escape;
1335 … p_curl_easy_escape = (T_CURL_EASY_ESCAPE *)GetProcAddress( (HMODULE)handle, "curl_easy_escape" ); in RexxCURLLoadCURL()