Searched refs:http_t (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/print/libhttp-core/common/ |
H A D | http.h | 338 } http_t; typedef 346 extern int httpCheck(http_t *http); 349 extern void httpClose(http_t *http); 350 extern http_t *httpConnect(const char *host, int port); 351 extern http_t *httpConnectEncrypt(const char *host, int port, 353 extern int httpDelete(http_t *http, const char *uri); 354 extern int httpEncryption(http_t *http, http_encryption_t e); 356 extern void httpFlush(http_t *http); 357 extern int httpGet(http_t *http, const char *uri); 358 extern char *httpGets(char *line, int length, http_t *http); [all …]
|
H A D | http.c | 117 static int http_send(http_t *http, http_state_t request, 119 static int http_wait(http_t *http, int msec); 121 static int http_upgrade(http_t *http); 122 static int http_setup_ssl(http_t *http); 123 static void http_shutdown_ssl(http_t *http); 124 static int http_read_ssl(http_t *http, char *buf, int len); 125 static int http_write_ssl(http_t *http, const char *buf, int len); 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() [all …]
|
/titanic_50/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_spool.c | 78 ipp_t *(*cupsDoFileRequest)(http_t *, ipp_t *, 84 void (*httpClose)(http_t *); 85 http_t *(*httpConnect)(const char *, int); 198 http_t *http = NULL; /* HTTP connection to server */ in smbd_spool_copyfile() 345 (ipp_t *(*)(http_t *, ipp_t *, const char *, const char *)) in smbd_cups_init() 356 smb_cups.httpClose = (void (*)(http_t *)) in smbd_cups_init() 358 smb_cups.httpConnect = (http_t *(*)(const char *, int)) in smbd_cups_init()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7chttp.c | 166 } http_t; typedef 905 sizeof (http_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in nl7c_http_init() 924 http_t *http = arg; in nl7c_http_free() 942 http_t *httpa = arg1; /* Response */ in nl7c_http_cmp() 943 http_t *httpb = arg2; /* Request */ in nl7c_http_cmp() 973 http_t *qhttp = req->scheme; in http_mkresponse() 974 http_t *shttp = res->scheme; in http_mkresponse() 1113 http_t *qhttp = req->scheme; in nl7c_http_cond() 1115 http_t *shttp = res->scheme; in nl7c_http_cond() 1190 http_t *http = kmem_cache_alloc(http_kmc, KM_SLEEP); in nl7c_http_request() [all …]
|
/titanic_50/usr/src/lib/print/libpapi-ipp/common/ |
H A D | papi_impl.h | 70 http_t *connection;
|
H A D | ipp-support.c | 421 http_t *http; in setAuthString()
|