Searched refs:http2 (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/cups-408/cups/cups/
H A Ddest-localization.c289 http_t *http2; /* Connection for strings file */ local
350 http2 = http;
363 if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1,
380 if (http2 != http)
381 httpClose(http2);
385 status = cupsGetFd(http2, resource, cupsFileNumber(temp));
437 if (http2 != http)
438 httpClose(http2);
H A Dutil.c790 http_t *http2; /* Alternate HTTP connection */ local
991 http2 = http;
992 else if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC,
1017 if (http2 != http)
1018 httpClose(http2);
1030 httpSetField(http2, HTTP_FIELD_IF_MODIFIED_SINCE,
1033 status = cupsGetFd(http2, resource, fd);
1043 *modtime = httpGetDateTime(httpGetField(http2, HTTP_FIELD_DATE));
1060 if (http2 != http)
1061 httpClose(http2);
1452 http_t *http2; /* Alternate HTTP connection */ local
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A DMakefile.inc48 http2.c curl_sasl_sspi.c
66 dotdot.h x509asn1.h http2.h sigpipe.h
/macosx-10.10/cups-408/cups/systemv/
H A Dlpstat.c828 http_t *http2; /* Remote server */ local
958 http2 = CUPS_HTTP_DEFAULT;
960 http2 = httpConnectEncrypt(server, port, cupsEncryption());
982 if ((response2 = cupsDoRequest(http2, request, "/")) != NULL)
985 if (http2)
986 httpClose(http2);
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DMakefile.in496 @for i in platform http1.0 http2.5 opt0.4 encoding msgcat1.3 tcltest2.2; \
525 @echo "Installing library http2.5 directory";
528 $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http2.5"; \
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1416 # error http2 builds require OpenSSL with NPN or ALPN support
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DMakefile.in663 @for i in platform http2.5 http1.0 opt0.4 encoding msgcat1.3 tcltest2.2; \
697 @echo "Installing library http2.5 directory";
700 $(INSTALL_DATA) $$j $(SCRIPT_INSTALL_DIR)/http2.5; \

Completed in 136 milliseconds