Searched refs:_HTTP_RESOLVE_DEFAULT (Results 1 - 4 of 4) sorted by relevance

/external/libcups/cups/
H A Dppd-util.c603 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);
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);
H A Dhttp-private.h177 #define _HTTP_RESOLVE_DEFAULT 0 /* Just resolve with default options */ macro
H A Dtesthttp.c532 printf("_httpResolveURI(%s, _HTTP_RESOLVE_DEFAULT): ", argv[1]);
536 _HTTP_RESOLVE_DEFAULT, NULL, NULL))
H A Ddest.c3532 if ((uri = _httpResolveURI(uri, tempuri, sizeof(tempuri), _HTTP_RESOLVE_DEFAULT, cups_dnssd_resolve_cb, &resolve)) == NULL)

Completed in 219 milliseconds