Home
last modified time | relevance | path

Searched refs:namebuf (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Daltsvc.c494 char namebuf[MAX_ALTSVC_HOSTLEN] = ""; in Curl_altsvc_parse() local
556 memcpy(namebuf, hostp, len); in Curl_altsvc_parse()
557 namebuf[len] = 0; in Curl_altsvc_parse()
558 dsthost = namebuf; in Curl_altsvc_parse()
H A Dasyn-thread.c677 WCHAR namebuf[MAX_NAME_LEN]; in init_resolve_thread() local
684 w_len = MultiByteToWideChar(CP_UTF8, 0, hostname, -1, namebuf, w_len); in init_resolve_thread()
695 err = Curl_GetAddrInfoExW(namebuf, portbuf, NS_DNS, in init_resolve_thread()
/curl/lib/vtls/
H A Dopenssl.c333 char namebuf[32]; in pubkey_show() local
335 msnprintf(namebuf, sizeof(namebuf), "%s(%s)", type, name); in pubkey_show()
339 push_certinfo(namebuf, num); in pubkey_show()
385 char namebuf[128]; in X509V3_ext() local
393 asn1_object_dump(obj, namebuf, sizeof(namebuf)); in X509V3_ext()
399 Curl_ssl_push_certinfo_len(data, certnum, namebuf, biomem->data, in X509V3_ext()

Completed in 20 milliseconds