Searched defs:http (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 292 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 D | http.h | 343 # 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 D | ipp-support.c | 421 http_t *http; in setAuthString() local
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_spool.c | 199 http_t *http = NULL; /* HTTP connection to server */ in smbd_spool_copyfile() local
|