Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-support.c1599 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1641 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1694 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1726 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1780 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1796 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1809 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1826 if ((options & _HTTP_RESOLVE_STDERR) && offline == 0 && in _httpResolveURI()
1905 if ((options & _HTTP_RESOLVE_STDERR) && offline == 0 && in _httpResolveURI()
1928 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
[all …]
Dbackend.c62 options = _HTTP_RESOLVE_STDERR; in cupsBackendDeviceURI()
Dhttp-private.h178 #define _HTTP_RESOLVE_STDERR 1 /* Log resolve progress to stderr */ macro