Searched refs:hps (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.h103 http_handle_t *hps; member in struct:__anon2343
H A Dpkgweb.c704 if (http_srv_disconnect(ps->hps) == 0)
705 if (http_srv_close(ps->hps) == 0)
1656 if ((ps->hps = http_srv_init(&ps->url)) == NULL) {
1667 http_set_proxy(ps->hps, &ps->proxy) != 0) {
1672 if (http_set_keepalive(ps->hps, keepalive) != 0) {
1677 if (http_set_socket_read_timeout(ps->hps, ps->timeout) != 0) {
1682 if (http_set_random_file(ps->hps, RANDOM) != 0) {
1746 if (http_set_password(ps->hps, WEB_CA_PHRASE) != 0) {
1761 if (http_srv_connect(ps->hps) != 0) {
1762 while ((errcode = http_get_lasterr(ps->hps,
[all...]

Completed in 258 milliseconds