Searched refs:to_scan (Results 1 – 2 of 2) sorted by relevance
228 let to_scan = &source[0..(offset as usize)]; in get_offset() localVariable233 for byte in to_scan.bytes() { in get_offset()
309 self.to_scan = []528 self.to_scan is None # if we have already "gone online"537 self.to_scan.append(url)541 if self.to_scan:542 list(map(self.scan_url, self.to_scan))543 self.to_scan = None # from now on, go ahead and process immediately647 if self.to_scan is not None: