Lines Matching refs:fetch
147 def checkstatus(self, fetch, ud, d, try_again=True): argument
149 if fetch.connection_cache:
153 sock = fetch.connection_cache.get_connection(self.host, self.port)
159 fetch.connection_cache.add_connection(self.host, self.port, self.sock)
197 if fetch.connection_cache is None:
222 if fetch.connection_cache is None:
233 fetch.connection_cache.remove_connection(h.host, h.port)
266 if fetch.connection_cache is not None:
268 fetch.connection_cache.remove_connection(h.host, h.port)
366 return self.checkstatus(fetch, ud, d, False)
374 return self.checkstatus(fetch, ud, d, False)
519 dirs_uri = bb.fetch.encodeurl([ud.type, ud.host,
545 uri = bb.fetch.encodeurl([ud.type, ud.host, path,
649 uri = bb.fetch.encodeurl([ud.type, ud.host, path, ud.user, ud.pswd, {}])