Home
last modified time | relevance | path

Searched refs:_HTTP_RESOLVE_STDERR (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dhttp-support.c1603 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1645 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1698 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1730 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1784 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1800 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1813 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1830 if ((options & _HTTP_RESOLVE_STDERR) && offline == 0 && in _httpResolveURI()
1909 if ((options & _HTTP_RESOLVE_STDERR) && offline == 0 && in _httpResolveURI()
1932 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
[all …]
Dbackend.c62 options = _HTTP_RESOLVE_STDERR; in cupsBackendDeviceURI()
Dhttp-private.h177 # define _HTTP_RESOLVE_STDERR 1 /* Log resolve progress to stderr */ macro