Lines Matching refs:resolved_uri
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()
2106 strlcpy(resolved_uri, uri, resolved_size); in _httpResolveURI()
2107 uri = resolved_uri; in _httpResolveURI()