Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-support.c1749 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1788 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1841 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1873 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1927 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1943 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1956 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
1973 if ((options & _HTTP_RESOLVE_STDERR) && offline == 0 && in _httpResolveURI()
2052 if ((options & _HTTP_RESOLVE_STDERR) && offline == 0 && in _httpResolveURI()
2075 if (options & _HTTP_RESOLVE_STDERR) in _httpResolveURI()
[all …]
Dbackend.c62 options = _HTTP_RESOLVE_STDERR; in cupsBackendDeviceURI()
Dhttp-private.h172 # define _HTTP_RESOLVE_STDERR 1 /* Log resolve progress to stderr */ macro