Searched refs:resolved_uri (Results 1 – 4 of 4) sorted by relevance
/external/libcups/cups/ |
D | backend.c | 76 return (_httpResolveURI(device_uri, cg->resolved_uri, in cupsBackendDeviceURI() 77 sizeof(cg->resolved_uri), options, NULL, NULL)); in cupsBackendDeviceURI()
|
D | http-support.c | 1715 char *resolved_uri, /* I - Buffer for resolved URI */ in _httpResolveURI() argument 1731 …_size=" CUPS_LLFMT ", options=0x%x, cb=%p, context=%p)", uri, (void *)resolved_uri, CUPS_LLCAST re… in _httpResolveURI() 1831 resolved_uri[0] = '\0'; in _httpResolveURI() 1833 uribuf.buffer = resolved_uri; in _httpResolveURI() 1983 resolved_uri[0]) in _httpResolveURI() 1985 uri = resolved_uri; in _httpResolveURI() 2028 if (pstatus == 0 && !resolved_uri[0] && domain && in _httpResolveURI() 2042 while (!pstatus && !resolved_uri[0] && time(NULL) < end_time) in _httpResolveURI() 2064 if (resolved_uri[0]) in _httpResolveURI() 2065 uri = resolved_uri; in _httpResolveURI() [all …]
|
D | cups-private.h | 84 char resolved_uri[1024]; member
|
D | http-private.h | 446 extern const char *_httpResolveURI(const char *uri, char *resolved_uri,
|