HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_URI_CODING_ALL (Results 1 - 13 of 13) sorted by null

  /external/libcups/cups/
ppd-util.c 540 if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, "localhost", 0, "/printers/%s", name) < HTTP_URI_STATUS_OK)
603 httpSeparateURI(HTTP_URI_CODING_ALL, _httpResolveURI(device_uri, uri, sizeof(uri), _HTTP_RESOLVE_DEFAULT, NULL, NULL), scheme, sizeof(scheme), username, sizeof(username), host, hostsize, port, resource, resourcesize);
621 httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text, scheme, sizeof(scheme), username, sizeof(username), host, hostsize, port, resource, resourcesize);
644 httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text,
686 httpSeparateURI(HTTP_URI_CODING_ALL, _httpResolveURI(attr->values[0].string.text, uri, sizeof(uri), _HTTP_RESOLVE_DEFAULT, NULL, NULL), scheme, sizeof(scheme), username, sizeof(username), host, hostsize, port, resource, resourcesize);
util.c 107 httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL,
190 httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), "ipp",
477 if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL,
927 httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), "ipp",
tlscheck.c 114 httpSeparateURI(HTTP_URI_CODING_ALL, argv[i], scheme, sizeof(scheme), userpass, sizeof(userpass), host, sizeof(host), &port, resource, sizeof(resource));
691 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipps", NULL, host, port, resource);
http-support.c 902 httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, 32, username,
930 httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, schemelen, username,
    [all...]
dest-localization.c 329 if (httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[0].string.text,
dest.c 645 if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, sizeof(scheme),
    [all...]
http.h 392 HTTP_URI_CODING_ALL = 15, /* En/decode everything */
testhttp.c 570 uri_status = httpSeparateURI(HTTP_URI_CODING_ALL, argv[2], scheme,
testppd.c 880 if (httpSeparateURI(HTTP_URI_CODING_ALL, argv[1], scheme, sizeof(scheme), userpass, sizeof(userpass), host, sizeof(host), &port, resource, sizeof(resource)) < HTTP_URI_STATUS_OK)
adminutil.c 122 httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL,
    [all...]
ipp.c     [all...]
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c 100 httpAssembleURIf(HTTP_URI_CODING_ALL, ipp_job->printer_uri, sizeof(ipp_job->printer_uri),
ipphelper.c     [all...]

Completed in 155 milliseconds