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