/external/libcups/notifier/ |
D | rss.c | 187 httpAssembleURI(HTTP_URI_CODING_ALL, baseurl, sizeof(baseurl), "http", in main() 330 httpAssembleURI(HTTP_URI_CODING_ALL, link_url, sizeof(link_url), in main()
|
/external/libcups/cups/ |
D | ipp-vars.c | 240 …httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), v->scheme, NULL, v->host, v->port, v->resou… in _ippVarsSet()
|
D | http-support.c | 153 httpAssembleURI( in httpAssembleURI() function 475 return (httpAssembleURI(encoding, uri, urilen, scheme, username, host, in httpAssembleURIf() 2449 …httpAssembleURI(HTTP_URI_CODING_ALL, uribuf->buffer, (int)uribuf->bufsize, scheme, NULL, hostTarge… in http_resolve_cb() 2685 httpAssembleURI(HTTP_URI_CODING_ALL, uribuf->buffer, (int)uribuf->bufsize, scheme, in http_resolve_cb()
|
D | libcups2.def | 354 httpAssembleURI
|
D | tlscheck.c | 725 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipps", NULL, host, port, resource); in main()
|
D | http.h | 512 extern http_uri_status_t httpAssembleURI(http_uri_coding_t encoding, char *uri, int urilen, const c…
|
D | testhttp.c | 496 uri_status = httpAssembleURI(uri_tests[i].assemble_coding, in main()
|
D | dest.c | 3196 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), in cups_dnssd_query_cb()
|
/external/libcups/backend/ |
D | dnssd.c | 474 httpAssembleURI(HTTP_URI_CODING_ALL, device_uri, in main() 513 httpAssembleURI(HTTP_URI_CODING_ALL, device_uri, in main()
|
D | ipp.c | 876 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), scheme, NULL, hostname, in main() 2838 httpAssembleURI(HTTP_URI_CODING_ALL, tel_uri, sizeof(tel_uri), "tel", NULL, NULL, 0, phone); in new_request()
|
D | usb-darwin.c | 1233 httpAssembleURI(HTTP_URI_CODING_ALL, uristr, sizeof(uristr), "usb", NULL, makestr, 0, modelstr); in list_device_cb()
|
/external/libcups/cgi-bin/ |
D | ipp-var.c | 1105 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "http", in cgiSetIPPObjectVars()
|
D | admin.c | 133 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), in main()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 1683 …httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, printer->hostname, printer->po… in create_printer() 1688 …httpAssembleURI(HTTP_URI_CODING_ALL, securi, sizeof(securi), "ipps", NULL, printer->hostname, prin… in create_printer() 1691 …httpAssembleURI(HTTP_URI_CODING_ALL, icons, sizeof(icons), WEB_SCHEME, NULL, printer->hostname, pr… in create_printer() 1692 …httpAssembleURI(HTTP_URI_CODING_ALL, adminurl, sizeof(adminurl), WEB_SCHEME, NULL, printer->hostna… in create_printer() 1693 …httpAssembleURI(HTTP_URI_CODING_ALL, supplyurl, sizeof(supplyurl), WEB_SCHEME, NULL, printer->host… in create_printer()
|
D | ippfind.c | 2746 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), scheme, NULL, in set_service_uri()
|
D | ipptool.c | 2124 …httpAssembleURI(HTTP_URI_CODING_ALL, buffer, (int)bufsize, scheme, userpass, hostname, port, resou… in get_string()
|