Searched defs:libhttperr (Results 1 - 1 of 1) sorted by relevance

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

Completed in 77 milliseconds