/external/libcups/cups/ |
D | ppd-util.c | 540 …if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, "localhost", 0, "/printer… in cups_get_printer_uri() 603 …httpSeparateURI(HTTP_URI_CODING_ALL, _httpResolveURI(device_uri, uri, sizeof(uri), _HTTP_RESOLVE_D… in cups_get_printer_uri() 621 …httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text, scheme, sizeof(scheme), username… in cups_get_printer_uri() 644 httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text, in cups_get_printer_uri() 686 …httpSeparateURI(HTTP_URI_CODING_ALL, _httpResolveURI(attr->values[0].string.text, uri, sizeof(uri)… in cups_get_printer_uri()
|
D | http-support.c | 906 httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, 32, username, in httpSeparate() 934 httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, schemelen, username, in httpSeparate2() 1592 if ((status = httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, in _httpResolveURI() 1597 if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, in _httpResolveURI() 2303 …httpAssembleURIf(HTTP_URI_CODING_ALL, uribuf->buffer, (int)uribuf->bufsize, scheme, NULL, hostTarg… in http_resolve_cb() 2305 …httpAssembleURI(HTTP_URI_CODING_ALL, uribuf->buffer, (int)uribuf->bufsize, scheme, NULL, hostTarge… in http_resolve_cb() 2541 httpAssembleURI(HTTP_URI_CODING_ALL, uribuf->buffer, (int)uribuf->bufsize, scheme, in http_resolve_cb()
|
D | util.c | 122 httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, in cupsCancelJob2() 495 if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, in cupsGetJobs2() 949 httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), "ipp", in cupsStartDocument()
|
D | tlscheck.c | 122 …httpSeparateURI(HTTP_URI_CODING_ALL, argv[i], scheme, sizeof(scheme), userpass, sizeof(userpass), … in main() 699 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipps", NULL, host, port, resource); 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 | testhttp.c | 570 uri_status = httpSeparateURI(HTTP_URI_CODING_ALL, argv[2], scheme, in main()
|
D | http.h | 392 HTTP_URI_CODING_ALL = 15, /* En/decode everything */ enumerator
|
D | testppd.c | 880 …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 | 5208 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()
|