Lines Matching refs:hnd
71 CURL *hnd;
85 hnd = curl_easy_init();
86 curl_easy_setopt(hnd, CURLOPT_BUFFERSIZE, 102400L);
87 curl_easy_setopt(hnd, CURLOPT_URL, "ftp://%HOSTIP:%FTPPORT/1405");
88 curl_easy_setopt(hnd, CURLOPT_QUOTE, slist1);
89 curl_easy_setopt(hnd, CURLOPT_POSTQUOTE, slist2);
90 curl_easy_setopt(hnd, CURLOPT_PREQUOTE, slist3);
91 curl_easy_setopt(hnd, CURLOPT_VERBOSE, 1L);
92 curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
114 ret = curl_easy_perform(hnd);
116 curl_easy_cleanup(hnd);
117 hnd = NULL;