Home
last modified time | relevance | path

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

/external/libcups/cups/
Dlibcups2.def355 httpGetSubField2
Dhttp.h554 extern char *httpGetSubField2(http_t *http, http_field_t field,
Dhttp.c1372 return (httpGetSubField2(http, field, name, value, HTTP_MAX_VALUE)); in httpGetSubField()
1383 httpGetSubField2(http_t *http, /* I - HTTP connection */ in httpGetSubField2() function
2958httpGetSubField2(http, HTTP_FIELD_AUTHENTICATION_INFO, "nextnonce", http->nextnonce, (int)sizeof(h… in _httpUpdate()