Home
last modified time | relevance | path

Searched refs:httpGetSubField (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dauth.c187 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()
Dlibcups2.def363 httpGetSubField
Dhttp.h473 extern char *httpGetSubField(http_t *http, http_field_t field,
Dcupspm.md985 `httpGetSubField` functions to look for additional details concerning the
Dhttp.c1353 httpGetSubField(http_t *http, /* I - HTTP connection */ in httpGetSubField() function