Lines Matching refs:http
11 * missing or damaged, see the license at "http://www.cups.org/".
516 fputs("ppdLocalizeIPPReason(http): ", stdout);
517 if (ppdLocalizeIPPReason(ppd, "foo", "http", buffer, sizeof(buffer)) &&
518 !strcmp(buffer, "http://foo/bar.html"))
523 printf("FAIL (\"%s\" instead of \"http://foo/bar.html\")\n", buffer);
871 http_t *http; /* Connection to printer */
886 http = httpConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS : HTTP_ENCRYPTION_IF_REQUESTED, 1, 30000, NULL);
887 if (!http)
895 response = cupsDoRequest(http, request, resource);
903 httpClose(http);