/external/libcups/cups/ |
D | ppd-util.c | 551 …if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, "localhost", 0, "/printer… in cups_get_printer_uri() 599 …httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text, scheme, sizeof(scheme), username… in cups_get_printer_uri() 615 …httpSeparateURI(HTTP_URI_CODING_ALL, _httpResolveURI(attr->values[0].string.text, uri, sizeof(uri)… in cups_get_printer_uri()
|
D | util.c | 109 httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, in cupsCancelJob2() 477 if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, in cupsGetJobs2() 931 httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), "ipp", in cupsStartDocument()
|
D | http-support.c | 903 httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, 32, username, in httpSeparate() 931 httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, schemelen, username, in httpSeparate2() 1738 if ((status = httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, in _httpResolveURI() 1743 if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, in _httpResolveURI() 2446 …httpAssembleURIf(HTTP_URI_CODING_ALL, uribuf->buffer, (int)uribuf->bufsize, scheme, NULL, hostTarg… in http_resolve_cb() 2448 …httpAssembleURI(HTTP_URI_CODING_ALL, uribuf->buffer, (int)uribuf->bufsize, scheme, NULL, hostTarge… in http_resolve_cb() 2684 httpAssembleURI(HTTP_URI_CODING_ALL, uribuf->buffer, (int)uribuf->bufsize, scheme, in http_resolve_cb()
|
D | tlscheck.c | 140 …httpSeparateURI(HTTP_URI_CODING_ALL, argv[i], scheme, sizeof(scheme), userpass, sizeof(userpass), … in main() 717 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipps", NULL, host, port, resource); in main()
|
D | testhttp.c | 125 HTTP_URI_CODING_ALL }, 613 uri_status = httpSeparateURI(HTTP_URI_CODING_ALL, argv[2], scheme, in main()
|
D | dest.c | 683 if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, sizeof(scheme), in cupsConnectDest() 1179 if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, sizeof(scheme), in _cupsGetDestResource() 1231 …if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, sizeof(scheme), userpass, sizeof(userpass), … in cupsGetDestWithURI() 1412 httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, in _cupsGetDests() 3363 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), 3673 …if (httpSeparateURI(HTTP_URI_CODING_ALL, device_uri, scheme, sizeof(scheme), userpass, sizeof(user…
|
D | dest-localization.c | 365 if (httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[0].string.text, in cups_create_localizations()
|
D | http.h | 396 HTTP_URI_CODING_ALL = 15, /* En/decode everything */ enumerator
|
D | testppd.c | 887 …if (httpSeparateURI(HTTP_URI_CODING_ALL, argv[1], scheme, sizeof(scheme), userpass, sizeof(userpas… in main()
|
D | adminutil.c | 122 httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, in cupsAdminCreateWindowsPPD()
|
D | ipp.c | 5127 uri_status = httpSeparateURI(HTTP_URI_CODING_ALL, in ippValidateAttribute()
|
/external/libcups/filter/ |
D | testclient.c | 195 …if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, sizeof(scheme), userpass, sizeof(userpass), … in main()
|