Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_writeout.c625 char hname[256]; /* holds the longest header field name */ in ourWriteOut() local
628 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