HomeSort by relevance Sort by last modified time
    Searched refs:CURLcode (Results 301 - 325 of 349) sorted by null

<<11121314

  /external/libmicrohttpd/src/testcurl/
test_put.c 129 CURLcode errornum;
185 CURLcode errornum;
242 CURLcode errornum;
test_put_chunked.c 139 CURLcode errornum;
195 CURLcode errornum;
252 CURLcode errornum;
test_concurrent_stop.c 106 CURLcode errornum;
test_digestauth.c 132 CURLcode errornum;
test_digestauth_with_arguments.c 131 CURLcode errornum;
test_urlparse.c 132 CURLcode errornum;
  /external/curl/docs/examples/
smooth-gtk-thread.c 71 CURLcode res;
curlx.c 231 static CURLcode sslctxfun(CURL * curl, void * sslctx, void * parm)
289 CURLcode res;
  /external/curl/include/curl/
multi.h 89 the CURLcode of the transfer */
98 CURLcode result; /* return code for transfer */
  /external/curl/tests/libtest/
lib552.c 168 CURLcode res = CURLE_OUT_OF_MEMORY;
lib586.c 99 CURLcode code;
118 fprintf(stderr, "perform url '%s' repeat %d failed, curlcode %d\n",
  /external/curl/tests/unit/
unit1300.c 37 static CURLcode unit_setup(void)
unit1304.c 30 static CURLcode unit_setup(void)
unit1603.c 40 static CURLcode unit_setup(void)
  /external/libmicrohttpd/src/testcurl/https/
test_https_sni.c 185 CURLcode errornum;
tls_test_common.c 73 CURLcode errornum;
214 CURLcode errornum;
  /system/update_engine/
certificate_checker.cc 76 CURLcode CertificateChecker::ProcessSSLContext(CURL* curl_handle,
  /external/curl/lib/vtls/
darwinssl.c     [all...]
  /external/curl/src/
tool_doswin.c 640 CURLcode FindWin32CACert(struct OperationConfig *config,
643 CURLcode result = CURLE_OK;
tool_operate.c 89 CURLcode curl_easy_perform_ev(CURL *easy);
116 static bool is_fatal_error(CURLcode code)
191 static CURLcode operate_do(struct GlobalConfig *global,
206 CURLcode result = CURLE_OK;
    [all...]
  /external/curl/lib/
multi.c 517 static CURLcode multi_done(struct connectdata **connp,
518 CURLcode status, /* an error if this is called
522 CURLcode result;
567 CURLcode rc = Curl_pgrsDone(conn);
616 CURLcode res2 = Curl_disconnect(conn, premature); /* close connection */
    [all...]
ftplistparser.c 168 CURLcode error;
195 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data)
268 static void PL_ERROR(struct connectdata *conn, CURLcode err)
278 static CURLcode ftp_pl_insert_finfo(struct connectdata *conn,
343 CURLcode result;
ldap.c 133 static CURLcode Curl_ldap(struct connectdata *conn, bool *done);
186 static CURLcode Curl_ldap(struct connectdata *conn, bool *done)
188 CURLcode result = CURLE_OK;
  /external/curl/packages/OS400/
ccsidcurl.c 512 curl_easy_strerror_ccsid(CURLcode error, unsigned int ccsid)
604 CURLcode
610 CURLcode ret;
1105 CURLcode
1109 CURLcode result;
  /external/libbrillo/brillo/http/
http_transport_curl.cc 133 CURLcode code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_URL, url);
269 CURLcode code,
435 void Transport::OnTransferComplete(Connection* connection, CURLcode code) {

Completed in 1000 milliseconds

<<11121314