Searched refs:http (Results 1 - 25 of 43) sorted by relevance

12

/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...]
H A Dhttp.h2 * "$Id: http.h 148 2006-04-25 16:54:17Z njacobs $"
23 * WWW: http://www.cups.org
345 # define httpBlocking(http,b) (http)->blocking = (b)
346 extern int httpCheck(http_t *http);
347 # define httpClearFields(http) memset((http)->fields, 0, sizeof((http)->fields)),\
348 httpSetField((http), HTTP_FIELD_HOST, (http)
[all...]
/illumos-gate/usr/src/lib/print/libhttp-core/
H A DMakefile.com9 # or http://www.opensolaris.org/os/licensing.
30 OBJECTS = http-addr.o http-support.o http.o
/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...]
/illumos-gate/usr/src/cmd/hwdata/
H A DMakefile9 # or http://www.opensolaris.org/os/licensing.
56 PCIURL=http://pci-ids.ucw.cz/v2.2/pci.ids
57 USBURL=http://www.linux-usb.org/usb.ids
/illumos-gate/usr/src/lib/print/libpapi-ipp/
H A DMakefile.com9 # or http://www.opensolaris.org/os/licensing.
39 EXTRALINKS= $(ROOTLIBDIR)/psm-http.so
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h9 * or http://www.opensolaris.org/os/licensing.
46 #include <http.h>
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/lib/libbc/libc/sys/common/sparc/
H A D_syscall.s10 ! or http://www.opensolaris.org/os/licensing.
H A D_exit.s10 ! or http://www.opensolaris.org/os/licensing.
H A Dgetppid.s15 ! or http://www.opensolaris.org/os/licensing.
H A Dpipe.s14 ! or http://www.opensolaris.org/os/licensing.
H A Dbrk.s10 ! or http://www.opensolaris.org/os/licensing.
H A Dcerror.s10 ! or http://www.opensolaris.org/os/licensing.
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshnote.sh11 # or http://www.opensolaris.org/os/licensing.
168 integer histfd # http stream number
213 typeset url="http://${url_host}${url_path}"
214 integer netfd # http stream number
257 # send http post
273 printf "SUCCESS: http://opensolaris.pastebin.ca/%s\n" "${response_token}"
281 url="http://opensolaris.pastebin.ca/${response_token}"
297 integer netfd # http stream number
305 ~(Elr)http://opensolaris.pastebin.ca/raw/[0-9]*)
306 recordname="${recordname/~(El)http
[all...]
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dstart_float.s15 ! or http://www.opensolaris.org/os/licensing.
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s14 / or http://www.opensolaris.org/os/licensing.
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh9 * or http://www.opensolaris.org/os/licensing.
H A Derr.copyoutbadaddr.ksh9 * or http://www.opensolaris.org/os/licensing.
H A Derr.copyoutstrbadaddr.ksh9 * or http://www.opensolaris.org/os/licensing.
/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/libtnfctl/
H A Dsparc_assm.s13 ! or http://www.opensolaris.org/os/licensing.
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_get_rp_rd.S15 ! or http://www.opensolaris.org/os/licensing.
/illumos-gate/usr/src/lib/libbsm/
H A Dmkhdr.sh10 # or http://www.opensolaris.org/os/licensing.
40 * or http://www.opensolaris.org/os/licensing.
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A DMakefile.4.x10 # or http://www.opensolaris.org/os/licensing.

Completed in 111 milliseconds

12