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

1 2 3 4 5 6 78 91011>>

  /external/curl/lib/
getinfo.c 42 CURLcode Curl_initinfo(struct Curl_easy *data)
76 static CURLcode getinfo_char(struct Curl_easy *data, CURLINFO info,
122 static CURLcode getinfo_long(struct Curl_easy *data, CURLINFO info,
225 static CURLcode getinfo_double(struct Curl_easy *data, CURLINFO info,
278 static CURLcode getinfo_slist(struct Curl_easy *data, CURLINFO info,
354 static CURLcode getinfo_socket(struct Curl_easy *data, CURLINFO info,
368 CURLcode Curl_getinfo(struct Curl_easy *data, CURLINFO info, ...)
377 CURLcode result = CURLE_UNKNOWN_OPTION;
sendf.c 253 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *conn,
259 CURLcode result = CURLE_OK;
303 * (*written == 0). Otherwise we return regular CURLcode value.
305 CURLcode Curl_write(struct connectdata *conn,
312 CURLcode result = CURLE_OK;
319 /* we completely ignore the curlcode value when subzero is not returned */
333 /* we got a specific curlcode, forward it */
339 const void *mem, size_t len, CURLcode *code)
395 CURLcode Curl_write_plain(struct connectdata *conn,
402 CURLcode result
    [all...]
asyn-ares.c 131 CURLcode Curl_resolver_init(void **resolver)
307 * Returns normal CURLcode errors.
309 CURLcode Curl_resolver_is_resolved(struct connectdata *conn,
315 CURLcode result = CURLE_OK;
352 CURLcode Curl_resolver_wait_resolv(struct connectdata *conn,
355 CURLcode result = CURLE_OK;
586 CURLcode Curl_set_dns_servers(struct Curl_easy *data,
589 CURLcode result = CURLE_NOT_BUILT_IN;
624 CURLcode Curl_set_dns_interface(struct Curl_easy *data,
641 CURLcode Curl_set_dns_local_ip4(struct Curl_easy *data
    [all...]
ssh.c 122 static CURLcode get_pathname(const char **cpp, char **path);
124 static CURLcode ssh_connect(struct connectdata *conn, bool *done);
125 static CURLcode ssh_multi_statemach(struct connectdata *conn, bool *done);
126 static CURLcode ssh_do(struct connectdata *conn, bool *done);
128 static CURLcode ssh_getworkingpath(struct connectdata *conn,
132 static CURLcode scp_done(struct connectdata *conn,
133 CURLcode, bool premature);
134 static CURLcode scp_doing(struct connectdata *conn,
136 static CURLcode scp_disconnect(struct connectdata *conn, bool dead_connection);
138 static CURLcode sftp_done(struct connectdata *conn
    [all...]
content_encoding.c 67 static CURLcode
81 static CURLcode
82 exit_zlib(z_stream *z, zlibInitState *zlib_init, CURLcode result)
89 static CURLcode
98 CURLcode result = CURLE_OK; /* Curl_client_write status */
167 CURLcode
277 CURLcode
curl_ntlm_core.c 414 CURLcode Curl_ntlm_core_mk_lm_hash(struct Curl_easy *data,
418 CURLcode result;
508 CURLcode Curl_ntlm_core_mk_nt_hash(struct Curl_easy *data,
514 CURLcode result;
576 CURLcode Curl_hmac_md5(const unsigned char *key, unsigned int keylen,
597 CURLcode Curl_ntlm_core_mk_ntlmv2_hash(const char *user, size_t userlen,
605 CURLcode result = CURLE_OK;
638 CURLcode Curl_ntlm_core_mk_ntlmv2_resp(unsigned char *ntlmv2hash,
664 CURLcode result = CURLE_OK;
732 CURLcode Curl_ntlm_core_mk_lmv2_resp(unsigned char *ntlmv2hash
    [all...]
  /external/curl/lib/vtls/
cyassl.h 40 CURLcode Curl_cyassl_connect(struct connectdata *conn, int sockindex);
51 CURLcode Curl_cyassl_connect_nonblocking(struct connectdata *conn,
gtls.h 33 CURLcode Curl_gtls_connect(struct connectdata *conn, int sockindex);
34 CURLcode Curl_gtls_connect_nonblocking(struct connectdata *conn,
nss.c 346 static CURLcode nss_create_object(struct ssl_connect_data *ssl,
356 CURLcode result = (cacert)
415 static CURLcode nss_load_cert(struct ssl_connect_data *ssl,
418 CURLcode result = (cacert)
453 static CURLcode nss_cache_crl(SECItem *crl_der)
486 static CURLcode nss_load_crl(const char* crlfilename)
550 static CURLcode nss_load_key(struct connectdata *conn, int sockindex,
555 CURLcode result;
597 static CURLcode cert_stuff(struct connectdata *conn, int sockindex,
601 CURLcode result
    [all...]
cyassl.c 132 static CURLcode
325 CURLcode result = CURLE_OK;
410 static CURLcode
497 CURLcode result;
576 static CURLcode
580 CURLcode result = CURLE_OK;
625 CURLcode *curlcode)
638 *curlcode = CURLE_AGAIN;
644 *curlcode = CURLE_SEND_ERROR
    [all...]
axtls.c 66 static CURLcode map_error_to_curl(int axtls_err)
138 static CURLcode connect_prep(struct connectdata *conn, int sockindex)
285 static CURLcode connect_finish(struct connectdata *conn, int sockindex)
403 CURLcode Curl_axtls_connect_nonblocking(
408 CURLcode conn_step;
470 CURLcode
476 CURLcode conn_step = connect_prep(conn, sockindex);
522 CURLcode *err)
615 CURLcode *err)
mbedtls.c 157 static CURLcode
431 static CURLcode
512 CURLcode result;
592 static CURLcode
596 CURLcode retcode = CURLE_OK;
640 CURLcode *curlcode)
648 *curlcode = (ret == MBEDTLS_ERR_SSL_WANT_WRITE) ?
677 CURLcode *curlcode)
    [all...]
polarssl.c 139 static CURLcode
402 static CURLcode
475 CURLcode result;
556 static CURLcode
560 CURLcode retcode = CURLE_OK;
606 CURLcode *curlcode)
614 *curlcode = (ret == POLARSSL_ERR_NET_WANT_WRITE) ?
635 CURLcode *curlcode)
    [all...]
  /external/curl/src/
tool_dirhie.c 94 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors)
100 CURLcode result = CURLE_OK;
tool_main.c 129 static CURLcode main_init(struct GlobalConfig *config)
131 CURLcode result = CURLE_OK;
234 CURLcode result = CURLE_OK;
  /external/curl/docs/examples/
rtsp.c 77 CURLcode res = CURLE_OK;
89 CURLcode res = CURLE_OK;
111 CURLcode res = CURLE_OK;
124 CURLcode res = CURLE_OK;
136 CURLcode res = CURLE_OK;
218 CURLcode res;
usercertinmem.c 45 static CURLcode sslctx_function(CURL *curl, void *sslctx, void *parm)
179 CURLcode rv;
certinfo.c 40 CURLcode res;
ftpgetinfo.c 45 CURLcode res;
  /external/curl/lib/vauth/
ntlm_sspi.c 57 CURLcode Curl_auth_create_ntlm_type1_message(const char *userp,
89 CURLcode result;
165 CURLcode Curl_auth_decode_ntlm_type2_message(struct Curl_easy *data,
169 CURLcode result = CURLE_OK;
217 CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data,
223 CURLcode result = CURLE_OK;
  /external/curl/include/curl/
typecheck-gcc.h     [all...]
  /external/google-breakpad/src/third_party/curl/
typecheck-gcc.h 509 typedef CURLcode (_curl_ssl_ctx_callback1)(CURL *, void *, void *);
510 typedef CURLcode (_curl_ssl_ctx_callback2)(CURL *, void *, const void *);
511 typedef CURLcode (_curl_ssl_ctx_callback3)(CURL *, const void *, void *);
512 typedef CURLcode (_curl_ssl_ctx_callback4)(CURL *, const void *, const void *);
517 typedef CURLcode (_curl_ssl_ctx_callback5)(CURL *, SSL_CTX, void *);
518 typedef CURLcode (_curl_ssl_ctx_callback6)(CURL *, SSL_CTX, const void *);
519 typedef CURLcode (_curl_ssl_ctx_callback7)(CURL *, const SSL_CTX, void *);
520 typedef CURLcode (_curl_ssl_ctx_callback8)(CURL *, const SSL_CTX, const void *);
536 typedef CURLcode (*_curl_conv_callback1)(char *, size_t length);
537 typedef CURLcode (*_curl_conv_callback2)(const char *, size_t length)
    [all...]
  /external/google-breakpad/src/common/linux/
http_upload.cc 112 CURLcode err_code = CURLE_OK;
113 CURLcode (*curl_easy_setopt)(CURL *, CURLoption, ...);
163 CURLcode (*curl_easy_perform)(CURL *);
167 CURLcode (*curl_easy_getinfo)(CURL *, CURLINFO, ...);
171 const char* (*curl_easy_strerror)(CURLcode);
  /external/curl/tests/unit/
unit1604.c 33 static CURLcode unit_setup(void)
73 CURLcode expected_result;
300 CURLcode res = sanitize_file_name(&output, data[i].input, data[i].flags);
  /external/libbrillo/brillo/http/
http_transport_curl.h 62 // Helper methods to convert CURL error codes (CURLcode and CURLMcode)
66 CURLcode code,
90 CURLcode code);

Completed in 772 milliseconds

1 2 3 4 5 6 78 91011>>