Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h186 } http_field_t; typedef
475 extern const char *httpGetField(http_t *http, http_field_t field);
477 extern char *httpGetSubField(http_t *http, http_field_t field,
490 extern void httpSetField(http_t *http, http_field_t field,
554 extern char *httpGetSubField2(http_t *http, http_field_t field,
620 extern void httpSetDefaultField(http_t *http, http_field_t field,
633 extern http_field_t httpFieldValue(const char *name) _CUPS_API_2_0;
Dhttp.c45 static void http_add_field(http_t *http, http_field_t field, const char *value, int append);
608 http_field_t /* O - Field index */
616 return ((http_field_t)i); in httpFieldValue()
967 http_field_t field) /* I - Field to get */ in httpGetField()
1368 http_field_t field, /* I - Field index */ in httpGetSubField()
1384 http_field_t field, /* I - Field index */ in httpGetSubField2()
2600 http_field_t field, /* I - Field index */ in httpSetDefaultField()
2665 http_field_t field, /* I - Field index */ in httpSetField()
2809 http_field_t field; /* Field index */ in _httpUpdate()
3619 http_field_t field, /* I - HTTP field */ in http_add_field()