Lines Matching refs:header
128 struct curl_header *header; in headerJSON() local
132 while((header = curl_easy_nextheader(per->curl, CURLH_HEADER, -1, in headerJSON()
134 if(header->amount > 1) { in headerJSON()
135 if(!header->index) { in headerJSON()
138 size_t a = header->amount; in headerJSON()
140 char *name = header->name; in headerJSON()
143 jsonWriteString(stream, header->name, TRUE); in headerJSON()
145 prev = header; in headerJSON()
148 jsonWriteString(stream, header->value, FALSE); in headerJSON()
153 -1, &header)) in headerJSON()
162 jsonWriteString(stream, header->name, TRUE); in headerJSON()
165 jsonWriteString(stream, header->value, FALSE); in headerJSON()
167 prev = header; in headerJSON()