Home
last modified time | relevance | path

Searched refs:httpAssembleURI (Results 1 – 16 of 16) sorted by relevance

/external/libcups/notifier/
Drss.c187 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/
Dipp-vars.c240httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), v->scheme, NULL, v->host, v->port, v->resou… in _ippVarsSet()
Dhttp-support.c153 httpAssembleURI( in httpAssembleURI() function
475 return (httpAssembleURI(encoding, uri, urilen, scheme, username, host, in httpAssembleURIf()
2449httpAssembleURI(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()
Dlibcups2.def354 httpAssembleURI
Dtlscheck.c725 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipps", NULL, host, port, resource); in main()
Dtesthttp.c496 uri_status = httpAssembleURI(uri_tests[i].assemble_coding, in main()
Dhttp.h512 extern http_uri_status_t httpAssembleURI(http_uri_coding_t encoding, char *uri, int urilen, const c…
Ddest.c3196 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), in cups_dnssd_query_cb()
/external/libcups/backend/
Ddnssd.c474 httpAssembleURI(HTTP_URI_CODING_ALL, device_uri, in main()
513 httpAssembleURI(HTTP_URI_CODING_ALL, device_uri, in main()
Dipp.c876 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()
Dusb-darwin.c1233 httpAssembleURI(HTTP_URI_CODING_ALL, uristr, sizeof(uristr), "usb", NULL, makestr, 0, modelstr); in list_device_cb()
/external/libcups/cgi-bin/
Dipp-var.c1105 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "http", in cgiSetIPPObjectVars()
Dadmin.c133 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), in main()
/external/libcups/tools/
Dippeveprinter.c1683httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, printer->hostname, printer->po… in create_printer()
1688httpAssembleURI(HTTP_URI_CODING_ALL, securi, sizeof(securi), "ipps", NULL, printer->hostname, prin… in create_printer()
1691httpAssembleURI(HTTP_URI_CODING_ALL, icons, sizeof(icons), WEB_SCHEME, NULL, printer->hostname, pr… in create_printer()
1692httpAssembleURI(HTTP_URI_CODING_ALL, adminurl, sizeof(adminurl), WEB_SCHEME, NULL, printer->hostna… in create_printer()
1693httpAssembleURI(HTTP_URI_CODING_ALL, supplyurl, sizeof(supplyurl), WEB_SCHEME, NULL, printer->host… in create_printer()
Dippfind.c2746 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), scheme, NULL, in set_service_uri()
Dipptool.c2124httpAssembleURI(HTTP_URI_CODING_ALL, buffer, (int)bufsize, scheme, userpass, hostname, port, resou… in get_string()