Searched defs:http (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 294 httpCheck(http_t *http) /* I - HTTP connection */ in httpCheck() 305 httpClearCookie(http_t *http) /* I - Connection */ in httpClearCookie() 323 httpClose(http_t *http) /* I - Connection to close */ in httpClose() 386 http_t *http; /* New HTTP connection */ in httpConnectEncrypt() local 487 httpEncryption(http_t *http, /* I - HTTP data */ in httpEncryption() 519 httpReconnect(http_t *http) /* I - HTTP data */ in httpReconnect() 661 httpGetSubField(http_t *http, /* I - HTTP data */ in httpGetSubField() 784 httpSetField(http_t *http, /* I - HTTP data */ in httpSetField() 803 httpDelete(http_t *http, /* I - HTTP data */ in httpDelete() 815 httpGet(http_t *http, /* I - HTTP data */ in httpGet() [all …]
|
H A D | http.h | 345 # define httpBlocking(http,b) (http)->blocking = (b) argument 347 # define httpClearFields(http) memset((http)->fields, 0, sizeof((http)->fields)),\ argument 355 # define httpError(http) ((http)->error) argument 361 # define httpGetField(http,field) (http)->fields[field] argument 397 #define httpGetCookie(http) ((http)->cookie) argument
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7chttp.c | 924 http_t *http = arg; in nl7c_http_free() local 1190 http_t *http = kmem_cache_alloc(http_kmc, KM_SLEEP); in nl7c_http_request() local 1468 http_t *http = uri->scheme; in nl7c_http_response() local
|
/titanic_50/usr/src/lib/print/libpapi-ipp/common/ |
H A D | ipp-support.c | 421 http_t *http; in setAuthString() local
|
/titanic_50/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_spool.c | 198 http_t *http = NULL; /* HTTP connection to server */ in smbd_spool_copyfile() local
|