Home | History | Annotate | Download | only in lib

Lines Matching refs:CURLcode

97 static CURLcode win32_init(void)
138 CURLcode result = Curl_sspi_global_init();
223 static CURLcode global_init(long flags, bool memoryfuncs)
298 CURLcode curl_global_init(long flags)
307 CURLcode curl_global_init_mem(long flags, curl_malloc_callback m,
372 CURLcode result;
401 CURLcode curl_easy_setopt(struct Curl_easy *data, CURLoption tag, ...)
404 CURLcode result;
588 static CURLcode wait_or_timeout(struct Curl_multi *multi, struct events *ev)
592 CURLcode result = CURLE_OK;
675 static CURLcode easy_events(struct Curl_multi *multi)
689 static CURLcode easy_transfer(struct Curl_multi *multi)
693 CURLcode result = CURLE_OK;
769 static CURLcode easy_perform(struct Curl_easy *data, bool events)
773 CURLcode result = CURLE_OK;
831 CURLcode curl_easy_perform(struct Curl_easy *data)
841 CURLcode curl_easy_perform_ev(struct Curl_easy *data)
869 CURLcode curl_easy_getinfo(struct Curl_easy *data, CURLINFO info, ...)
873 CURLcode result;
1012 CURLcode curl_easy_pause(struct Curl_easy *data, int action)
1015 CURLcode result = CURLE_OK;
1053 static CURLcode easy_connection(struct Curl_easy *data,
1081 CURLcode curl_easy_recv(struct Curl_easy *data, void *buffer, size_t buflen,
1085 CURLcode result;
1108 CURLcode curl_easy_send(struct Curl_easy *data, const void *buffer,
1112 CURLcode result;