| /external/curl/tests/unit/ |
| unit1308.c | 26 static CURLcode unit_setup(void)
|
| unit1309.c | 27 static CURLcode unit_setup(void)
|
| unit1396.c | 26 static CURLcode unit_setup(void)
|
| unit1398.c | 26 static CURLcode unit_setup(void) {return CURLE_OK;}
|
| unit1302.c | 31 static CURLcode unit_setup(void) 50 CURLcode rc;
|
| /external/libmicrohttpd/src/testcurl/ |
| test_termination.c | 112 CURLcode success = curl_easy_perform (curl);
|
| /system/update_engine/ |
| certificate_checker.h | 109 static CURLcode ProcessSSLContext(CURL* curl_handle,
|
| /external/curl/lib/vauth/ |
| digest_sspi.c | 65 CURLcode Curl_auth_create_digest_md5_message(struct Curl_easy *data, 72 CURLcode result = CURLE_OK; 242 CURLcode Curl_override_sspi_http_realm(const char *chlg, 312 CURLcode Curl_auth_decode_digest_http_message(const char *chlg, 352 CURLcode Curl_auth_create_digest_http_message(struct Curl_easy *data,
|
| ntlm.c | 167 static CURLcode ntlm_decode_type2_target(struct Curl_easy *data, 235 CURLcode Curl_auth_decode_ntlm_type2_message(struct Curl_easy *data, 257 CURLcode result = CURLE_OK; 348 CURLcode Curl_auth_create_ntlm_type1_message(const char *userp, 468 CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data, 493 CURLcode result = CURLE_OK;
|
| digest.c | 203 static CURLcode auth_digest_get_qop_values(const char *options, int *value) 255 static CURLcode auth_decode_digest_md5_message(const char *chlg64, 261 CURLcode result = CURLE_OK; 327 CURLcode Curl_auth_create_digest_md5_message(struct Curl_easy *data, 334 CURLcode result = CURLE_OK; 501 CURLcode Curl_auth_decode_digest_http_message(const char *chlg, 648 CURLcode Curl_auth_create_digest_http_message(struct Curl_easy *data, 656 CURLcode result;
|
| /external/curl/lib/ |
| http.c | 96 static CURLcode https_connecting(struct connectdata *conn, bool *done); 152 CURLcode Curl_http_setup_conn(struct connectdata *conn) 277 * Returns CURLcode. 279 static CURLcode http_output_basic(struct connectdata *conn, bool proxy) 287 CURLcode result; 378 static CURLcode http_perhapsrewind(struct connectdata *conn) 486 CURLcode Curl_http_auth_act(struct connectdata *conn) 491 CURLcode result = CURLE_OK; 560 static CURLcode 568 CURLcode result = CURLE_OK [all...] |
| urldata.h | 330 CURLcode recv_unrecoverable_err; /* schannel_recv had an unrecoverable err */ 602 typedef CURLcode (*Curl_do_more_func)(struct connectdata *, int *); 603 typedef CURLcode (*Curl_done_func)(struct connectdata *, CURLcode, bool); 736 CURLcode (*setup_connection)(struct connectdata *); 739 CURLcode (*do_it)(struct connectdata *, bool *done); 754 CURLcode (*connect_it)(struct connectdata *, bool *done); 757 CURLcode (*connecting)(struct connectdata *, bool *done); 758 CURLcode (*doing)(struct connectdata *, bool *done); 790 CURLcode (*disconnect)(struct connectdata *, bool dead_connection) [all...] |
| telnet.c | 95 static CURLcode check_wsock2 (struct Curl_easy *data); 99 CURLcode telrcv(struct connectdata *, 120 static CURLcode telnet_do(struct connectdata *conn, bool *done); 121 static CURLcode telnet_done(struct connectdata *conn, 122 CURLcode, bool premature); 123 static CURLcode send_telnet_data(struct connectdata *conn, 201 static CURLcode 241 CURLcode init_telnet(struct connectdata *conn) 819 static CURLcode check_telnet_options(struct connectdata *conn) 827 CURLcode result = CURLE_OK [all...] |
| curl_sasl.c | 147 CURLcode Curl_sasl_parse_url_auth_option(struct SASL *sasl, 150 CURLcode result = CURLE_OK; 256 CURLcode Curl_sasl_start(struct SASL *sasl, struct connectdata *conn, 259 CURLcode result = CURLE_OK; 404 CURLcode Curl_sasl_continue(struct SASL *sasl, struct connectdata *conn, 407 CURLcode result = CURLE_OK;
|
| transfer.c | 88 CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp) 200 CURLcode result; 224 CURLcode result; 243 CURLcode Curl_readrewind(struct connectdata *conn) 388 static CURLcode readwrite_data(struct Curl_easy *data, 393 CURLcode result = CURLE_OK; 819 static CURLcode done_sending(struct connectdata *conn, 825 CURLcode result = Curl_readrewind(conn); 836 static CURLcode readwrite_upload(struct Curl_easy *data, 843 CURLcode result [all...] |
| curl_sspi.c | 68 CURLcode Curl_sspi_global_init(void) 130 CURLcode Curl_create_sspi_identity(const char *userp, const char *passwdp,
|
| curl_ntlm_wb.c | 113 static CURLcode ntlm_wb_init(struct connectdata *conn, const char *userp) 256 static CURLcode ntlm_wb_response(struct connectdata *conn, 332 CURLcode Curl_output_ntlm_wb(struct connectdata *conn, 344 CURLcode res = CURLE_OK;
|
| dict.c | 68 static CURLcode dict_do(struct connectdata *conn, bool *done); 126 static CURLcode dict_do(struct connectdata *conn, bool *done) 135 CURLcode result=CURLE_OK;
|
| ssh.h | 119 CURLcode actualcode; /* the actual error code */
|
| /external/curl/src/ |
| tool_urlglob.c | 39 static CURLcode glob_fixed(URLGlob *glob, char *fixed, size_t len) 75 static CURLcode glob_set(URLGlob *glob, char **patternp, 169 static CURLcode glob_range(URLGlob *glob, char **patternp, 334 static CURLcode glob_parse(URLGlob *glob, char *pattern, 340 CURLcode res = CURLE_OK; 410 CURLcode glob_url(URLGlob** glob, char* url, unsigned long *urlnum, 420 CURLcode res; 484 CURLcode glob_next_url(char **globbed, URLGlob *glob) 575 CURLcode glob_match_url(char **result, char *filename, URLGlob *glob)
|
| /external/curl/lib/vtls/ |
| schannel.c | 85 static CURLcode verify_certificate(struct connectdata *conn, int sockindex); 104 static CURLcode 125 CURLcode result; 377 static CURLcode 392 CURLcode result; 618 static CURLcode 621 CURLcode result = CURLE_OK; 752 static CURLcode 756 CURLcode result; 865 const void *buf, size_t len, CURLcode *err [all...] |
| /external/curl/docs/examples/ |
| htmltitle.cpp | 89 CURLcode code; 271 CURLcode code;
|
| ftpupload.c | 69 CURLcode res;
|
| sendrecv.c | 62 CURLcode res;
|
| smtp-ssl.c | 89 CURLcode res = CURLE_OK;
|