Searched refs:httpGetSubField2 (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | libcups2.def | 355 httpGetSubField2
|
D | http.h | 554 extern char *httpGetSubField2(http_t *http, http_field_t field,
|
D | http.c | 1372 return (httpGetSubField2(http, field, name, value, HTTP_MAX_VALUE)); in httpGetSubField() 1383 httpGetSubField2(http_t *http, /* I - HTTP connection */ in httpGetSubField2() function 2958 …httpGetSubField2(http, HTTP_FIELD_AUTHENTICATION_INFO, "nextnonce", http->nextnonce, (int)sizeof(h… in _httpUpdate()
|