Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c2205 memcpy(&myhttp, http, sizeof(myhttp)); in http_upgrade()
2212 httpClearFields(&myhttp); in http_upgrade()
2225 httpFlush(&myhttp); in http_upgrade()
2231 http->fd = myhttp.fd; in http_upgrade()
2232 http->error = myhttp.error; in http_upgrade()
2233 http->activity = myhttp.activity; in http_upgrade()
2234 http->status = myhttp.status; in http_upgrade()
2235 http->version = myhttp.version; in http_upgrade()
2236 http->keep_alive = myhttp.keep_alive; in http_upgrade()
2237 http->used = myhttp.used; in http_upgrade()
[all …]