HomeSort by relevance Sort by last modified time
    Searched refs:httpSeparateURI (Results 1 - 11 of 11) sorted by null

  /external/libcups/cups/
testcreds.c 63 if (httpSeparateURI(HTTP_URI_CODING_MOST, argv[1], scheme, sizeof(scheme), username, sizeof(username), hostname, sizeof(hostname), &port, resource, sizeof(resource)) < HTTP_URI_STATUS_OK)
ppd-util.c 603 httpSeparateURI(HTTP_URI_CODING_ALL, _httpResolveURI(device_uri, uri, sizeof(uri), _HTTP_RESOLVE_DEFAULT, NULL, NULL), scheme, sizeof(scheme), username, sizeof(username), host, hostsize, port, resource, resourcesize);
621 httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text, scheme, sizeof(scheme), username, sizeof(username), host, hostsize, port, resource, resourcesize);
644 httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text,
686 httpSeparateURI(HTTP_URI_CODING_ALL, _httpResolveURI(attr->values[0].string.text, uri, sizeof(uri), _HTTP_RESOLVE_DEFAULT, NULL, NULL), scheme, sizeof(scheme), username, sizeof(username), host, hostsize, port, resource, resourcesize);
testhttp.c 386 * Test httpSeparateURI()...
389 fputs("httpSeparateURI(): ", stdout);
392 uri_status = httpSeparateURI(HTTP_URI_CODING_MOST,
570 uri_status = httpSeparateURI(HTTP_URI_CODING_ALL, argv[2], scheme,
603 httpSeparateURI(HTTP_URI_CODING_MOST, argv[i], scheme, sizeof(scheme),
http-support.c 889 * This function is deprecated; use the httpSeparateURI() function instead.
902 httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, 32, username,
912 * This function is deprecated; use the httpSeparateURI() function instead.
930 httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, schemelen, username,
936 * 'httpSeparateURI()' - Separate a Universal Resource Identifier into its
943 httpSeparateURI(
    [all...]
dest-localization.c 329 if (httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[0].string.text,
tlscheck.c 114 httpSeparateURI(HTTP_URI_CODING_ALL, argv[i], scheme, sizeof(scheme), userpass, sizeof(userpass), host, sizeof(host), &port, resource, sizeof(resource));
http.h 485 char *resource) _CUPS_DEPRECATED_MSG("Use httpSeparateURI instead.");
515 char *resource, int resourcelen) _CUPS_DEPRECATED_MSG("Use httpSeparateURI instead.");
554 extern http_uri_status_t httpSeparateURI(http_uri_coding_t decoding,
dest.c 645 if (httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, sizeof(scheme),
    [all...]
testppd.c 880 if (httpSeparateURI(HTTP_URI_CODING_ALL, argv[1], scheme, sizeof(scheme), userpass, sizeof(userpass), host, sizeof(host), &port, resource, sizeof(resource)) < HTTP_URI_STATUS_OK)
ipp.c     [all...]
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipphelper.c     [all...]

Completed in 1313 milliseconds