Home
last modified time | relevance | path

Searched refs:alen (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dstrerror.c588 size_t alen; in get_winsock_error() local
768 alen = strlen(p); in get_winsock_error()
769 if(alen < len) in get_winsock_error()
H A Dhostip.c1198 size_t alen; in Curl_loadhostpairs() local
1215 alen = addr_end - addr_begin; in Curl_loadhostpairs()
1216 if(!alen) in Curl_loadhostpairs()
1219 if(alen >= sizeof(address)) in Curl_loadhostpairs()
1222 memcpy(address, addr_begin, alen); in Curl_loadhostpairs()
1223 address[alen] = '\0'; in Curl_loadhostpairs()
H A Dmemdebug.h84 CURL_EXTERN curl_socket_t curl_dbg_accept(curl_socket_t s, void *a, void *alen,
/curl/lib/vtls/
H A Dgtls.c1060 size_t i, alen = alpn_len; in Curl_gtls_ctx_init() local
1063 for(i = 0; (i < ARRAYSIZE(alpns)) && alen; ++i) { in Curl_gtls_ctx_init()
1065 if(slen >= alen) in Curl_gtls_ctx_init()
1070 alen -= (size_t)slen + 1; in Curl_gtls_ctx_init()
1072 if(alen) /* not all alpn chars used, wrong format or too many */ in Curl_gtls_ctx_init()
/curl/lib/vauth/
H A Ddigest.c275 char *alg, size_t alen, in auth_decode_digest_md5_message() argument
295 if(!auth_digest_get_key_value(chlg, "algorithm=", alg, alen, ',')) in auth_decode_digest_md5_message()

Completed in 26 milliseconds