HomeSort by relevance Sort by last modified time
    Searched refs:http_field_t (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
http.h 185 } http_field_t; typedef in typeref:enum:http_field_e
470 extern const char *httpGetField(http_t *http, http_field_t field);
472 extern char *httpGetSubField(http_t *http, http_field_t field,
486 extern void httpSetField(http_t *http, http_field_t field,
550 extern char *httpGetSubField2(http_t *http, http_field_t field,
616 extern void httpSetDefaultField(http_t *http, http_field_t field,
629 extern http_field_t httpFieldValue(const char *name) _CUPS_API_2_0;
http.c 597 http_field_t /* O - Field index */
605 return ((http_field_t)i);
956 http_field_t field) /* I - Field to get */
1354 http_field_t field, /* I - Field index */
1370 http_field_t field, /* I - Field index */
    [all...]

Completed in 2267 milliseconds