Lines Matching refs:libhttperr
1719 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()
1982 libhttperr = in web_send_request()
2002 if (libhttperr == NULL) { in web_send_request()
2009 libhttperr); in web_send_request()
2034 libhttperr = in web_send_request()
2054 if (libhttperr == NULL) { in web_send_request()
2061 libhttperr); in web_send_request()
2150 const char *libhttperr = NULL; in web_get_file() local
2354 libhttperr = in web_get_file()
2373 if (libhttperr == NULL) { in web_get_file()
2379 gettext(ERR_HTTP), libhttperr); in web_get_file()