Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h185 } http_field_t; typedef
471 extern const char *httpGetField(http_t *http, http_field_t field);
473 extern char *httpGetSubField(http_t *http, http_field_t field,
487 extern void httpSetField(http_t *http, http_field_t field,
551 extern char *httpGetSubField2(http_t *http, http_field_t field,
617 extern void httpSetDefaultField(http_t *http, http_field_t field,
630 extern http_field_t httpFieldValue(const char *name) _CUPS_API_2_0;
Dhttp.c597 http_field_t /* O - Field index */
605 return ((http_field_t)i); in httpFieldValue()
956 http_field_t field) /* I - Field to get */ in httpGetField()
1354 http_field_t field, /* I - Field index */ in httpGetSubField()
1370 http_field_t field, /* I - Field index */ in httpGetSubField2()
2586 http_field_t field, /* I - Field index */ in httpSetDefaultField()
2651 http_field_t field, /* I - Field index */ in httpSetField()
2893 http_field_t field; /* Field index */ in _httpUpdate()