Home
last modified time | relevance | path

Searched refs:authentication_info (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dhttp-private.h368 char *authentication_info, member
Dhttp.c333 if (http->authentication_info) in httpClearFields()
335 _cupsStrFree(http->authentication_info); in httpClearFields()
336 http->authentication_info = NULL; in httpClearFields()
984 return (http->authentication_info); in httpGetField()
3698 if (http->authentication_info) in http_add_field()
3699 _cupsStrFree(http->authentication_info); in http_add_field()
3701 http->authentication_info = _cupsStrAlloc(value); in http_add_field()