Searched defs:http (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c9 * or http://www.opensolaris.org/os/licensing.
278 /* save the printer-uri's path to be used by http POST request */
421 http_t *http; local
428 http = svc->connection;
452 if (strncmp(http->fields[HTTP_FIELD_WWW_AUTHENTICATE],
458 snprintf(http->authstring, sizeof (http->authstring),
460 } else if (strncmp(http->fields[HTTP_FIELD_WWW_AUTHENTICATE],
469 httpGetSubField(http, HTTP_FIELD_WWW_AUTHENTICATE,
471 httpGetSubField(http, HTTP_FIELD_WWW_AUTHENTICAT
[all...]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c9 * or http://www.opensolaris.org/os/licensing.
198 http_t *http = NULL; /* HTTP connection to server */ local
230 if ((http = cups->httpConnect("localhost", 631)) == NULL) {
291 response = cups->cupsDoFileRequest(http, request, uri,
319 if (http)
320 cups->httpClose(http);
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c2 * "$Id: http.c 148 2006-04-25 16:54:17Z njacobs $"
22 * WWW: http://www.cups.org
82 #include "http-private.h"
92 #include "http.h"
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, cha
294 httpCheck(http_t *http) argument
305 httpClearCookie(http_t *http) argument
323 httpClose(http_t *http) argument
386 http_t *http; /* New HTTP connection */ local
487 httpEncryption(http_t *http, http_encryption_t e) argument
519 httpReconnect(http_t *http) argument
661 httpGetSubField(http_t *http, http_field_t field, const char *name, char *value) argument
784 httpSetField(http_t *http, http_field_t field, const char *value) argument
803 httpDelete(http_t *http, const char *uri) argument
815 httpGet(http_t *http, const char *uri) argument
827 httpHead(http_t *http, const char *uri) argument
839 httpOptions(http_t *http, const char *uri) argument
851 httpPost(http_t *http, const char *uri) argument
865 httpPut(http_t *http, const char *uri) argument
879 httpTrace(http_t *http, const char *uri) argument
891 httpFlush(http_t *http) argument
907 httpRead(http_t *http, char *buffer, int length) argument
1109 httpSetCookie(http_t *http, const char *cookie) argument
1130 httpWait(http_t *http, int msec) argument
1156 httpWrite(http_t *http, const char *buffer, int length) argument
1277 httpGets(char *line, int length, http_t *http) argument
1429 httpPrintf(http_t *http, const char *format, ...) argument
1552 httpUpdate(http_t *http) argument
1924 httpGetLength(http_t *http) argument
1982 http_send(http_t *http, http_state_t request, const char *uri) argument
2094 http_wait(http_t *http, int msec) argument
2194 http_upgrade(http_t *http) argument
2284 http_setup_ssl(http_t *http) argument
2412 http_shutdown_ssl(http_t *http) argument
2455 http_read_ssl(http_t *http, char *buf, int len) argument
2489 http_write_ssl(http_t *http, const char *buf, int len) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c9 * or http://www.opensolaris.org/os/licensing.
924 http_t *http = arg; local
926 kmem_cache_free(http_kmc, http);
1183 * http_t *http with the results.
1190 http_t *http = kmem_cache_alloc(http_kmc, KM_SLEEP); local
1206 uri->scheme = (void *)http;
1214 http->parsed = B_FALSE;
1215 http->accept.cp = NULL;
1216 http->acceptchar.cp = NULL;
1217 http
1468 http_t *http = uri->scheme; local
[all...]

Completed in 64 milliseconds