Home
last modified time | relevance | path

Searched refs:HTTP_URI_STATUS_OK (Results 1 – 11 of 11) sorted by relevance

/external/libcups/cups/
Dtesthttp.c48 { 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 …]
Dtestcreds.c63 …eof(username), hostname, sizeof(hostname), &port, resource, sizeof(resource)) < HTTP_URI_STATUS_OK) in main()
Dhttp-support.c409 return (HTTP_URI_STATUS_OK); in httpAssembleURI()
998 status = HTTP_URI_STATUS_OK; in httpSeparateURI()
1630 case HTTP_URI_STATUS_OK : in httpURIStatusString()
1741 sizeof(resource))) < HTTP_URI_STATUS_OK) in _httpResolveURI()
1746 sizeof(resource)) < HTTP_URI_STATUS_OK) in _httpResolveURI()
Dhttp.h367 HTTP_URI_STATUS_OK = 0, /* URI decoded OK */ enumerator
381 # define HTTP_URI_OK HTTP_URI_STATUS_OK
Dppd-util.c551 …ING_ALL, uri, sizeof(uri), "ipp", NULL, "localhost", 0, "/printers/%s", name) < HTTP_URI_STATUS_OK) in cups_get_printer_uri()
Ddest-localization.c368 sizeof(resource)) < HTTP_URI_STATUS_OK) in cups_create_localizations()
Dutil.c479 name) < HTTP_URI_STATUS_OK) in cupsGetJobs2()
Ddest.c685 &port, resource, (int)resourcesize) < HTTP_URI_STATUS_OK) in cupsConnectDest()
1181 &port, resource, (int)resourcesize) < HTTP_URI_STATUS_OK) in _cupsGetDestResource()
1231 …f(userpass), hostname, sizeof(hostname), &port, resource, sizeof(resource)) < HTTP_URI_STATUS_OK || in cupsGetDestWithURI()
3673 …rpass), serviceName, sizeof(serviceName), &port, resource, sizeof(resource)) >= HTTP_URI_STATUS_OK)
Dtestppd.c887 …ass, sizeof(userpass), host, sizeof(host), &port, resource, sizeof(resource)) < HTTP_URI_STATUS_OK) in main()
Dipp.c5134 if (uri_status < HTTP_URI_STATUS_OK) in ippValidateAttribute()
/external/libcups/filter/
Dtestclient.c195 …eof(userpass), hostname, sizeof(hostname), &port, resource, sizeof(resource)) < HTTP_URI_STATUS_OK) in main()