Lines Matching refs:hnd
68 CURL *hnd;
82 hnd = curl_easy_init();
83 curl_easy_setopt(hnd, CURLOPT_URL, "ftp://%HOSTIP:%FTPPORT/1405");
84 curl_easy_setopt(hnd, CURLOPT_HEADER, 1L);
85 curl_easy_setopt(hnd, CURLOPT_QUOTE, slist1);
86 curl_easy_setopt(hnd, CURLOPT_POSTQUOTE, slist2);
87 curl_easy_setopt(hnd, CURLOPT_PREQUOTE, slist3);
88 curl_easy_setopt(hnd, CURLOPT_VERBOSE, 1L);
89 curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
111 ret = curl_easy_perform(hnd);
113 curl_easy_cleanup(hnd);
114 hnd = NULL;