Home
last modified time | relevance | path

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

/curl/lib/
H A Dstrerror.c583 size_t alen; in get_winsock_error() local
763 alen = strlen(p); in get_winsock_error()
764 if(alen < len) in get_winsock_error()
H A Dhostip.c1206 size_t alen; in Curl_loadhostpairs() local
1223 alen = addr_end - addr_begin; in Curl_loadhostpairs()
1224 if(!alen) in Curl_loadhostpairs()
1227 if(alen >= sizeof(address)) in Curl_loadhostpairs()
1230 memcpy(address, addr_begin, alen); in Curl_loadhostpairs()
1231 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/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()
/curl/lib/vtls/
H A Dgtls.c1145 size_t i, alen = alpn_len; in Curl_gtls_ctx_init() local
1148 for(i = 0; (i < ARRAYSIZE(gtls_alpns)) && alen; ++i) { in Curl_gtls_ctx_init()
1150 if(slen >= alen) in Curl_gtls_ctx_init()
1155 alen -= (size_t)slen + 1; in Curl_gtls_ctx_init()
1157 if(alen) /* not all alpn chars used, wrong format or too many */ in Curl_gtls_ctx_init()

Completed in 18 milliseconds