Home
last modified time | relevance | path

Searched refs:hdrbuf (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dhttp_ntlm.c90 struct bufref hdrbuf; in Curl_input_ntlm() local
92 Curl_bufref_init(&hdrbuf); in Curl_input_ntlm()
93 Curl_bufref_set(&hdrbuf, hdr, hdrlen, curl_free); in Curl_input_ntlm()
94 result = Curl_auth_decode_ntlm_type2_message(data, &hdrbuf, ntlm); in Curl_input_ntlm()
95 Curl_bufref_free(&hdrbuf); in Curl_input_ntlm()
/curl/src/
H A Dtool_formparse.c407 char hdrbuf[999] = ""; /* Max. header length + 1. */ in read_field_headers() local
413 while(hdrlen && ISSPACE(hdrbuf[hdrlen - 1])) in read_field_headers()
416 hdrbuf[hdrlen] = '\0'; in read_field_headers()
417 if(slist_append(pheaders, hdrbuf)) { in read_field_headers()
448 if(hdrlen == sizeof(hdrbuf) - 1) { in read_field_headers()
453 if(hdrlen <= sizeof(hdrbuf) - 1) in read_field_headers()
454 hdrbuf[hdrlen++] = (char) c; in read_field_headers()

Completed in 7 milliseconds