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.c384 http_t *http; /* New HTTP connection */ in httpConnectEncrypt() local
813 httpGet(http_t *http, /* I - HTTP data */ in httpGet()
825 httpHead(http_t *http, /* I - HTTP data */ in httpHead()
849 httpPost(http_t *http, /* I - HTTP data */ in httpPost()
863 httpPut(http_t *http, /* I - HTTP data */ in httpPut()
889 httpFlush(http_t *http) /* I - HTTP data */ in httpFlush()
905 httpRead(http_t *http, /* I - HTTP data */ in httpRead()
1128 httpWait(http_t *http, /* I - HTTP data */ in httpWait()
1277 http_t *http) /* I - HTTP data */ in httpGets()
1550 httpUpdate(http_t *http) /* I - HTTP data */ in httpUpdate()
[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