Searched refs:_HTTP_RESOLVE_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | http-private.h | 120 # define _HTTP_RESOLVE_DEFAULT 0 /* Just resolve with default options */ macro
|
D | ppd-util.c | 635 …L, _httpResolveURI(attr->values[0].string.text, uri, sizeof(uri), _HTTP_RESOLVE_DEFAULT, NULL, NUL… in cups_get_printer_uri()
|
D | testhttp.c | 574 _HTTP_RESOLVE_DEFAULT, NULL, NULL)) in main()
|
D | dest.c | 3250 …if ((uri = _httpResolveURI(uri, tempuri, sizeof(tempuri), _HTTP_RESOLVE_DEFAULT, cups_dnssd_resolv… in cups_dnssd_resolve()
|
/external/libcups/systemv/ |
D | lpadmin.c | 1198 if (!_httpResolveURI(uri, resolved, sizeof(resolved), _HTTP_RESOLVE_DEFAULT, NULL, NULL)) in get_printer_ppd()
|
/external/libcups/cgi-bin/ |
D | admin.c | 3768 if (!_httpResolveURI(uri, resolved, sizeof(resolved), _HTTP_RESOLVE_DEFAULT, NULL, NULL)) in get_printer_ppd()
|