Lines Matching refs:resolved_uri
1569 char *resolved_uri, /* I - Buffer for resolved URI */ in _httpResolveURI() argument
1585 …_size=" CUPS_LLFMT ", options=0x%x, cb=%p, context=%p)", uri, (void *)resolved_uri, CUPS_LLCAST re… in _httpResolveURI()
1688 resolved_uri[0] = '\0'; in _httpResolveURI()
1690 uribuf.buffer = resolved_uri; in _httpResolveURI()
1840 resolved_uri[0]) in _httpResolveURI()
1842 uri = resolved_uri; in _httpResolveURI()
1885 if (pstatus == 0 && !resolved_uri[0] && domain && in _httpResolveURI()
1899 while (!pstatus && !resolved_uri[0] && time(NULL) < end_time) in _httpResolveURI()
1921 if (resolved_uri[0]) in _httpResolveURI()
1922 uri = resolved_uri; in _httpResolveURI()
1963 strlcpy(resolved_uri, uri, resolved_size); in _httpResolveURI()
1964 uri = resolved_uri; in _httpResolveURI()