Searched refs:hname (Results 1 – 1 of 1) sorted by relevance
626 char hname[256]; /* holds the longest header field name */ in ourWriteOut() local629 if(vlen < sizeof(hname)) { in ourWriteOut()630 memcpy(hname, ptr, vlen); in ourWriteOut()631 hname[vlen] = 0; in ourWriteOut()632 if(CURLHE_OK == curl_easy_header(per->curl, hname, 0, in ourWriteOut()
Completed in 9 milliseconds