Searched refs:http_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h338 } http_t; typedef in typeref:struct:__anon4296
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 *htt
[all...]
H A Dhttp.c117 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 */
305 httpClearCookie(http_t *http) /* I - Connection */
323 httpClose(http_t *htt
[all...]
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h70 http_t *connection;
H A Dipp-support.c421 http_t *http;
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c78 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 */
345 (ipp_t *(*)(http_t *, ipp_t *, const char *, const char *))
356 smb_cups.httpClose = (void (*)(http_t *))
358 smb_cups.httpConnect = (http_t *(*)(const char *, int))
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c166 } http_t; typedef in typeref:struct:http_s
905 sizeof (http_t), 0, NULL, NULL, NULL, NULL, NULL, 0);
924 http_t *http = arg;
942 http_t *httpa = arg1; /* Response */
943 http_t *httpb = arg2; /* Request */
973 http_t *qhttp = req->scheme;
974 http_t *shttp = res->scheme;
1113 http_t *qhttp = req->scheme;
1115 http_t *shttp = res->scheme;
1183 * http_t *htt
[all...]

Completed in 78 milliseconds