Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.c45 static void http_add_field(http_t *http, http_field_t field, const char *value, int append);
2676 http_add_field(http, field, value, 0); in httpSetField()
2955 http_add_field(http, field, value, 1); in _httpUpdate()
3618 http_add_field(http_t *http, /* I - HTTP connection */ in http_add_field() function