Home
last modified time | relevance | path

Searched refs:HTTP_URI_CODING_ALL (Results 1 – 12 of 12) sorted by relevance

/external/libcups/cups/
Dppd-util.c551 …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()
Dutil.c109 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()
Dhttp-support.c903 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()
Dtlscheck.c140 …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()
Dtesthttp.c125 HTTP_URI_CODING_ALL },
613 uri_status = httpSeparateURI(HTTP_URI_CODING_ALL, argv[2], scheme, in main()
Ddest.c683 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…
Ddest-localization.c365 if (httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[0].string.text, in cups_create_localizations()
Dhttp.h396 HTTP_URI_CODING_ALL = 15, /* En/decode everything */ enumerator
Dtestppd.c887 …if (httpSeparateURI(HTTP_URI_CODING_ALL, argv[1], scheme, sizeof(scheme), userpass, sizeof(userpas… in main()
Dadminutil.c122 httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, in cupsAdminCreateWindowsPPD()
Dipp.c5127 uri_status = httpSeparateURI(HTTP_URI_CODING_ALL, in ippValidateAttribute()
/external/libcups/filter/
Dtestclient.c195 …if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, sizeof(scheme), userpass, sizeof(userpass), … in main()