Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.c77 static const char * const http_fields[] = variable
604 if (!_cups_strcasecmp(name, http_fields[i])) in httpFieldValue()
2589 …faultField(http=%p, field=%d(%s), value=\"%s\")", (void *)http, field, http_fields[field], value)); in httpSetDefaultField()
2654 …tpSetField(http=%p, field=%d(%s), value=\"%s\")", (void *)http, field, http_fields[field], value)); in httpSetField()
3581 if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in httpWriteResponse()
4380 DEBUG_printf(("5http_send: %s: %s", http_fields[i], value)); in http_send()
4391 else if (httpPrintf(http, "%s: %s\r\n", http_fields[i], value) < 1) in http_send()