Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c1719 const char *libhttperr = NULL; in web_connect() local
1770 } else if (libhttperr == NULL) { in web_connect()
1772 libhttperr = http_errorstr(errsrc, errcode); in web_connect()
1790 if (libhttperr == NULL) { in web_connect()
1796 gettext(ERR_HTTP), libhttperr); in web_connect()
1922 const char *libhttperr = NULL; in web_send_request() local
1932 } else if (libhttperr == NULL) { in web_send_request()
1934 libhttperr = in web_send_request()
1953 if (libhttperr == NULL) { in web_send_request()
1959 gettext(ERR_HTTP), libhttperr); in web_send_request()
[all …]