Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 149) sorted by relevance

123456

/curl/src/
H A Dtool_strdup.c29 size_t len; in strdup() local
H A Dtool_doswin.c117 size_t len; in sanitize_file_name() local
265 size_t len; in truncate_dryrun() local
325 size_t len = sizeof(illegal_chars_dos) - 1; in msdosify() local
485 size_t len = strlen(file_name); in rename_if_reserved_dos_device_name() local
/curl/lib/
H A Dbufref.c73 void Curl_bufref_set(struct bufref *br, const void *ptr, size_t len, in Curl_bufref_set()
109 CURLcode Curl_bufref_memdup(struct bufref *br, const void *ptr, size_t len) in Curl_bufref_memdup()
H A Dcurl_des.c51 void Curl_des_set_odd_parity(unsigned char *bytes, size_t len) in Curl_des_set_odd_parity()
H A Dhttp_negotiate.c43 size_t len; in Curl_input_negotiate() local
127 size_t len = 0; in Curl_output_negotiate() local
H A Dbufref.h33 size_t len; /* The data size in bytes. */ member
H A Dinet_ntop.c64 size_t len; in inet_ntop4() local
100 int len; in inet_ntop6() member
H A Dkrb5.c135 krb5_decode(void *app_data, void *buf, int len, in krb5_decode()
166 int len; in krb5_encode() local
329 size_t len = Curl_dyn_len(&pp->recvbuf); in krb5_auth() local
466 socket_read(struct Curl_easy *data, int sockindex, void *to, size_t len) in socket_read()
493 size_t len) in socket_write()
518 int len; in read_data() local
559 buffer_read(struct krb5buffer *buf, void *data, size_t len) in buffer_read()
571 char *buffer, size_t len, CURLcode *err) in sec_recv()
671 ssize_t tx = 0, len = conn->buffer_size; in sec_write() local
689 const void *buffer, size_t len, CURLcode *err) in sec_send()
H A Dcurl_gssapi.c96 char *buf, size_t len) { in display_gss_error()
138 size_t len = 0; in Curl_gss_log_error() local
H A Dbufq.c60 const unsigned char *buf, size_t len) in chunk_append()
74 unsigned char *buf, size_t len) in chunk_read()
265 size_t len = 0; in Curl_bufq_len() local
388 const unsigned char *buf, size_t len, in Curl_bufq_write()
421 const char *buf, size_t len, in Curl_bufq_cwrite()
431 ssize_t Curl_bufq_read(struct bufq *q, unsigned char *buf, size_t len, in Curl_bufq_read()
454 CURLcode Curl_bufq_cread(struct bufq *q, char *buf, size_t len, in Curl_bufq_cread()
546 const unsigned char *buf, size_t len, in Curl_bufq_write_pass()
H A Dcurl_trc.c93 int len; in Curl_failf() local
120 int len = 0; in trc_infof() local
147 int len = 0; in Curl_trc_cf_infof() local
H A Dcurl_rtmp.c310 size_t len, CURLcode *err) in rtmp_recv()
332 const void *buf, size_t len, CURLcode *err) in rtmp_send()
347 void Curl_rtmp_version(char *version, size_t len) in Curl_rtmp_version()
H A Dparsedate.c211 static int checkday(const char *check, size_t len) in checkday()
231 static int checkmonth(const char *check, size_t len) in checkmonth()
249 static int checktz(const char *check, size_t len) in checktz()
379 size_t len = 0; in parsedate() local
H A Dcurl_ntlm_core.c264 unsigned int len; in encrypt_des() member
267 DWORD len = 8; in encrypt_des() local
362 size_t len = CURLMIN(strlen(password), 14); in Curl_ntlm_core_mk_lm_hash() local
429 size_t len = strlen(password); in Curl_ntlm_core_mk_nt_hash() local
572 unsigned int len = 0; in Curl_ntlm_core_mk_ntlmv2_resp() local
H A Dcookie.c232 size_t len = 0; in get_top_domain() local
259 static size_t cookie_hash_domain(const char *domain, const size_t len) in cookie_hash_domain()
282 size_t len; in cookiehash() local
296 size_t len; in sanitize_cookie_path() local
363 static void strstore(char **str, const char *newstr, size_t len) in strstore()
431 static bool bad_domain(const char *domain, size_t len) in bad_domain()
466 size_t len; in invalid_octets() local
/curl/tests/unit/
H A Dunit1605.c50 int len; variable
H A Dunit1308.c39 static size_t print_httppost_callback(void *arg, const char *buf, size_t len) in print_httppost_callback()
H A Dunit3200.c91 size_t len = 4096; variable
/curl/include/curl/
H A Deasy.h36 size_t len; member
/curl/tests/libtest/
H A Dlib1540.c62 size_t len = size * nmemb; in header_callback() local
71 size_t len = size * nmemb; in write_callback() local
H A Dlib1901.c48 size_t len = strlen(chunks[ix]); in read_callback() local
H A Dlib1662.c35 size_t len = strlen(data); in read_callback() local
H A Dlib510.c52 size_t len = strlen(data); in read_callback() local
H A Dlib677.c81 size_t len = 0; in test() local
/curl/packages/OS400/
H A Dcurlcl.c41 short len; member
58 parse_command_line(const char *cmdargs, size_t len, in parse_command_line()

Completed in 90 milliseconds

123456