Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h181 } http_field_t; typedef
467 extern const char *httpGetField(http_t *http, http_field_t field) _CUPS_PUBLIC;
469 extern char *httpGetSubField(http_t *http, http_field_t field, const char *name, char *value) _CUP…
479 extern void httpSetField(http_t *http, http_field_t field, const char *value) _CUPS_PUBLIC;
521 extern char *httpGetSubField2(http_t *http, http_field_t field, const char *name, char *value, int…
557 extern void httpSetDefaultField(http_t *http, http_field_t field, const char *value) _CUPS_API_1_7;
568 extern http_field_t httpFieldValue(const char *name) _CUPS_API_2_0;
Dhttp.c41 static void http_add_field(http_t *http, http_field_t field, const char *value, int append);
291 http_field_t field; /* Current field */ in httpClearFields()
585 http_field_t /* O - Field index */
593 return ((http_field_t)i); in httpFieldValue()
944 http_field_t field) /* I - Field to get */ in httpGetField()
1320 http_field_t field, /* I - Field index */ in httpGetSubField()
1336 http_field_t field, /* I - Field index */ in httpGetSubField2()
2560 http_field_t field, /* I - Field index */ in httpSetDefaultField()
2602 http_field_t field, /* I - Field index */ in httpSetField()
2745 http_field_t field; /* Field index */ in _httpUpdate()
[all …]
/external/libcups/scheduler/
Dclient.c2391 http_field_t field; /* HTTP field */ in cupsdWriteClient()