Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-support.c1750 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1789 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1842 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1874 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1928 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1944 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1957 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1974 if ((options & _HTTP_RESOLVE_STDERR) && offline == 0 && in _httpResolveURI()
2053 if ((options & _HTTP_RESOLVE_STDERR) && offline == 0 && in _httpResolveURI()
2076 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
[all …]
Dbackend.c56 options = _HTTP_RESOLVE_STDERR; in cupsBackendDeviceURI()
Dhttp-private.h121 # define _HTTP_RESOLVE_STDERR 1 /* Log resolve progress to stderr */ macro