Searched refs:httpGetSubField (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | auth.c | 187 if (httpGetSubField(http, HTTP_FIELD_WWW_AUTHENTICATE, "username", in cupsDoAuthentication() 261 httpGetSubField(http, HTTP_FIELD_WWW_AUTHENTICATE, "realm", realm); in cupsDoAuthentication() 262 httpGetSubField(http, HTTP_FIELD_WWW_AUTHENTICATE, "nonce", nonce); in cupsDoAuthentication()
|
D | libcups2.def | 363 httpGetSubField
|
D | http.h | 473 extern char *httpGetSubField(http_t *http, http_field_t field,
|
D | cupspm.md | 985 `httpGetSubField` functions to look for additional details concerning the
|
D | http.c | 1353 httpGetSubField(http_t *http, /* I - HTTP connection */ in httpGetSubField() function
|