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

  /external/libcups/cups/
testhttp.c 48 { HTTP_URI_STATUS_OK, "file:/filename",
51 { HTTP_URI_STATUS_OK, "file:/filename%20with%20spaces",
54 { HTTP_URI_STATUS_OK, "file:///filename",
57 { HTTP_URI_STATUS_OK, "file:///filename%20with%20spaces",
60 { HTTP_URI_STATUS_OK, "file://localhost/filename",
63 { HTTP_URI_STATUS_OK, "file://localhost/filename%20with%20spaces",
66 { HTTP_URI_STATUS_OK, "http://server/",
69 { HTTP_URI_STATUS_OK, "http://username@server/",
72 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server/",
75 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server:8080/"
    [all...]
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)
http-support.c 409 return (HTTP_URI_STATUS_OK);
997 status = HTTP_URI_STATUS_OK;
    [all...]
http.h 363 HTTP_URI_STATUS_OK = 0, /* URI decoded OK */
377 # define HTTP_URI_OK HTTP_URI_STATUS_OK
dest-localization.c 332 sizeof(resource)) < HTTP_URI_STATUS_OK)
ppd-util.c 540 if (httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, "localhost", 0, "/printers/%s", name) < HTTP_URI_STATUS_OK)
util.c 479 name) < HTTP_URI_STATUS_OK)
dest.c 647 &port, resource, (int)resourcesize) < HTTP_URI_STATUS_OK)
    [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...]

Completed in 289 milliseconds