Home
last modified time | relevance | path

Searched defs:http (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c292 httpCheck(http_t *http) /* I - HTTP connection */ in httpCheck()
303 httpClearCookie(http_t *http) /* I - Connection */ in httpClearCookie()
321 httpClose(http_t *http) /* I - Connection to close */ in httpClose()
384 http_t *http; /* New HTTP connection */ in httpConnectEncrypt() local
485 httpEncryption(http_t *http, /* I - HTTP data */ in httpEncryption()
517 httpReconnect(http_t *http) /* I - HTTP data */ in httpReconnect()
659 httpGetSubField(http_t *http, /* I - HTTP data */ in httpGetSubField()
782 httpSetField(http_t *http, /* I - HTTP data */ in httpSetField()
801 httpDelete(http_t *http, /* I - HTTP data */ in httpDelete()
813 httpGet(http_t *http, /* I - HTTP data */ in httpGet()
[all …]
H A Dhttp.h343 # define httpBlocking(http,b) (http)->blocking = (b) argument
345 # define httpClearFields(http) memset((http)->fields, 0, sizeof((http)->fields)),\ argument
353 # define httpError(http) ((http)->error) argument
359 # define httpGetField(http,field) (http)->fields[field] argument
395 #define httpGetCookie(http) ((http)->cookie) argument
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c421 http_t *http; in setAuthString() local
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c199 http_t *http = NULL; /* HTTP connection to server */ in smbd_spool_copyfile() local